> Keys are already stored in sorted order in a b-tree
I thought FoundationDB stored data in a hash table. Didn't realize it uses a b-tree. Thanks for the clarification.
> Secondary indexing involves putting the indexed value to the left of the primary key in the key you write
By secondary index I meant having a sort order that's different from the primary key sort order.