Hello! I don't think you can have different page size per data region. Even if you could, max page size supported is 16k so it is unlikely to deliver substantial benefits.
IGFS does store files in k/v cache, splitting into chunks, as far as my understanding goes. Regards, -- Ilya Kasnacheev вт, 18 дек. 2018 г. в 12:09, Mikael <[email protected]>: > Hi! > > I can only set the page size on the dataStorageConfiguration ? it is not > possible to have different page size per dataRegionConfiguration ? > > All my caches have small values, less then 100 bytes but I have one > cache with larger items, some a few hundred kb up to 2-3 mb, I would > think performance will not be the best with 4kb page size for this but > maybe I should try to store them some other way, would IGFS be a better > choice for very large values ? IGFS just store the files in a k/v cache > anyway ? > > Mikael > > >
