Name: Anonymous 2008-11-03 22:12
I'm having a problem with execution time regarding a query that looks like this:
SELECT t_rank_cd('english', datavector) as ranking
ORDER BY ranking
Anyway, to reduce execution time here? If I remove the ORDER BY clause, it drops down really low.
SELECT t_rank_cd('english', datavector) as ranking
ORDER BY ranking
Anyway, to reduce execution time here? If I remove the ORDER BY clause, it drops down really low.