Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Handle large docs via GridFS #611

Closed
vkuznet opened this issue Oct 26, 2010 · 1 comment
Closed

Handle large docs via GridFS #611

vkuznet opened this issue Oct 26, 2010 · 1 comment
Assignees

Comments

@vkuznet
Copy link
Contributor

vkuznet commented Oct 26, 2010

It is possible that DAS will received a doc whose size will exceed MongoDB limit (4MB by default). In that case the bulk insert will fail for all docs in insert sequence (due to generators). To avoid that I need a new generator routine whose purpose will be scan doc and pass it if it has size < 4MB or put it to GridFS.

@vkuznet
Copy link
Contributor Author

vkuznet commented Oct 27, 2010

valya: (In 01601f8) Fix DBS2 bug; add support for GridFS; add new generator parse2gridfs who pass input docs or write them to GridFS and replace their meta-data with gridfs pointer. fixes #611

Signed-off-by: Valentin Kuznetsov vkuznet@gmail.com

@ghost ghost assigned vkuznet Jul 24, 2012
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant