Files
tantivy/columnar/src
PSeitz 59460c767f delayed column opening during merge (#2132)
* lazy columnar merge

This is the first part of addressing #3633
Instead of loading all Column into memory for the merge, only the current column_name
group is loaded. This can be done since the sstable streams the columns lexicographically.

* refactor

* add rustdoc

* replace iterator with BTreeMap
2023-08-21 08:55:35 +02:00
..
2023-02-09 13:14:31 +01:00
2023-04-04 11:28:42 +09:00
2023-07-03 22:03:31 +09:00
2023-01-07 17:37:00 +09:00