fdb-record-layer
fdb-record-layer copied to clipboard
A record-oriented store built on FoundationDB
Add timing events to recursive unions, to make easier to reason about their behavior through logging.
Currently, e.g. `PrettyExplainFormatter` has all the colors hardcoded.
There's (almost) nothing in the tests right now.
If addIndexes isn't called, we should be able to have just one FieldInfos, so this test asserts on close that the number of FieldInfos isn't too large.
If there are too many fields in lucene, it may fail to serialize the FieldInfos. This is most problematic if you have a map-like object that is using the keys...
When planning a query that involves a join that looks like this: ```sql select id, parent from s, t where s.parent = t.id ``` assuming that we have a value...