|
|
|
|
|
by _akhe
771 days ago
|
|
NoSQL is faster than SQL for access, talking like 10x faster. Which makes sense if you think about what it is. Very true with maintainability - it's ridiculous to use a NoSQL as your main db eventually because of duplicate data and the very large file storage. You'd use neither of them with certain math or AI (they use vector dbs optimized for array data) - different tools/jobs. |
|