Subject | Re: Three open source databases - some benchmarks |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-03-01T23:06:39Z |
> > 2) If they had some level of concurrent update/read, you'd seeSure, but you also have to understand that they are testing OLAP
> > different results.
>
> Maybe this isn't the best part of Postgres. Or MySQL.
"features", not OLTP. For OLAP in many cases you do need bulk load +
joins with star schema.
> All queries used old-style syntax. Would Fb do better with explicitMost likely yes, at least some time ago there was report that AS3AP
> joins?
test performs better in case of INNER JOIN compared to SELECT FROM a, b.
Roman