This topic contains 1 reply, has 1 voice, and was last updated by Eliot Muir 7 years, 2 months ago.
store2 module now can store huge binary values
You must be logged in to reply to this topic.
This topic contains 1 reply, has 1 voice, and was last updated by Eliot Muir 7 years, 2 months ago.
I was working on something today which needed binary values to be stored in the store2 module. I discovered this wasn’t supported so I tweaked the store2 module today to add support for binary. It works well!
https://github.com/interfaceware/iguana-tools/commit/37f0163d271afc07f696351c358c63053ed42df6
I was using the store2 module for caching zip files and so I have updated the net.http.getCached to handle binaries (it uses the store2 module).
https://github.com/interfaceware/iguana-webservices/commit/de9aedc14484bd47ce5cb1b15ac18c97d79e0580
Enjoy!
Another tweak. I altered store2 to store really large blobs in separate files.
https://github.com/interfaceware/iguana-tools/commit/46bff3c723185f7b6614fd306a3941410c3da234
So it now handle with 30 meg values with comfortable performance.
You must be logged in to reply to this topic.