Skip to content
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

Allow attribute/value spanning #15

Open
psic4t opened this issue Sep 6, 2011 · 3 comments
Open

Allow attribute/value spanning #15

psic4t opened this issue Sep 6, 2011 · 3 comments

Comments

@psic4t
Copy link
Collaborator

psic4t commented Sep 6, 2011

Allow optional attribute/value spanning to store values larger than 1024 bytes.

@rjrodger
Copy link
Owner

Hi - could you explain this a little more thanks - not sure which simpledb feature this refers to? thanks!

@aarong
Copy link

aarong commented Nov 3, 2011

The idea is that the module could transparently split large values into chunks before writing and then recombine them after reading to get around SimpleDb's 1024 byte limit on attributes.

This is an important feature, but in my humble opinion it doesn't belong in the SimpleDb module, but rather in a higher level module that makes use of SimpleDb module. I am working on just such a thing...

@rjrodger
Copy link
Owner

mdebus adding you as a contrib, see https://github.com/rvagg/node-levelup/blob/master/CONTRIBUTING.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants