I'm very lost in this question.
We want to start using serendipity globally with a lot of information, with a mass work every day, so, I need to be sure, that the tool is robust and with the capacity enough to complaint with our requirements.
For exemple:
Is there a limit of categories?
Is there a limit of information in each post?
Is there a limit in the size of the attachments sended by e-mail?
Is there a limit of postings in each category?
......
Is someone thinking in other limits?
Thanks very much!! This issue is very important to us before launching the tool for all.
With all the best,
Maria
Capacity of the Serendipity Blog
Re: Capacity of the Serendipity Blog
I think (but I'd wait for Garvin to confirm thismaria wrote:Is someone thinking in other limits?
However, some of the limits you mention raise other questions in my humble opinion: There may not be a technical limit to the number of categories, but is it really useful in terms of usability to have as many categories as possible? There may also be no technical limitation to the length of a post, but most people writing very long blog entries do in fact very often split them up into a series of articles in order to not strain the interest of their visitors too much.
Just my 2 cents ...
YL
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Capacity of the Serendipity Blog
Hi!
YL is right; technically there's a limit of 2147483647 categories and entries ("INT(11)"). The performance impacts of this depend on the DB you use and its capacities/configuration.
The limit of data per post is by default limited to 65kb. A browser does not allow more information in a single textarea input field. You can work around that by straightly inserting into the database, or as YL mentioned split entries into multiple entries.
The limit of attachments is controlled by your server upload storage size and PHP's memory_limit.
HTH,
Garvin
YL is right; technically there's a limit of 2147483647 categories and entries ("INT(11)"). The performance impacts of this depend on the DB you use and its capacities/configuration.
The limit of data per post is by default limited to 65kb. A browser does not allow more information in a single textarea input field. You can work around that by straightly inserting into the database, or as YL mentioned split entries into multiple entries.
The limit of attachments is controlled by your server upload storage size and PHP's memory_limit.
HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
A great and useful answer
Thanks a lot!!
Very specific answer!!
You're the best!
Maria
Very specific answer!!
You're the best!
Maria