We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116077b commit 19fc9edCopy full SHA for 19fc9ed
201703/20170312_06.md
@@ -14,7 +14,7 @@ PostgreSQL , 10.0 , 自动预热缓存
14
## 背景
15
数据库的shared buffer可以用来存储经常使用的数据块,以提升效率。通过LRU算法老化不常用的数据块。
16
17
-因此在生成数据库中,SHARED BUFFER中通常是热数据。
+因此在生产数据库中,SHARED BUFFER中通常是热数据。
18
19
数据库如果重启,或者发生主备切换,缓存中的热数据需要从磁盘(或者OS PAGE CACHE)重新载入数据库的shared buffer。
20
0 commit comments