]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc/dev: new page for cache records prefetch
authorAleš Mrázek <ales.mrazek@nic.cz>
Wed, 17 Apr 2024 13:56:27 +0000 (15:56 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Mon, 22 Apr 2024 10:43:52 +0000 (12:43 +0200)
doc/dev/cache-prefetch.rst [new file with mode: 0644]
doc/dev/config-lua-performance.rst
doc/dev/modules-predict.rst [deleted symlink]

diff --git a/doc/dev/cache-prefetch.rst b/doc/dev/cache-prefetch.rst
new file mode 100644 (file)
index 0000000..ec933ae
--- /dev/null
@@ -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
index ce7fa16e6a7073d88b3ac814bbc672d4ff660c94..5f273a71f0686c7ec47fdf025f812394b8d6be92 100644 (file)
@@ -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 (symlink)
index f60ef14..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../modules/predict/README.rst
\ No newline at end of file