Re: MySQL million tables - Mailing list pgsql-advocacy

From Jonah H. Harris
Subject Re: MySQL million tables
Date
Msg-id 36e682920603082348v6f8e255bx6f8010e0833eb67a@mail.gmail.com
Whole thread Raw
In response to Re: MySQL million tables  ("Stefan 'Kaishakunin' Schumacher" <stefan@net-tex.de>)
List pgsql-advocacy
On 3/9/06, Stefan 'Kaishakunin' Schumacher <stefan@net-tex.de> wrote:
Also sprach Christopher Kings-Lynne (chriskl@familyhealth.com.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

pgsql-advocacy by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: MySQL million tables
Next
From: Jean-Paul Argudo
Date:
Subject: Re: MySQL million tables