Re: post-freeze damage control

Поиск
Список
Период
Сортировка
От Alena Rybakina
Тема Re: post-freeze damage control
Дата
Msg-id 9df73f5d-9b81-4350-8db4-4663ab637533@yandex.ru
обсуждение исходный текст
Ответ на Re: post-freeze damage control  (Andrei Lepikhov <a.lepikhov@postgrespro.ru>)
Ответы Re: post-freeze damage control
Список pgsql-hackers

Hi! Unfortunately, I was not able to fully understand your message. Could you explain it to me please?

On 09.04.2024 16:20, Andrei Lepikhov wrote:
 
Moreover, it helps even SeqScan: attempting to find a value in the hashed array is much faster than cycling a long-expression on each incoming tuple.

As I understand it, you talked about speeding up SeqScan by faster re-searching through the use of a hash table. At the same time, we have to build it before that, when there was the initial lookup tuples, right?

I found this information in the ExecEvalHashedScalarArrayOp function, and I assume you meant this function in your message.

But I couldn't find information, when you told about cycling a long-expression on each incoming tuple. Could you ask me what function you were talking about or maybe functionality? I saw ExecSeqScan function, but I didn't see it.

-- 
Regards,
Alena Rybakina
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

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

Предыдущее
От: shveta malik
Дата:
Сообщение: Re: Conflict Detection and Resolution
Следующее
От: Frédéric Yhuel
Дата:
Сообщение: Re: New GUC autovacuum_max_threshold ?