risinglightdb / risinglight

An educational OLAP database system.
Apache License 2.0
1.61k stars 214 forks source link

feat(storage): Support composite primary keys #823

Closed danipozo closed 10 months ago

danipozo commented 10 months ago

Aims to solve #384, #385.

Still need to handle composite primary keys in BTreeMapMemTable, submitting for early feedback as there may be some other things I've got wrong about the code base.

skyzh commented 10 months ago

would you please rebase to main + fmt? thanks a lot!

danipozo commented 10 months ago

would you please rebase to main + fmt? thanks a lot!

Done!