Is there a limitation to the size of JCR Property value? | Community
Skip to main content
Level 2
October 16, 2015
Question

Is there a limitation to the size of JCR Property value?

  • October 16, 2015
  • 4 replies
  • 6845 views

I need to add some data on property multi value. Is there a size limitation that I need to be aware of.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

Community Advisor
October 16, 2015

I don't see any such limitations, but you can find out if there is any at

http://www.day.com/specs/jcr/2.0/3_Repository_Model.html

Adobe Employee
October 16, 2015

There's no defined limitation in the spec. From a practical standpoint, available memory is the most significant limitation.

joerghoh
Adobe Employee
Adobe Employee
October 16, 2015

Hi,

There's no hard limit; but at certain levels it might get impractical ... So of course you put 10TB of data to a single property, but you'll get a hard time to get it in (heap size for the imtermediate space, at least for CRX 2.x). So 100MB shouldn't be a problem, but already starting at much lower numbers I would question your application design.

kind regards,
Jörg

Level 2
October 16, 2015

Thanks Ahmad,

I did look at the spec before posting my question. I didn't see any mention to that limitation but I want to confirm.