Re: MySQL million tables

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: MySQL million tables
Дата
Msg-id 4411BB58.8010406@archonet.com
обсуждение исходный текст
Ответ на Re: MySQL million tables  ("Greg Sabino Mullane" <greg@turnstep.com>)
Список pgsql-advocacy
Greg Sabino Mullane wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
>>> greg=# select count(*) from pg_class where relkind='r' and relname ~ 'foo'
>>>   count
>>> - ---------
>>>  1000000
>
>> Try \dt :D
>
> Sure. Took 42 seconds, but it showed up just fine. :)

The real test is to put a few rows into each, join the lot and see how
long it takes geqo to plan it.

Actually, if that works the real test is to find a use for this :-)

--
   Richard Huxton
   Archonet Ltd

В списке pgsql-advocacy по дате отправления:

Предыдущее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: MySQL million tables
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: MySQL million tables