pdfxray_public icon indicating copy to clipboard operation
pdfxray_public copied to clipboard

MongoDB insert size limit

Open 9b opened this issue 12 years ago • 0 comments

Larger PDF files may process, but will fail to insert into MongoDB because of the 16MB size limit.

Temporary fix:

  • Python object is cached in the browser allowing the user to still work with this

Suggested fix:

  • Redo the object format within MongoDB so that large static values like encoded stream, decoded stream and their respective hex outputs into a different collection. These values can later be pulled separately through multiple queries.

9b avatar Sep 20 '11 08:09 9b