Hacker News new | ask | show | jobs
by theshetty 301 days ago
Can you eloborate on this please?
1 comments

To put it in terms of data structures, a vector DB is more like a Map, this is more like a Tree
For the C++ programmers among us I think that means it's more like `unordered_map` than `map`
Lol you mean vector db is more like hash_map. map is more tree based