Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0
Description
Execution of SELECT queries is distributed among the different historical/realtime nodes containing the data when the property is true. This is the default mode and one that has been extensively tested.
Previously SELECT queries were split and sent in parallel to the broker nodes, but this mode is not recommended anymore and deprecated. Thus, that code can be removed.
Attachments
Attachments
Issue Links
- relates to
-
HIVE-15928 Parallelization of Select queries in Druid handler
- Resolved