• Sergei Golubchik's avatar
    mhnsw: change storage format · 656845ef
    Sergei Golubchik authored
    instead of one row per node per layer, have one row per node.
    store all neighbors for all layers in that row, and the vector itself too
    
    it completely avoids searches in the graph table and
    will allow to implement deletions in the future
    656845ef
vector_mhnsw.cc 21.6 KB