Meaning of max document size
"The maximum record size is 1 MB. " Does this mean 1 document/all of the data in 1 row?
2 Replies
Hi Omar. Yep, a single document can be up to 1 MB
if you need support for true object storage, e.g. images, that is coming soon!
the object storage will support objects up to very large sizes
convex documents are intended to be more like a database pattern. generally relatively small (hundreds of bytes to few 10s of kB), stored on fast media, and able to be retrieved within low milliseconds. object storage will be for much larger objects with slightly slower retrieval times for things like images or large binaries--more akin to S3
Awesome, sounds fantastic. Thank you!