Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The biggest difference between select query and scan query is that, scan query doesn't retain all rows in memory before rows can be returned to client.
It will cause memory pressure if too many rows required by select query.
Scan query doesn't have this issue.
Scan query can return all rows without issuing another pagination query, which is extremely useful when query against historical or realtime node directly.
Attachments
Attachments
Issue Links
- Dependency
-
HIVE-18518 Upgrade druid version to 0.11.0
- Closed
- is related to
-
CALCITE-2077 Druid adapter: Use "scan" query rather than "select" query
- Closed
- links to