I want to use dynamo DB to store some attributes which are big string values…
Is there any maximum field size/maximum item size limitation in Dynamo DB? Something which limits the data that i store for 1 item in a table?
Also, what is the equivalent limit (if any) in Mongo DB?
I am evaluating these 2 nosql databases as possible solutions for one of my applications. Any advice/inputs you could give would be appreciated.
The MongoDB limit is currently 16MB per document, this has increased a couple of times over the course of development, but that is the limit as of the current release (2.0.x at the time of writing), see here:
http://www.mongodb.org/display/DOCS/Documents
I’m not as familiar with the various limits in Dynamo, but you can find a list of them here:
http://docs.amazonwebservices.com/amazondynamodb/latest/developerguide/Limits.html