On 08/03/13 2:59 AM, Sabine Knöfel wrote:
What are the experiences of bigger projects using MongoTalk - do you always write the *whole *collection?
That was the confusion in the other thread. The whole *Smalltalk* Collection instance holding DateAndTime objects is written out, because the DateAndTime instances are not made separate documents.
MongoTalk does not re-write the whole MongeDB collection. However, it currently does write out the full document into each mongo collection. If your objects hold image data (or other large data items), then it can be a problem to re-write the entire attribute set.
It may be possible to add something like the Magritte memento framework, to be able to use mongo update operations.
