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

A record-oriented store built on FoundationDB

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

Not all of these tests pass, but it would be good if they did.

Attempt to cause a conflict and abandon a file lock. The test is failing for 3.4.485.0

This allows for `IN`s with a `Value` based source to be used during query execution with an IN-join or IN-union plan. There already was an `InComparandSource`, so rather than introducing...

If we have a Cascades query that looks a bit ``` [ ORDER BY b ]

bug
planner

Validate filelock on every transaction to reduce ttl

Draft
DO NOT MERGE

This adds a test case for https://github.com/FoundationDB/fdb-record-layer/issues/2728. It showcases the way that the unprojected columns get dropped, and the final results of the query are missing data. There are comments...

As part of planning, we have situations where we take the ordering property and pull it through transformations. For example, if we have something like: ``` (SELECT a AS x,...

planner

auto complete matching should use the index analyzer to understand stop words and CJK, in order to return the right number of tokens