-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Large Object Support? #5
Comments
Hello @acidtonic , I'm currently working on finishing arrays functionality. Regards, |
I seen arrays and 1.2.5 get released, just wanted to see how large object support is going. Also if I use TEXT do I need to do my own base64 encoding? |
Yes, arrays were added in 1.2.5.
Yes, if your binary data can contain a |
Yes, I plan to add it in |
Hi @lganzzzo |
Curious if there are any plans for large object support? Normally I'd just store in the filesystem with a checksum in the DB but I have a need for the streaming/seeking abilities that come with the large object api. I don't even need all that fancy support here only basic crud and from my other tools I can do the rest.
I see TEXT support but that's 1GB limited and I'm doing neural network stuff that easily eclipses that with larger models so I truly need large object support or perhaps another document db to go alongside.
Wanted to ask in case the docs were out of date. I also lurk in the Gitter chat and can ask there if collaboration is needed. Thanks!
The text was updated successfully, but these errors were encountered: