Daniel Weinand wrote: > it isn't acceptable to use the database without indexes if another > locale is used. are custom operator classes as described in the > manual as high-performance as the native index? I'm not sure what you are comparing here, because the different operator classes serve different use cases. The operator classes are as fast as they can be to solve the problem at hand. Whether they are fast enough for you is up to your testing. > are there any examples how to use them in my case? Perhaps, but you didn't tell us what your case is. > are there any tests that show how the performance decreases if > another locale is used? why is there a perfomance impact? Because having a computer sort letters in an order useful for humans is slower than sorting them in an order useful for computers. And vice versa! > it's a > disappointing that postgresql is only in one configuration to suply > the max. performance. That is nonsense. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@xxxxxxxxxxxxxx so that your message can get through to the mailing list cleanly