Hi! As I got from the documentation, DataStorageConfiguration "pageSize" parameter have to be adjusted when we have a lot of big objects.
1) How to find out actual object size? I've accomplished it with *((BinaryObjectImpl)ignite.binary().toBinary(myObject)).length()*, but not sure whether it is correct way? 2) I found out that majority of my objects is about 64 * 1024 bytes, while max allowed page size is 16 * 1024 (according to DataStorageConfiguration.java:353). Could you please tell me, is it generally a bad idea to store such big objects in ignite? What kind of issues will I face storing such objects in pages of size 16 * 1024 bytes? Thanks in advance. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
