▲ | jamesblonde 3 days ago | |
We call these pushdown joins in rondb. They only support an equality condition for the index condition. Joins with index condition pushdown is a bit of a mouthful. We also went from like 6 seconds to 50ms. Huge speedup. Reference | ||
▲ | OutOfHere 3 days ago | parent [-] | |
rondb code: https://github.com/logicalclocks/rondb |