Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
Currently, the WebServer side needs to process the entire set of results and stream it back to the WebClient.
Since the WebUI does paginate results, we can load a larger set for pagination on the browser client and relieve pressure off the WebServer to host all the data.
e.g. Fetching all rows from a 1Billion records table is impractical and can be capped at 10K. Currently, the user has to explicitly specify LIMIT in the submitted query.
An option can be provided in the field to allow for this entry.
Attachments
Issue Links
- causes
-
DRILL-6960 Auto Limit Wrapping should not apply to non-select query
- Resolved
- is depended upon by
-
DRILL-6933 Ctrl+Enter meta combo not working on Windows & mac OS
- Resolved
- links to