[jira] [Created] (IGNITE-3171) Support column selectivity calculation for SQL

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-3171) Support column selectivity calculation for SQL

Anton Vinogradov (Jira)
Sergi Vladykin created IGNITE-3171:
--------------------------------------

             Summary: Support column selectivity calculation for SQL
                 Key: IGNITE-3171
                 URL: https://issues.apache.org/jira/browse/IGNITE-3171
             Project: Ignite
          Issue Type: Improvement
            Reporter: Sergi Vladykin


Need to support ANALYZE command. http://h2database.com/html/grammar.html#analyze

Currently H2 explicitly ignores external table engines (don't see any reasons why). Probably we have to fix H2 by adding method Table.canAnalyze() and use it in that check.

Also when IGNITE-1232 will be merged we'll need to propagate this statistics to clients.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)