Replies: 1 comment 4 replies
-
Please confirm the following questions:
It seems that the amount of data written to the object storage is around 10KiB-20KiB (estimated by |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a hobby project where I have a Postgres database, on JuiceFS, connected to Cloudflare R2, (followed this guide for the setup) the database receives dozens of very tiny writes per second, spiking up to hundreds per second. I noticed that my Cloudflare R2 dashboard is showing many thousands of Class A operations (writes, puts, etc) after only running for a few hours.
My mount config is as follows:
Here is a screenshot of my juicefs stats --verbosity=1
I think it's constantly writing to object storage, and would like it to write less frequently, in larger chunks. Should I just increase my block size? Would increasing my cache and/or buffer size assist in this situation? My machine has 16GB of RAM, and about 64GB of SSD disk space.
Beta Was this translation helpful? Give feedback.
All reactions