Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: don't fetch rows when waiting for query to finish #400

Merged

Commits on Nov 24, 2020

  1. perf: dont fetch rows when waiting for query to finish

    When there are large result sets, fetching rows while waiting for the
    query to finish can cause the API to hang indefinitely. (This may be due
    to an interaction between connection timeout and API timeout.)
    
    This reverts commit 86f6a51 (googleapis#374).
    tswast committed Nov 24, 2020
    Copy the full SHA
    f8887d3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5d19af2 View commit details
    Browse the repository at this point in the history
  3. revert changes to table

    tswast committed Nov 24, 2020
    Copy the full SHA
    1727bf6 View commit details
    Browse the repository at this point in the history
  4. revert all changes to tests

    tswast committed Nov 24, 2020
    Copy the full SHA
    b838fb2 View commit details
    Browse the repository at this point in the history
  5. add tests for first page cache

    tswast committed Nov 24, 2020
    Copy the full SHA
    d1aab24 View commit details
    Browse the repository at this point in the history
  6. restore tqdm tests

    tswast committed Nov 24, 2020
    Copy the full SHA
    989d20b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    928474d View commit details
    Browse the repository at this point in the history