[support] What is the largest Drupal site as far as the number of rows within the node table and how is the performance?

Ursula Pieper dramamezzo at gmail.com
Thu Jul 28 20:49:34 UTC 2011


In my experience with a large database-driven web-site (custom, non-drupal,
with several tables in the 20-400 million rows range), the query
construction/table layout is much more important than the number of entries
in the tables (to a certain point, of course, the server needs to be able to
handle large tables like this).

So, I totally agree with Dipen, that the type of pages and the type of
traffic are more important for the performance of a site than the number of
nodes.

Switching on the query log using the development module helps pinpointing
slow performing tasks. And if the site warrants it (either high traffic site
or the possibility of re-using the module in a number of similar sites), it
might be better for performance to create a custom module with specific
functionality.

Ursula



On Thu, Jul 28, 2011 at 12:57 PM, Dipen <dipench at gmail.com> wrote:

> This comes up a lot and logically and technically I don't really find
> pressing co-relation between number of nodes and performance of the site. I
> always view performance as types of pages on the site (panels, views, full
> node), types and number of modules used, type of traffic (authenticated vs
> anonymous) but have failed to find reasons that a site with more number of
> nodes will suffer performance wise in a considerable way, yes the table size
> would be large, number of rows will be more so yeah there is lag in seek
> time but really that doesn't matter much I feel ( and I may be totally off
> ).
>
> To cut short, is there a rationale to co-relate number of nodes to
> performance? If yes, in what ways. I might be missing something really
> basic, but then yeah I have been asked this many times and I usually dont
> give much weight-age to number of nodes. I feel its more imp to asses num
> and types of modules used, types of pages on the site ( is the site too much
> panels, views dependent ) and type of traffic.
>
> Would love to hear your thoughts.
>
> P.S My experience so far is with a site around 100-110k nodes.
>
> Cheers
>
>
> On Fri, Jul 29, 2011 at 1:03 AM, Gregg Marshall <mimlist at repconnection.com
> > wrote:
>
>> I think it was on the Pressflow website I read about the modifications to
>> Drupal.org in a comparison table.
>>
>> Gregg Marshall
>>
>> -----Original Message-----
>> From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On
>> Behalf Of Brett Evanson
>> Sent: Thursday, July 28, 2011 3:26 PM
>> To: support at drupal.org
>> Subject: Re: [support] What is the largest Drupal site as far as the
>> number
>> of rows within the node table and how is the performance?
>>
>> If you're looking for drupal performance, look at Mercury or
>> Pressflow. Those are great places to start.
>>
>> Brett Evanson
>>
>>
>>
>>
>>
>> On Thu, Jul 28, 2011 at 1:16 PM, Gregg Marshall
>> <mimlist at repconnection.com> wrote:
>> > And I vaguely remember reading somewhere that Drupal.org is not a stock
>> > Drupal installation but has been modified to aid its performance.
>> >
>> > Gregg Marshall, CPMR, CSP, CMC
>> >
>> > -----Original Message-----
>> > From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On
>> > Behalf Of Earnie Boyd
>> > Sent: Thursday, July 28, 2011 1:03 PM
>> > To: support at drupal.org
>> > Subject: Re: [support] What is the largest Drupal site as far as the
>> number
>> > of rows within the node table and how is the performance?
>> >
>> > John Mitchell wrote:
>> >> What is the largest Drupal site as far as the number of rows within the
>> > node
>> >> table and how is the performance?
>> >
>> > Uhhmm, I would guess drupal.org to best fit answer for that question
>> and
>> > you can see the performance for yourself.  Now it is run by top notch
>> > server guru's who know how to tune the performance which is what you
>> > need for a heavy hitting site.
>> >
>> > --
>> > Earnie
>> > -- http://progw.com
>> > -- http://www.for-my-kids.com
>> > --
>> > [ Drupal support list | http://lists.drupal.org/ ]
>> >
>> > --
>> > [ Drupal support list | http://lists.drupal.org/ ]
>> >
>> --
>> [ Drupal support list | http://lists.drupal.org/ ]
>>
>> --
>> [ Drupal support list | http://lists.drupal.org/ ]
>>
>
>
> --
> [ Drupal support list | http://lists.drupal.org/ ]
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20110728/a5fb2537/attachment.html 


More information about the support mailing list