Which would be more powerful for an enterprise-grade web-based application like marketplace e-commerce or an industrial application? Based on your experience, what would be the main reason for you to choose one of them? Please help share some insights. Thanks a lot!
4 upvotes·143 views
Replies (3)
2 upvotes·1 comment·20 views
Probably both. They're apples and oranges.
PostgreSQL is ideal for storing long-term non-volatile data items, like your stock, users, orders and so on.
Redis is ideal for volatile/cache storage, for things like session and transient message queues.
If you're building an enterprise-grade web based app, you will probably end up using both.
7 upvotes·1 comment·213 views
View all (3)