Re: [PERFORM] Bitmap indexes

2005-02-02 Thread Daniel Ceregatti
performance with normal rates of DML. Daniel -- Daniel Ceregatti - Programmer Omnis Network, LLC Real Programmers don't eat quiche. They eat Twinkies and Szechwan food. ---(end of broadcast)--- TIP 6: Have you searched our list archives

Re: [PERFORM] postgresql amd-64

2004-11-05 Thread Daniel Ceregatti
: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html -- Daniel Ceregatti - Programmer Omnis Network, LLC The forest is safe because a lion lives therein and the lion is safe because it lives in a forest. Likewise the friendship of persons rests

Re: [PERFORM] Comparing user attributes with bitwise operators

2004-09-16 Thread Daniel Ceregatti
table of people:attributes where each attribute is in its own column. Still, no index is used, but it's been the best performer up to now. I'm still looking for a better plan though. Daniel -- Daniel Ceregatti - Programmer Omnis Network, LLC You are fighting for survival in your own sweet

Re: [PERFORM] Article about PostgreSQL and RAID in Brazil

2004-09-16 Thread Daniel Ceregatti
/bonnie.txt -- Daniel Ceregatti - Programmer Omnis Network, LLC A little suffering is good for the soul. -- Kirk, The Corbomite Maneuver, stardate 1514.0 ---(end of broadcast)--- TIP 6: Have you searched our list archives? http

Re: [PERFORM] Article about PostgreSQL and RAID in Brazil

2004-09-16 Thread Daniel Ceregatti
Josh Berkus wrote: Primer, The site seems to be down. I was looking forward to reading it. :( I didn't have a problem. The site *is* in Portuguese, though. Yes, it came up finally. Fortunately I'm Brazilian. :) -- Daniel Ceregatti - Programmer Omnis Network

[PERFORM] What is the best way to do attribute/values?

2004-08-24 Thread Daniel Ceregatti
be fast. And by fast, I mean, 1 second, for every permutation of the number of attributes searched for. Flexibility would be a bonus, but at this point I'll settle for something that's harder to maintain if I can get the speed gain I need. Thanks, Daniel Ceregatti