Skip to content

Commit ef57fd2

Browse files
author
Bob Grabar
committed
indexing: minor edit #2
1 parent 484e639 commit ef57fd2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

source/faq/indexes.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,10 @@ documentation on choosing which fields to index, see
8383
How 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

9291
Will building a large index affect database performance?
9392
--------------------------------------------------------

0 commit comments

Comments
 (0)