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
83
83
How do write operations affect indexes?
84
84
---------------------------------------
85
85
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.
91
90
92
91
Will building a large index affect database performance?
93
92
--------------------------------------------------------
You can’t perform that action at this time.
0 commit comments