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

A record-oriented store built on FoundationDB

Results 403 fdb-record-layer issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

performance