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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: reduce overhead for listDocuments()/listCollections() #838

Merged
merged 1 commit into from Dec 27, 2019

Conversation

schmidt-sebastian
Copy link
Contributor

@schmidt-sebastian schmidt-sebastian commented Dec 26, 2019

This increases the page size from 20 (default) to 300 (max).

Fixes #825

@codecov
Copy link

codecov bot commented Dec 26, 2019

Codecov Report

Merging #838 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #838      +/-   ##
==========================================
+ Coverage   88.83%   88.83%   +<.01%     
==========================================
  Files          27       27              
  Lines       16716    16725       +9     
  Branches     1151     1151              
==========================================
+ Hits        14849    14858       +9     
  Misses       1862     1862              
  Partials        5        5
Impacted Files Coverage Δ
dev/src/reference.ts 99.07% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3cd93c8...f3ec6aa. Read the comment docs.

@alexander-fenster alexander-fenster added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 26, 2019
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 26, 2019
@schmidt-sebastian schmidt-sebastian merged commit 5c870e6 into master Dec 27, 2019
@schmidt-sebastian schmidt-sebastian deleted the mrschmidt/pagesize branch December 27, 2019 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Performance of listDocuments() is poor in large collections
4 participants