Re: MySQL million tables

From: "Jonah H(dot) Harris" <jonah(dot)harris(at)gmail(dot)com>
To: "Stefan 'Kaishakunin' Schumacher" <stefan(at)net-tex(dot)de>
Cc: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>, "PostgreSQL Advocacy" <pgsql-advocacy(at)postgresql(dot)org>
Subject: Re: MySQL million tables
Date: 2006-03-09 07:48:43
Message-ID: 36e682920603082348v6f8e255bx6f8010e0833eb67a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy

On 3/9/06, Stefan 'Kaishakunin' Schumacher <stefan(at)net-tex(dot)de> wrote:
>
> Also sprach Christopher Kings-Lynne (chriskl(at)familyhealth(dot)com(dot)au)
> > I see in this post on planetmysql.org that this guy got MySQL to die
> > after creating 250k tables. Anyone want to see how far PostgreSQL can
> > go? :)
> >
> > http://bobfield.blogspot.com/2006/03/million-tables.html
> >
> > Also, can we beat his estimate of 27 hours for creation?
>
> for i in `seq 1 1000000`;
> do
> echo "create table test$i (ts timestamp);"|psql tabletorture;
> done

My results were based on 500 CREATE TABLE's per transaction, so my results
aren't comparable either.

--
Jonah H. Harris, Database Internals Architect
EnterpriseDB Corporation
732.331.1324

In response to

Browse pgsql-advocacy by date

  From Date Subject
Next Message Jean-Paul Argudo 2006-03-09 09:03:22 Re: MySQL million tables
Previous Message Christopher Kings-Lynne 2006-03-09 07:21:42 Re: MySQL million tables