Home > Database > Mysql Tutorial > mongodb性能优化

mongodb性能优化

WBOY
Release: 2016-06-07 17:56:13
Original
1023 people have browsed it

在索引中包含条件的所有列,可以使用索引形成的屏蔽来拒绝结果集中不合适的行对于需要排序的引用列,适当地创建索引可以避免排序考虑到管理上的开销,应避免在索引中使用多于5个的列对于多列索引,将查询中引用最多的列放在定义的前面不要在索引中包含经常修改或

在索引中包含条件的所有列,可以使用索引形成的屏蔽来拒绝结果集中不合适的行 对于需要排序的引用列,适当地创建索引可以避免排序 考虑到管理上的开销,应避免在索引中使用多于5个的列 对于多列索引,将查询中引用最多的列放在定义的前面 不要在索引中包含经常修改或进行插入、删除的列(主关键字和外来关键字除外) “$”符号不可以作为索引的首字母,”.”不能在索引名的任何位置出现.

,虚拟主机,网站空间,美国服务器
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template