Skip to content

Commit

Permalink
Remove warming reference from couchdb_tutorial.rst
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
  • Loading branch information
sykesm committed Jan 19, 2021
1 parent 9b427da commit 72a3c8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/couchdb_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,7 @@ It is also important to plan the indexes you install with your chaincode. You
should install only a few indexes per chaincode that support most of your queries.
Adding too many indexes, or using an excessive number of fields in an index, will
degrade the performance of your network. This is because the indexes are updated
after each block is committed. The more indexes that need to be updated through
"index warming", the longer it will take for transactions to complete.
after each block is committed.

The examples in this section will help demonstrate how queries use indexes and
what type of queries will have the best performance. Remember the following
Expand Down

0 comments on commit 72a3c8b

Please sign in to comment.