Re: [doc] remove reference to pg_dump pre-8.1 switch behaviour

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [doc] remove reference to pg_dump pre-8.1 switch behaviour
Дата
Msg-id 1306038.1606769179@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [doc] remove reference to pg_dump pre-8.1 switch behaviour  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: [doc] remove reference to pg_dump pre-8.1 switch behaviour
Список pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes:
> So this comes down to 5 items, as per the attached.  Thoughts?

These items look fine to me, except this bit seems a bit awkward:

+     Note that the delayed indexing technique used for <acronym>GIN</acronym>
+     (see <xref linkend="gin-fast-update"/> for details) makes this advice
+     less necessary, but for very large updates it may still be best to
+     drop and recreate the index.

Less necessary than what?  Maybe instead write

      When fastupdate is enabled (see ...), the penalty is much less than
      when it is not.  But for very large updates it may still be best to
      drop and recreate the index.

            regards, tom lane



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

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: Re: range_agg
Следующее
От: Alexander Korotkov
Дата:
Сообщение: Re: Improving spin-lock implementation on ARM.