Skip to content

feat: composite keys and executor refactoring

Alexey Protsenko requested to merge issue132 into main

Now we can eliminate buckets with multi-column (i.e. composite) keys in equalities. Previous implementation was incorrect, so we have to make an executor refactoring as well.

Edited by Alexey Protsenko

Merge request reports