Quote:
Originally Posted by Akkadius
I really doubt it
|
It really depends what you're doing. PostgreSQL's Query Optimizer is better (much?) in some cases, but MySQL has made improvements there. PostgreSQL isn't really optimized for just reads, which a lot of our data is, but a good chunk of that we cache out in the shared_memory stuff :P