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