fdb-record-layer
fdb-record-layer copied to clipboard
A record-oriented store built on FoundationDB
It looks like after #2557, there's now a possibility that we get problems with the plan ordering key for an in-union plan containing `FanOut` key expressions. This can happen in...
…ing synthetic index entries.
Lucene test in record layer should use synthetic record and joined index
We're using `List.of` in many places in the code, this is inefficient as it could cause unnecessary copies when used in conjunction with `ImmutableList` as in `ImmutableList.copyOf`. Here is a...