Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Motl <andreas.motl@crate.io>
  • Loading branch information
ckurze and amotl committed Nov 15, 2023
1 parent 4cdf363 commit 708efcb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/performance/inserts/tuning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,16 @@ value.
Calculating statistics
----------------------

After loading larger amounts of data into new or exiting tables, it is recommended
to (re-)calculate the statistics by executing the ``ANALYZE`` command.
After loading larger amounts of data into new or existing tables, it is recommended
to re-calculate the statistics by executing the ``ANALYZE`` command.
The statistics will be used by the query optimizer to generate better execution plans.

This calculation of statistics is performed periodically and the maximum amount of bytes
per second that can be read from data nodes for the collection of statistics are throttled.
The calculation of statistics happens periodically. The bandwidth used for collecting statistics
is limited by applying throttling based on the maximum amount of bytes per second that can
be read from data nodes.

Please refer to the `ANALYZE`_ documentation for further information how to change the
calculation interval and how to configure the throttling.
calculation interval, and how to configure throttling settings.

Manual optimizing
-----------------
Expand Down

0 comments on commit 708efcb

Please sign in to comment.