Is there any flag that will enable EventStore to gzip or somehow compress json that it stores?
Yes, I can do it manually before putting event into DB, but I suppose that we won’t be able to write projections in that case. And probably won’t be able to see the data in the streams with ES UI?
For now we are using built in compression on data folder of windows. Is it a normal practice?