Re: [HACKERS] Performance of Bit String

2010-06-09 Thread Andres Freund
Hi, Youre on the wrong list for this. This is not a -hackers (i.e. developer targeted) but a -general (user targeted) question. On Wednesday 09 June 2010 15:11:41 rupendra.chulya...@gmail.com wrote: > I tried to store a BitString of length 2 million in a Postgres table (see > code below), but i

[HACKERS] Performance of Bit String

2010-06-09 Thread rupendra . chulyadyo
Hi, I tried to store a BitString of length 2 million in a Postgres table (see code below), but it did not complete even in 3 mins and then I cancelled it. Surprisingly, it only took few seconds when BitString was of length 500K. Is there any restriction of length of BitString or am I missin