Hi,
Suppose we will cache many entries(millions to billions) in ignite and cache kept with binary. How to decrease ignite memory usage? 1) Shorten cache name. I don't think it does matter, but just want confirmed. For we use longer(more than 200 chars) cache name. 2) Shorten cache key. I think it will. We are using md5 hash. 3) Make column name shorter. Please confirm this. In RDMBS, it will has no effect. Also shorten the column name will bring some side effects, like code complexity and readability etc. 4) Using off_heap. I don't know, I remembered somebody said ignite will compress data when using off heap. Anything else? Thanks Shawn
