@nblintao At the C API level, is there any difference between fdb_transaction_get_range and fdb_transaction_get_mapped_rangeother than the fact the former returns a stream of key-values, while the latter takes in a new parameter mapper, and returns a “mapped” key-value?
Would I be correct in assuming that there is no change in the behavior of the common parameters?
Based on your earlier pointers, I now have an implementation of Tokio/Rust bindings that supports get_mapped_range.
I am really excited about this feature. Given the fact that indexed lookup is the bread and butter of OLTP workloads, I can see how this feature can help in simplifying layer development and improving performance.
I am looking forward to your docs.
Are you also planning on introducing binding tester tests soon?