Trying to find out if there are any limitations on characters in the page editor in Confluence?
Anne, please see this article as well:
https://confluence.atlassian.com/display/CONFKB/Cannot+Save+Large+Pages+with+Over+700,000+Characters
Not sure about other database environments but with Microsoft SQL server the database field will hold up to 1,073,741,823 unicode characters. Which would come out to 2,147,483,646 bytes of disk space or roughly 2GB of text. But really, you're going to have network bandwidth and client memory problems well before that.
So, for all practical purposes the answer is the only limits would be those that are imposed by your network connection speed and the processing power of the machine accessing the page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Perfect Davin, thank you so much for the quick response. Exactly what I was looking for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.