|
|
|
|
|
by oneloop
3707 days ago
|
|
Yes. The need for indices is easier to identify on NoSQL: if you want to grab a key in O(1) then you need an index. However this simplicity comes not from eschewing SQL but because the queries you typically demand are simpler. |
|