-
Hello, We are evaluating activating Document Compression on our databases. What kind of impact can be expected from turning on compression? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In our tests - we observed that we usually saw higher performance in the load because we reduced the amount of disk usage. I would say that you should default to having this on, and only disable if there is an issue. |
Beta Was this translation helpful? Give feedback.
In our tests - we observed that we usually saw higher performance in the load because we reduced the amount of disk usage.
You typically have spare CPU capacity but are limited by the disk (especially on the cloud).
I would say that you should default to having this on, and only disable if there is an issue.