Re: Make tuple deformation faster

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Make tuple deformation faster
Дата
Msg-id 542d28c7d22d392005076c85f6e5d6a38205997e.camel@j-davis.com
обсуждение исходный текст
Ответ на Re: Make tuple deformation faster  (James Hunter <james.hunter.pg@gmail.com>)
Ответы Re: Make tuple deformation faster
Re: Make tuple deformation faster
Список pgsql-hackers
On Wed, 2025-03-05 at 11:33 -0800, James Hunter wrote:
> For a bitfield, however, the CPU has to read from or write to the
> byte
> that contains the bit, but then it also has to mask out the *other*
> bits in that bitfield. This is a data dependency, so it stalls the
> CPU
> pipeline.

Here the bits aren't changing, so we're only talking about mask-and-
test, right? My intuition is that wouldn't cause much of a problem.

Regards,
    Jeff Davis




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