Scott Fines
Scott Fines
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...
see #1322 for more information about the bug. This fix is somewhat temporary, and accomplishes 3 things: 1. Resolves some spotty blocking calls in `FDBDirectory` so that they block less...
This adds a simple latency time measurement to calls made to `FDBTransaction.java#finalize()` so that the time spent in finalization can be measured. # Code-Reviewer Section The general guidelines can be...
This adds additional counting metrics to the Java driver. # Code-Reviewer Section The general guidelines can be found [here](https://github.com/apple/foundationdb/wiki/FoundationDB-Commit-Process). Please check each of the following things and check *all* boxes...
for use when constructing the join and also when constructing the index
This create a relatively simple Mail benchmark, and the associated tooling (again, very simplistic) that allows you to run the benchmarks reliably.
Honestly, I don't really know if this is the "right" way to solve this problem--it passes the test that I wrote, but I would welcome commentary on whether or not...
so that LUCENE_STORED records can be returned during the scan. Future work may involve only doing this if it's explicitly required.
If a synthetic index is disabled, the update phase in `FDBRecordStore` will still attempt to write to it.
The current Java API does not allow the caller to control the target_byte limits; Instead, target bytes is always set to 0 in the java driver, which causes the C...