RavenDB 5 supports document compression. ServiceControl instances using RavenDB 5 don't allow to take benefit of the saved storage space allowed by compression. The main blockers are:
The license must enable/support compression
We don't know what's the impact of enabling/disabling it in an existing database
We don't know the performance impact, if any, on ingestion
In a call with Hibernating Rhinos they recommended turning on document compression. They are seeing significant improvements. It will increase CPU usage but may speed things up due to reduced IO.
RavenDB 5 supports document compression. ServiceControl instances using RavenDB 5 don't allow to take benefit of the saved storage space allowed by compression. The main blockers are: