fdb-record-layer
fdb-record-layer copied to clipboard
A record-oriented store built on FoundationDB
The large copy bytes blocks for each block sequentially.
For a lot of semantic reasoning we already use a `PartialOrder` to represent orderings. However, for plan annotation and book keeping we use a `List`. That proves to be lossy...
This makes the `TypeRepository` handling in the `EvaluationContext` API more-buildery, with a default value of `TypeRepository.EMPTY_SCHEMA`. This also simplifies some logic that was creating a child builder off of a...
In PR #1564, the maintained `EvaluationContextBuilder` API was broken by introducing a `build()` method that took a parameter. In order to avoid breaking that API for adopters, we should be...
Binary Points have been optimized for deletes in the new versions of Lucene. From the javadoc… /** * Create a query for matching an exact {@link BytesRef} value. * NOTE:...
This fixes a minor issue where `KeyWithValueExpression.getValueExpression()` could break if there were less than 2 elements in the value portion of the expression, and adds a test to verify the...
Let the functions `scrubDanglingIndexEntries` and `scrubMissingIndexEntries` return the count of bad items found instead of void.
The heuristic planner plans a `rank(score by groups)` filter by use of ranking indexes. This issues addresses the planning of `rank()` in the Cascades planner. The following features should be...