Details
-
Task
-
Status: Reopened
-
Major
-
Resolution: Unresolved
-
2.6
-
None
-
None
Description
We need to document changes in 'lazy' mode SQL query execution:
- since Ignite 2.7 the lazy mode is ON by default and user should use explicit lazy=false to disable it.
- but for JDBC, ODBC drivers and thin clients with version less than 2.7 lazy mode is false by default because the the default value is kept on the client side too.
Attachments
Issue Links
- is blocked by
-
IGNITE-11341 SQL: Enable lazy mode by default
- Resolved