fdb-record-layer icon indicating copy to clipboard operation
fdb-record-layer copied to clipboard

Move Lucene's postings to K/V pairs

Open ohadzeliger opened this issue 1 year ago • 0 comments

Lucene's postings are stored in data blocks. On FDB a more optimized way is to use Key-Value pairs. This issue is to move the postings (Field/Term/Position/Payload) structure to K/V.

ohadzeliger avatar Jan 10 '24 03:01 ohadzeliger