Community journal

The latest from the MySQL community

Ideas, releases, practical guides, and perspectives from the people building with MySQL.

Follow the feed
Showing entries 1 to 1 of 1 « Previous | Next »
Displaying posts with tag: mysql和mongodb对比互补 (reset)
mysql和mongodb对比互补

1、mysql没有必要存放所有的数据,尤其是分析、归纳、汇总的日志数据

2、mongodb的一个重要概念就是以空间换时间

3、MongoDB性能的一个关键点就是索引,索引是不是能有比较好的使用效率,索引是不是能够放在内存中,这样能够提升随机读写的性能。

【MongoDB】  【服务器】  【mysql】  【性能】  【日志】  【索引】   …

[获取更多]