Konstantin Orlov created IGNITE-25263:
-----------------------------------------
Summary: Sql. Small performance polishing
Key: IGNITE-25263
URL: https://issues.apache.org/jira/browse/IGNITE-25263
Project: Ignite
Issue Type: Improvement
Components: sql
Reporter: Konstantin Orlov
There are number of places where we can save a little of time:
* PrepareService should not initialize stuff required for planning if plan
actually available in cache
* query#onPhaseStarted callback may simplified to terminationCallback
* SqlProperties may be replaced with simple pojo (we have the same small set of
properties for ages)
* EnumMap and EnumSet should be used where possible
--
This message was sent by Atlassian Jira
(v8.20.10#820010)