|
|
|
|
|
by okusername
2409 days ago
|
|
Obviously, if you put all data into one table, it's not a complex query. (But then you also just reinvented document databases with its own set of problems.) Even having them in several tables is not rocket science, OP was just trying to give an easy example of types of queries that are easier with datomic than with sql. |
|
Yes, this is a large part of why we use databases. They will do most of this heavy lifting. However, I don't think it changes the game. If you want some access to be easy or quick, you have to maintain the data in that format.