• Sergei Golubchik's avatar
    mhnsw: change storage format · be021b86
    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
    be021b86
handler.cc 275 KB