Bit count

From: Nathaniel Trellice <naptrel(at)yahoo(dot)co(dot)uk>
To: pgsql-novice(at)postgresql(dot)org
Subject: Bit count
Date: 2009-11-24 15:47:05
Message-ID: 998131.26971.qm@web25007.mail.ukl.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I'd like to use an integer column (16 bits will suffice) to hold a bit-field. I'd like to be able to efficiently count the number of bits set in this field.

Is there a built-in function call I can use? (I can't find one in the manual).

If not, can anyone recommend the most efficient way within postgres to implement the kind of bit-counting tricks found at:

http://gurmeetsingh.wordpress.com/2008/08/05/fast-bit-counting-routines/
http://graphics.stanford.edu/~seander/bithacks.html

Nathaniel

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Mladen Gogala 2009-11-24 16:28:26 PostgreSQL 8.4.1 and pljava
Previous Message richard terry 2009-11-24 11:36:04 Re: Postgres blob question - insert from basic.