Re: What O/S or hardware feature would be useful for databases?

Поиск
Список
Период
Сортировка
От Alexander Staubo
Тема Re: What O/S or hardware feature would be useful for databases?
Дата
Msg-id 88daf38c0706161505h214a777bg59bd988daf060419@mail.gmail.com
обсуждение исходный текст
Ответ на Re: What O/S or hardware feature would be useful for databases?  (Ron Johnson <ron.l.johnson@cox.net>)
Ответы Re: What O/S or hardware feature would be useful for databases?
Список pgsql-general
On 6/16/07, Ron Johnson <ron.l.johnson@cox.net> wrote:
> > Hardware acceleration for quickly counting the number of
> > set/unset/matching bits?
>
> x86 doesn't already do that?

I don't think so. The fastest way, I believe, is to use precomputed
lookup tables. Same for finding the least/most significant set/unset
bit, and other operations useful for dealing with bit vectors.

Alexander.

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: about cursors
Следующее
От: "Alexander Staubo"
Дата:
Сообщение: Re: Using the GPU