diff options
author | Aleš Mrázek <ales.mrazek@nic.cz> | 2024-04-17 15:56:27 +0200 |
---|---|---|
committer | Aleš Mrázek <ales.mrazek@nic.cz> | 2024-04-22 12:43:52 +0200 |
commit | 8a181fe0027c07bae57a67054081aee0d3af3e44 (patch) | |
tree | 166b81d2957fe8f3a2e35e4cc76d12a36020a67a /doc | |
parent | modules: prefetch: new module for prefetching expiring records (diff) | |
download | knot-resolver-8a181fe0027c07bae57a67054081aee0d3af3e44.tar.xz knot-resolver-8a181fe0027c07bae57a67054081aee0d3af3e44.zip |
doc/dev: new page for cache records prefetch
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dev/cache-prefetch.rst | 12 | ||||
-rw-r--r-- | doc/dev/config-lua-performance.rst | 2 | ||||
l--------- | doc/dev/modules-predict.rst | 1 |
3 files changed, 13 insertions, 2 deletions
diff --git a/doc/dev/cache-prefetch.rst b/doc/dev/cache-prefetch.rst new file mode 100644 index 00000000..ec933ae7 --- /dev/null +++ b/doc/dev/cache-prefetch.rst @@ -0,0 +1,12 @@ +.. SPDX-License-Identifier: GPL-3.0-or-later + +.. _cache-prefetch: + +Prefetching cache records +========================= + +Following modules and configuration help to keep the cache hot by prefetching records. + +.. include:: ../../modules/prefetch/README.rst + +.. include:: ../../modules/predict/README.rst diff --git a/doc/dev/config-lua-performance.rst b/doc/dev/config-lua-performance.rst index ce7fa16e..5f273a71 100644 --- a/doc/dev/config-lua-performance.rst +++ b/doc/dev/config-lua-performance.rst @@ -26,7 +26,7 @@ impact than cache settings and number of instances. daemon-bindings-cache systemd-multiinst - modules-predict + cache-prefetch modules-prefill modules-serve_stale modules-rfc7706 diff --git a/doc/dev/modules-predict.rst b/doc/dev/modules-predict.rst deleted file mode 120000 index f60ef143..00000000 --- a/doc/dev/modules-predict.rst +++ /dev/null @@ -1 +0,0 @@ -../../modules/predict/README.rst
\ No newline at end of file |