pg_dump and --inserts / --column-inserts

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема pg_dump and --inserts / --column-inserts
Дата
Msg-id i1p5ld$3lk$1@dough.gmane.org
обсуждение исходный текст
Ответы Re: pg_dump and --inserts / --column-inserts  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hi,

the explanation of the --inserts option of pg_dumps states that

"The --column-inserts option is safe against column order changes, though even slower."

The way I read this is, that
   INSERT INTO table (column, ...) VALUES ...
is slower than
   INSERT INTO table VALUES ...

Is that really true?
Why would explicitely stating the columns be slower than relying on implicit column ordering?


Regards
Thomas

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Full Text Search dictionary issues
Следующее
От: Ivan Voras
Дата:
Сообщение: Re: Full Text Search dictionary issues