Closed ysono closed 3 years ago
I might not need this for secondary indexes after all. I'm gonna rethink my approach.
I might not need this for secondary indexes after all. I'm gonna rethink my approach.
ok
feel free to merge when you're ready. not sure if you intend to merge this immediately.
Yep it's done. Thx
The main motivation is secondary index.
Primary
Secondary
OptDatum has become a concept internal to LSMTree only. I tried to make
struct OptDatum
private withinlsm.rs
, but the struct is tightly tied in with other code inserde.rs
.