Re: Crosstab Problems

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: Crosstab Problems
Дата
Msg-id 87wstjmlc9.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Re: Crosstab Problems  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
"Tom Lane" <tgl@sss.pgh.pa.us> writes:

> 3. Throw a NOTICE or WARNING (hopefully only one message not repeated
> ones) if NULL rowid is seen, then ignore the row.

From my experience with OLTP I don't like this one. A warning for DML is
effectively the same as an error if you're running thousands of queries per
minute. The logs fill up and even if you filter the logs it imposes extra
run-time overhead. You end up having to avoid the warning just as if it had
been an error.

--
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com

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

Предыдущее
От: Alban Hertroys
Дата:
Сообщение: Re: Abbreviation list
Следующее
От: "Pavel Stehule"
Дата:
Сообщение: Re: Stalled post to pgsql-bugs