-
Notifications
You must be signed in to change notification settings - Fork 211
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
feat: support --page-size
and --page-buffer-size
for snapshot export
#619
feat: support --page-size
and --page-buffer-size
for snapshot export
#619
Conversation
… k8s and snapshot export Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
… k8s and snapshot export Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
✅ Deploy Preview for k8s-kwok canceled.
|
/ok-to-test |
It looks like the CI cluster is abnormal |
@wzshiming It seems that there's a problem in |
Yep, It is. |
26054f1
to
1f81572
Compare
8ce9a0e
to
3b1c2e7
Compare
Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
3b1c2e7
to
ff50e6c
Compare
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.
/approve
/lgtm
/label tide/merge-method-squash
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AhmedGrati, wzshiming The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
-page-size
and page-buffer-size
for snapshot export and save--page-size
and --page-buffer-size
for snapshot export and save
/lgtm still Thanks. |
--page-size
and --page-buffer-size
for snapshot export and save--page-size
and --page-buffer-size
for snapshot export
What type of PR is this?
/kind feature
What this PR does / why we need it:
This PR adds the support of
-page-size
and-page-buffer-size
when executingkowkctl snapshot export
Previously, the list pager had the default page size of
500
and10
as the default page buffer size. Therefore, this PR aims to introduce the tuning of these parameters to users, so they can adjust them accordingly to their needs, which can increase the performance in some cases.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: