[h2] Re: how to trigger serialization of data objects contained in MVStore Collections

2019-04-03 Thread Michael Wu
I see. I am actually exploring the possibility to use MVStore to store networked data (data graphs). Thanks for your input. I will think about using multiple MVMap's together to store the data. I think I need to at least have a MVMap to keep all of the data objects which need to be

[h2] Re: how to trigger serialization of data objects contained in MVStore Collections

2019-04-02 Thread Evgenij Ryazanov
Hello. That's not possible. Why you need a HashMap inside of MVMap? I think you should create a separate MVMap for user_accounts content, in this case you can simply put the modified object into it and only that object will be serialized. -- You received this message because you are

[h2] Re: how to trigger serialization of data objects contained in MVStore Collections

2019-04-02 Thread Michael Wu
On 1) Assume that there are 10 UserData objects in the map. If one UserData object's data members are modified, the only way I know to save the modified UserData object is calling data_store.put("user_accounts", user_accounts); again. The problem is that all 10 UserData objects will