BUG #4596: information_schema.table_privileges is way too slow

Поиск
Список
Период
Сортировка
От Kirill Simonov
Тема BUG #4596: information_schema.table_privileges is way too slow
Дата
Msg-id 200812242040.mBOKelf5093189@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #4596: information_schema.table_privileges is way too slow  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      4596
Logged by:          Kirill Simonov
Email address:      xi@gamma.dn.ua
PostgreSQL version: 8.3.5
Operating system:   Linux Ubuntu 8.10
Description:        information_schema.table_privileges is way too slow
Details:

It takes about 5 minutes to perform the query
SELECT * FROM information_schema.table_privileges
on an empty database (i.e. with system tables only).

postgres=# select * from information_schema.table_privileges;
Time: 296409.513 ms

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Problem on Installation
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #4596: information_schema.table_privileges is way too slow