Comment by incoming1211
2 days ago
Because transactional databases are perfectly fine for this type of thing when you have 0 to 100k users.
2 days ago
Because transactional databases are perfectly fine for this type of thing when you have 0 to 100k users.
The total number of users in your system is not a performance characteristic. And transactions are generally wrong for write-heavy anything. Further, if you can just append then the transaction is meaningless.