Maximum of nodes

Author Message

Martin Simek

Sunday 11 December 2005 10:31:16 pm

Hello,
a little, but important question: Is by anything limited maximal number of nodes that eZ publish can contains? and is limited maximal number of users?

I ask you, bacause my server (where we are using eZ) is at start and now contains about 700 nodes, but in the future that number may be up to 20.000 (articles, folder, etc.). And I will have to have up to 300 users with different permissions.

[Table "ezsearch_object_word_link" makes me slightly worry. Now when system contains 700 nodes, this table have around 65.000 rows!]

Please, give me your advice about great numbers of nodes.

Thanks,
Martin

Bruce Morrison

Sunday 11 December 2005 10:43:34 pm

Hi Martin

Node info is stored in ezcontentobject_tree it's primary_key is stored at int(11) so this will be the number of nodes the system will support (well within 20,000 :).

However it's the a ezcontentobject_attribute table that will cause problems before you run out of nodes. It's primary keys is also int(11) and you ususally have multiple attributes per content_object not to mention versions.

Assuming that php will handle ints of this size your site will have to have quite a few objects/nodes before you run into these limits.

Be good to get some definative upper limits from eZ though.

Cheers
Bruce

My Blog: http://www.stuffandcontent.com/
Follow me on twitter: http://twitter.com/brucemorrison
Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish

Gabriel Ambuehl

Monday 12 December 2005 1:09:23 am

It would seem to me that those ints are rather theoretically hard upper limits. Much more important would be data about scalability. I doubt you'll be able to hold 32bit int worth of atttribute data (that'd be 4billion plus records) without choking the system much sooner. FWIW, ez.no seems to currently be at about 105000 contentobjects, so 20000 should be well within reach on appropriate hardware.

Visit http://triligon.org

Martin Simek

Thursday 15 December 2005 6:58:43 am

Thank you very much for answers!

Martin Simek

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 19 2025 09:13:42
Script start
Timing: Jan 19 2025 09:13:42
Module start 'layout'
Timing: Jan 19 2025 09:13:42
Module start 'content'
Timing: Jan 19 2025 09:13:43
Module end 'content'
Timing: Jan 19 2025 09:13:43
Script end

Main resources:

Total runtime0.8048 sec
Peak memory usage4,096.0000 KB
Database Queries62

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0058 589.0313152.6094
Module start 'layout' 0.00580.0036 741.640639.4063
Module start 'content' 0.00940.7940 781.0469578.5391
Module end 'content' 0.80340.0013 1,359.585912.1953
Script end 0.8047  1,371.7813 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00300.3744160.0002
Check MTime0.00130.1560160.0001
Mysql Total
Database connection0.00140.172710.0014
Mysqli_queries0.753793.6547620.0122
Looping result0.00070.0845600.0000
Template Total0.772596.020.3862
Template load0.00240.292520.0012
Template processing0.770195.693620.3851
Template load and register function0.00020.018810.0002
states
state_id_array0.00090.112710.0009
state_identifier_array0.00100.119320.0005
Override
Cache load0.00190.2409240.0001
Sytem overhead
Fetch class attribute can translate value0.00060.069230.0002
Fetch class attribute name0.00130.167250.0003
XML
Image XML parsing0.00110.132530.0004
class_abstraction
Instantiating content class attribute0.00000.001450.0000
General
dbfile0.00150.1884160.0001
String conversion0.00000.000840.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
3content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
6content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 16
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs