CS262B Reading Summary
David J. DeWitt and Jim Gray
Summary by Feng Zhou
2/17/2004
Strong points of the paper are:
The paper said Grosch's Law (economics of scale in computing)
doesn't apply to databases because the advent of clusters and MPP
machines. However, even though it's mostly true for hardware,
it's not at all true for software, which makes up a large part of costs
for database systems. Nowadays database vendors charges very high
prices for parallel databases simply because they don't sell a lot of
them. Software cost is also one major reason why these MPP
companies all died out. One interesting question would be whether
a free parallel database project for Internet services, built on top of
existing open-source databases, can fly, given that parallel databases
have the technical merits discussed in the paper and have been success
in the "high-end" market-place like banks and large companies.
This sounds appealing because currently nearly no Internet services use
parallel databases, mainly because of cost presumably.