Re: [HACKERS] On-disk bitmap index patch

2006-07-26 Thread Ayush Parashar
I find those results moderately unconvincing, primarily because they are based on choosing the least efficient possible data representation (viz char(n)), and thus the btree indexes suffer severe and quite artificial bloat. A database schema chosen with even minimal attention The specific

Re: [HACKERS] multibyte regression tests

2005-07-15 Thread Ayush Parashar
Andrew, Luke, As pointed by Luke, the reason for using mb regression suite (src/test/mb), is to consolidate all similar kinds of multi-byte/client encoding tests at one place. Thanks, Ayush On 7/15/05 1:36 PM, Luke Lonergan [EMAIL PROTECTED] wrote: Andrew, Good. So should we roll this up

[HACKERS] no subject

2005-07-07 Thread Ayush Parashar
---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly

[HACKERS] Multi-byte and client side character encoding tests for copy command..

2005-07-07 Thread Ayush Parashar
Hi there, I am new to this list. I have made some additions to multi-byte regression tests ( ./src/test/mb), to include regression tests for copy command. This can be used to test multi-byte extensions of postgresql and client character encoding, for copy command. The test uses the following