bagri icon indicating copy to clipboard operation
bagri copied to clipboard

[Core] add query optimizer component

Open dsukhoroslov opened this issue 8 years ago • 0 comments

  • 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

dsukhoroslov avatar Aug 01 '16 16:08 dsukhoroslov