vinyl: use multikey hints while writing runs
Currently, we completely ignore vy_entry.hint while writing a run file, because they only contain auxiliary information for tuple comparison. However, soon we will use hints to store multikey offsets, which is mandatory for extracting keys and hence writing secondary run files. So this patch propagates vy_entry.hint as multikey offset to tuple_bloom and tuple_extract_key in vy_run implementation.
Loading
Please register or sign in to comment