Re: MySQL million tables

Поиск
Список
Период
Сортировка
От Greg Sabino Mullane
Тема Re: MySQL million tables
Дата
Msg-id b53499524964992236c129105745ce6d@biglumber.com
обсуждение исходный текст
Ответ на Re: MySQL million tables  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Ответы Re: MySQL million tables  (Richard Huxton <dev@archonet.com>)
Список pgsql-advocacy
-----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. :)

          List of relations
 Schema |   Name    | Type  | Owner
- --------+-----------+-------+-------
 public | foo1      | table | greg
 public | foo10     | table | greg
 public | foo100    | table | greg
 public | foo1000   | table | greg
 public | foo10000  | table | greg
 public | foo100000 | table | greg
 public | foo100001 | table | greg
 public | foo100002 | table | greg
 public | foo100003 | table | greg

etc...


- --
Greg Sabino Mullane greg@turnstep.com
PGP Key: 0x14964AC8 200603100913
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8

-----BEGIN PGP SIGNATURE-----

iD8DBQFEEYpuvJuQZxSWSsgRAnXFAKCQD31fIXDvN/2lLl9Unaw0zvAdcgCgkHxh
WsrUkThL+xYz6bdzvZ5jqA4=
=4TZu
-----END PGP SIGNATURE-----



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

Предыдущее
От: Anastasios Hatzis
Дата:
Сообщение: German press coverage: IT Mittelstand 03/2006
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: MySQL million tables