Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
We need to start missing caches for the given SELECT/DML statement because we need affinity info during query planning which is only available for started caches.
We need to do the following:
- Move the method H2Utils.checkAndStartNotStartedCache to some common place, e.g. parser, so that it has one and only one usage all over the code base
- Make sure that this method doesn't produce multiple network hops: missing caches should be started in a single request if possible.
Attachments
Issue Links
- is a child of
-
IGNITE-11203 SQL: global refactoring
- Open