fdb-record-layer
fdb-record-layer copied to clipboard
A record-oriented store built on FoundationDB
This will be used as a tool to reason about the Lucene implementations scalability with regards to optimizations in Lucene.
LuceneOptimizedCodec is currently created per indexWriter.
For a lot of queries it would be beneficial to utilize higher-dimensional indexing. An rtree-based index structure can provide a multidimensional span of values which would then allow us to...
Add a cache similar to block cache... The reads seem to come up on the metrics even if using the RYW cache.
The union and intersect string representation should at least tell us if it is *-all or *-distinct.
The metric was created for read schema but never actually made it into the call. :(
It should be possible to have a small map of the possible different schemas in case of missing fields etc, without taking the scalability penalty of fetching for each segment.
Need to add a supplier on the Input and a custom close on the output. I will need this functionality for implementing a more complex field info.