MySQL
wiksys
有一种彷徨叫做模仿,有一种信心叫做超越。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Quora Infrastructure: How does Quora solve problems in their deployment process?
Let's say you want to delete a column from a database table. You would first push code that no longer uses that column, then wait until that push is finished, and then delete the column. If you w转载 2015-08-03 14:31:07 · 566 阅读 · 0 评论 -
Why does Quora use MySQL as the data store instead of NoSQLs such as Cassandra, MongoDB, or CouchDB?
If you partition your data at the application level, MySQL scalability isn't an issue. Facebook reported [1] running 1800 MySQL servers with just two DBAs in 2008. You can't do joins across partitions转载 2015-08-03 00:29:08 · 625 阅读 · 0 评论
分享