A bit of advice on Cassandra vs. MySQL

人盡茶涼 提交于 2019-12-06 09:18:52

Go for MySQL. Cassandra will make development hard, it still lacks tools, tutorials, etc. And it's rapidly changing, so you'll have to change your code as well.

Take a look at this article - it explains why I think it's not yet the time for regular projects to go for Cassandra.

In case your application sky-rockets and needs more scalability than MySQL provides, then you'll have enough people to handle the transition to Cassandra. Just abstract your Data access layer so that you can later switch without changing the rest of the code.

Update: Note the date of this answer. It is by definition going to get out of date, so check if there are already good tools, tutorials, etc.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!