hubcio commented on issue #3028: URL: https://github.com/apache/iggy/issues/3028#issuecomment-4126229702
hey. we dont support compression yet :( this has been really challenging issue to solve, there are multiple variants of this very problem: - compression on disk (saves storage, the one you reported that doesnt work) - compression on the network (saves network traffic) and combination of both. See https://github.com/apache/iggy/issues/18 and https://github.com/apache/iggy/issues/30. But fear not, we have workaround. You can see code in `examples/rust/src/message-headers/message-compression`: https://github.com/apache/iggy/tree/master/examples/rust/src/message-headers/message-compression this example show how to do userspace compression manually using iggy message headers. we plan to tackle those compression features after implementing cluster (VSR). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
