-
Notifications
You must be signed in to change notification settings - Fork 107
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
CUMULUS-3841: Increase fetchRules page size to improve performance. #3779
Conversation
ba6af4f
to
c67f76b
Compare
Addresses #3772 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we add to our unit tests a validation of this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated failing test and added a small one that validates the new argument. Fixed a small doc typo too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks awesome!
…3779) * Increase limit of records per page to be 100 from fetchRules function * Pass pageSize as a parameter from fetchRules function * minor code cleaning * Adds change log entry * Adds unit tests for fetchRules page size argument * Improves fetchRules pageSize unit test * Fixes linter errors --------- Co-authored-by: Hailiang Zhang <[email protected]>
* CUMULUS-3796: Prepare Release 18.4.0 (#3774) * first commit for release-18.4.0 * version v flag in website * fixing docs/sidebar version + small fix --------- Co-authored-by: etcart <[email protected]> * CUMULUS-3840:Fixed @cumulus/api/bin/serve to correctly use EsClient (#3777) * CUMULUS-3841: Increase fetchRules page size to improve performance. (#3779) * Increase limit of records per page to be 100 from fetchRules function * Pass pageSize as a parameter from fetchRules function * minor code cleaning * Adds change log entry * Adds unit tests for fetchRules page size argument * Improves fetchRules pageSize unit test * Fixes linter errors --------- Co-authored-by: Hailiang Zhang <[email protected]> --------- Co-authored-by: etcart <[email protected]> Co-authored-by: jennyhliu <[email protected]> Co-authored-by: Paul Pilone <[email protected]> Co-authored-by: Hailiang Zhang <[email protected]>
Summary: Summary of changes
Addresses CUMULUS-3841 Increase fetchRules page limit size to improve overall query performance: Develop amazing new feature
Changes
PR Checklist