Hi,
I have Java gemfire server running with lots of data, and a .Net client with empy-data policy who access server's data via command region(cache-loader) , the entity which is stored in gemfire region has many description fields, many records share same description. sometimes client will request for quite a lot of records, then the time for data transmission is too long, if there is a way to tell the gemfire to compress the transmitted data, so the transmission time can be reduced since lots of field valueis duplicated.
Thanks
Yao