Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
SqlFieldsQuery now supports distributed joins that should be switched on using setDistributedJoins(true) method. JDBC drivers should also provide support this future using connection string parameters.
Added support of distributedJoins flag to Ignite client node based JDBC driver. See PR https://github.com/apache/ignite/pull/889
Old driver is deprecated and does not support any SqlFieldsQuery properties.