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

High List API Requests in a S3 Bucket #2631

Open
tarunmittal24 opened this issue May 19, 2024 · 1 comment
Open

High List API Requests in a S3 Bucket #2631

tarunmittal24 opened this issue May 19, 2024 · 1 comment

Comments

@tarunmittal24
Copy link

I have enabled the postgres-backup to the s3 bucket and with the frequency of the cronjob to run on every minute, which is obviously not a best way to implement this, But after this i faced some issues and that incur a huge cost as well.

  1. My DB Size is 110 mb, but my pvc is around 30GB, which is also got completely filled up, complete 100% usage of that pvc, not sure why that happened??, but after checking got to know that , continuous backup will filled up the pg_wal directory files , not sure it is true or not ??

  2. My S3 API requests are also got increased too much, see the screenshot below., not sure why that is got happened, as size in my s3 bucket will increase that is totally acceptable, but why list api operation is more rather than the put operations which is the actual thing needs to get increased when continuously backup is running.

Screenshot 2024-05-19 at 16 37 11 Screenshot 2024-05-19 at 16 37 34
  • Operator-Image:- registry.opensource.zalan.do/acid/postgres-operator:v1.9.0
  • Environment:- Kubernetes
  • Type:- question
  • Backup Image:- registry.opensource.zalan.do/acid/logical-backup:v1.9.0
@tarunmittal24
Copy link
Author

@FxKu , can you please help me on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant