Re: : Create table taking time

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: : Create table taking time
Дата
Msg-id CAHyXU0wVchi6J84Qw5Yv=2ir=Us8+VG25xbDPNyXRiLUVptbvg@mail.gmail.com
обсуждение исходный текст
Ответ на : Create table taking time  (Venkat Balaji <venkat.balaji@verse.in>)
Ответы Re: : Create table taking time  (Venkat Balaji <venkat.balaji@verse.in>)
Список pgsql-performance
On Wed, Sep 28, 2011 at 12:06 PM, Venkat Balaji <venkat.balaji@verse.in> wrote:
> Hello Everyone,
> I am back with an issue (likely).
> I am trying to create a table in our production database, and is taking 5
> seconds.
> We have executed VACUUM FULL and yet to run ANALYZE. Can i expect the CREATE
> TABLE to be faster after ANALYZE finishes ?
> Or is there anything serious ?

just ruling out something obvious -- this is vanilla create table, not
CREATE TABLE AS SELECT...?

also, what's i/o wait -- are you sure your not i/o bound and waiting
on transaction commit?

merlin

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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: the number of child tables --table partitioning
Следующее
От: Ondrej Ivanič
Дата:
Сообщение: Re: the number of child tables --table partitioning