Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
5answers
6k views

PostgreSQL - fetch the row which has the Max value for a column

I'm dealing with a Postgres table (called "lives") that contains records with columns for time_stamp, usr_id, transaction_id, and lives_remaining. I need a query that will give me the most recent ...
2
votes
1answer
1k views

How to increase Oracle CBO cost estimation for hash joins, group by's and order by's without hints

It seems that on some of the servers that we have, the cost of hash joins, group by's and order by's is too low compared to the actual cost. I.e. often execution plans with index range scans ...
1
vote
5answers
5k views

Tips for improving this slow mysql query?

I'm using a query which generally executes in under a second, but sometimes takes between 10-40 seconds to finish. I'm actually not totally clear on how the subquery works, I just know that it works, ...
0
votes
3answers
350 views

Oracle MAX() bug with NULLs CBO index fix leads to index limitation

Update 1/31/2011 I think I'm running against a DB limit. The GROUP BY expression and all nondistinct aggregate functions may have exceeded a single database block. See ...