Re: [GENERAL] Force PostgreSQL to query a custom index structure

2010-03-31 Thread Tom Lane
Carsten Kropf writes: > I have a question according to a customly built index. I want to force the > query planner to search in my index structure, whenever I have a query that > uses my specified operator. Until now, I always have to insert a quite amount > of tuples (~ 2-3) for being

[GENERAL] Force PostgreSQL to query a custom index structure

2010-03-31 Thread Carsten Kropf
Hi *, I have a question according to a customly built index. I want to force the query planner to search in my index structure, whenever I have a query that uses my specified operator. Until now, I always have to insert a quite amount of tuples (~ 2-3) for being able to get an index scan