Details
Description
Lazy flag has known issues leading to cluster stability.
lazy=false can be implemented with certain page size like pageSize==Long.MAX_VALUE.
To improve stability of the default deployments we must
- deprecate lazy flag in 2.15
- make queries lazy by default.
- remove lazy flag in 2.16
Attachments
Issue Links
- causes
-
IGNITE-18825 Fix OpenCensusSqlNativeTracingTest.testDistributedJoin test
- Resolved
- is a clone of
-
IGNITE-11341 SQL: Enable lazy mode by default
- Resolved
- is related to
-
IGNITE-17153 Java thin: ClientCache#query is lazy and does not match thick API behavior
- Resolved
- relates to
-
IGNITE-17111 Remove the ability to set the lazy flag in SqlFieldsQuery
- Open
- links to