On Apr 10, 2014, at 1:18 PM, Norbert Hartl <norbert@hartl.name> wrote:
Am 10.04.2014 um 11:17 schrieb Esteban Lorenzano <estebanlm@gmail.com>:
Hi,
Voyage did not implement GridFS out of the box. But It can be extended to use it, it does not looks as a real complicated API.
Agreed. But I ask myself what is the use of GridFS in voyage. I would guess that in most use cases the access to GridFS needs to be offloaded of the image.
What about storing and retrieving documents that exceed the Mongo document size limit? :) Cheers, R
Norbert
Esteban
On 10 Apr 2014, at 11:07, roberto.minelli@usi.ch wrote:
Hi guys,
I need to store objects (i.e., mongo documents) which exceeds the BSON-document size of 16MB.
I run into the âofficialâ mongoDB solution, which is to use GridFS.
Does anyone know if there is any possibility to use GridFS within Pharo? For example with Voyage⦠or any other suggestion is highly appreciated!
Cheers, Roberto