We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent0f19d0f commit9337007Copy full SHA for 9337007
doc/src/sgml/pgprewarm.sgml
@@ -50,10 +50,10 @@ pg_prewarm(regclass, mode text default 'buffer', fork text default 'main',
50
using <literal>buffer</literal> — will likely result in lower-numbered
51
blocks being evicted as higher numbered blocks are read in. Prewarmed data
52
also enjoys no special protection from cache evictions, so it is possible
53
-for other system activity may evict the newly prewarmed blocks shortly after
54
- they are read; conversely, prewarming may also evict other data from cache.
55
- For these reasons, prewarming is typically most useful at startup, when
56
- caches are largely empty.
+that other system activity may evict the newly prewarmed blocks shortly
+afterthey are read; conversely, prewarming may also evict other data from
+cache.For these reasons, prewarming is typically most useful at startup,
+whencaches are largely empty.
57
</para>
58
</sect2>
59