opteryx
opteryx copied to clipboard
✨ push expressions.
trafficstars
Even if we can't push predicates, we may be able to push components to SQL source.
Eg
SELECT * FROM planets WHERE id + gravity > rand()
We could push the id + gravity part to offload effort.