which database can be used to store transaction data?
System design part2
Relational databases work much better for transactional data. MongoDB, CouchDB, and Redis are examples of document databases that are used by stores.
This is mainly due to ACID properties (RDBs have high durability)
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.