fdb-document-layer
fdb-document-layer copied to clipboard
Support mixed directions for compound indexes
Document Layer indexes are always ascending irrespective of the direction provided in the index specification. This is fine for simple indexes as Index Scan can call reverse getRange()
on FDB to get keys in descending order. But, mixed directions in compound indexes can be very useful. Especially for SortPlan.