Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-6050

Provide a limit to number of rows fetched for a query in UI

    XMLWordPrintableJSON

Details

    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

          Activity

            People

              kkhatua Kunal Khatua
              kkhatua Kunal Khatua
              Sorabh Hamirwasia Sorabh Hamirwasia
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: