Forum Discussion
tstack
8 years agoFormer Employee
Are you asking about the document in memory or when it’s read-from or written-to disk?
In memory, the document is made up of Java objects and I don’t think we add any additional limits to what is available in native Java and how much memory the node has. One limit that comes to mind is the size of a byte array/string must be less than 2GB.
I don’t think there are any limits when serializing/deserializing.
Why are you asking?