• Sergei Golubchik's avatar
    mhnsw: change storage format · a2b1b629
    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
    a2b1b629
vector_mhnsw.cc 19.8 KB