Rajesh, This actually sounds exactly like binary format Ignite uses to store the data: https://apacheignite.readme.io/docs/binary-marshaller
Doing this manually (i.e. explicitly saving some byte array and creating indexes over this array) would not be possible, but I don't think you really need it. Just work with POJOs or BinaryObject-s on application level and Ignite will do the rest for you. -Val -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
