|
|
|
|
|
by ahachete
3972 days ago
|
|
How not having a query optimizer makes queries more predictable? It makes them slower for sure, but not more predictable. Indeed, I find NoSQL very unpredictable. When your query hits and index, the query goes well. When not, you usually end up doing a whole database scan. Plus you usually cannot use more than one index for a given query, and some NoSQL require an index just for ordering.... |
|
(you can't have a reliable system with random behavior where system drops to table scans when statistics are incomplete or something)
And yes, ordering requires an index.