Re: Introduce new multi insert Table AM and improve performance of various SQL commands with it for Heap AM

Поиск
Список
Период
Сортировка
От Jingtang Zhang
Тема Re: Introduce new multi insert Table AM and improve performance of various SQL commands with it for Heap AM
Дата
Msg-id 896679FF-4B81-4832-BCFE-4CE39F6F0048@gmail.com
обсуждение исходный текст
Ответ на Re: Introduce new multi insert Table AM and improve performance of various SQL commands with it for Heap AM  (Jingtang Zhang <mrdrivingduck@gmail.com>)
Список pgsql-hackers
Oh, another comments for v24-0001 patch: we are in heam AM now, should we use
something like HEAP_INSERT_BAS_BULKWRITE instead of using table AM option,
just like other heap AM options do?

> +        if ((state->options & TABLE_INSERT_BAS_BULKWRITE) != 0)
> +            istate->bistate = GetBulkInsertState();


—

Regards, Jingtang




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