File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -83,11 +83,10 @@ documentation on choosing which fields to index, see
8383How do write operations affect indexes?
8484---------------------------------------
8585
86- While a read operation does not affect an index, every write operation
87- does involve a write to the index. If your application is write-heavy,
88- creating too many indexes might affect performance.
89-
90- .. todo:: More is needed on that last FAQ.
86+ While a read operation on an indexed key does not affect indexes, any
87+ write operation to an indexed key involves writing not only to the
88+ document but also to the appropriate index. If your application is
89+ write-heavy, creating too many indexes might affect performance.
9190
9291Will building a large index affect database performance?
9392--------------------------------------------------------
You can’t perform that action at this time.
0 commit comments