|
|
|
|
|
by dingfeng_quek
3643 days ago
|
|
Besides multi-document transactions, I've encountered these problematic use-cases (something I discovered after scope creep of projects): 2. When I needed "more exotic" data types (e.g. but not limited to Decimals) where you want query/analytics logic to happen on the database rather than the app. 3. OLAP types of use cases. I really wanted collation, sort order, query optimizers, ability to "explore" the data in relational ways, and so on. |
|