Re: Using JIT for VACUUM, COPY, ANALYZE

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Using JIT for VACUUM, COPY, ANALYZE
Дата
Msg-id A860AE10-F86D-4B87-9A34-AC7A0B53E71D@anarazel.de
обсуждение исходный текст
Ответ на Using JIT for VACUUM, COPY, ANALYZE  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: Using JIT for VACUUM, COPY, ANALYZE  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers

On March 11, 2018 12:31:33 PM PDT, Pavel Stehule <pavel.stehule@gmail.com> wrote:
>Hi
>
>Today, these task can be CPU limited . Do you think, so JIT can be used
>there too?

Copy definitely, with the others I'm much more doubtful. Don't see anything around their bottlenecks that could be
removedby JITing. Haven't looked at profiles of them recently however. 


Andres
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.


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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Sample values for pg_stat_statements
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: Parallel index creation does not properly cleanup after error