fdb-record-layer
fdb-record-layer copied to clipboard
A record-oriented store built on FoundationDB
We'll need to wrap repeated field in a nested field.
When common primary key for an index cannot be derived (e.g. when the PKs for the types are not equal) but the PK length is the same, remote fetch can...
The physical layer supports group by expression via streaming aggregates. However we miss planning logical group by expressions. To do this, we could introduce a logical group by expression and...
This adds a new `RecordQueryPlan` that has the same semantics (in terms of results returned, including continuations) as a `RecordQueryIndexPlan`, but that scans additional ranges for the purposes of loading...
When generating the `Type` information for a `MatchCandidate` we use this `RecordMetaData::getFieldDescriptorMap` which returns a `HashMap` of fields that is translated later to a `Record` type. This could cause a...