bagri
bagri copied to clipboard
[Core] add query optimizer component
- will decide, which indexes should be used and which one should not (from stats)
- combine several expressions around the same path into one single expression (> AND < to BETWEEN, for instance)
- expose query plan via JMX