Hacker News new | past | comments | ask | show | jobs | submit login
Drizzle: MySQL slims down on Aker's diet (builderau.com.au)
8 points by paulsb on July 23, 2008 | hide | past | favorite | 3 comments



The problem with Drizzle is that it doesn't do what web developers need. No, we don't need stored procedures, triggers, views, or anything else that Drizzle is removing. What we really need is the kind of replication that something like BigTable, Cassandra, or Hadoop's HBase provide. Drizzle doesn't cover that.

So, let's say that Drizzle is 50% faster than MySQL. That means that we can delay thinking about scaling out a little, but it still doesn't solve that problem. Also, if you are going for no-single-point-of-failure, it doesn't handle that.

I'm personally hoping that the documentation on Cassandra takes off. As a web programmer, I want a replicated data store and I don't care too much if it's "dumb". Drizzle is simply giving me a database with joins, but nothing more.



"Stored Procedures, Views, Triggers, Query Cache, and Prepared Statements are gone for now."

Its fine if they do this but why are they still calling this a database? Its a dumb object store (not that that is a bad thing). The term RDBMS has been misused enough already.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: