I am trying to user apache ignite disk compression on windows for a cache with disk persistence ON but it fails with below error -
Caused by: class org.apache.ignite.IgniteCheckedException: Currently page compression is supported only for Linux. at org.apache.ignite.internal.processors.compress.CompressionProcessorImpl.checkPageCompressionSupported(CompressionProcessorImpl.java:76) I am following steps mentioned on the page - https://ignite.apache.org/docs/latest/persistence/disk-compression#:~:text=Disk%20compression%20refers%20to%20the,compressed%20using%20the%20configured%20algorithm. No where in the ignite documentation says that it is NOT supported on Windows. Is it supported on windows? I want to reduce the disk storage for a particular cache that will be holding large amount of data, any other way possible if compression doesn't work? Thanks Rohan Sharma