Hello, I am looking for the alternatives to the MSE format for model persistency. The current problems I see with MSE: - It is all or nothing approach (hence loading takes time) While looking for persistency solutions for Pharo, I came across several solutions like Voyage/Mongo, GLORP, StandStoneBD, and Magma. http://www.seaside.st/documentation/persistence Did anyone try any of these tools in the context Moose? I would do a pilot (saving n retrieving a test model, playing with caches and properties) with Voyage/Mongo to understand the impact of their usage. Usman _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
I know there has been some experiments in using fuel for loading and saving. I think Mariano used this as benchmarks for Fuel. Alexandre
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by Usman Bhatti
On 07 Apr 2014, at 08:15, Usman Bhatti <[hidden email]> wrote:
usman andre developed filtering to load and save mse. The model we save do not have to same everything. Now people systematically wants to ignore that and this is ok. But you can save a coherent partial model and load it back.
You have to extend the ImportingContext and define the information you want to save and you will be done. Saving to a DB will not solve such problems.
SandstoneBD is an image side solution. Glorp => you have to map your object to relation database so before starting I would do a little prototype with well tohught examples.’ Voyage?mongo you will have to have a look at GridFS because you may have too large model.
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |