PostgreSQL:强制数据进入内存

PostgreSQL:强制数据进入内存,第1张

概述有没有一种系统的方法来强制PostgreSQL将特定的表加载到内存中,或者至少从磁盘中读取它以便它将被系统缓存? 您可能会在 mailing lists topics中的一个中受到关注,它由Tom Lane(核心开发人员)回答: [..] But my opinion is that people who think they are smarter than an LRU caching alg 有没有一种系统的方法来强制Postgresql将特定的表加载到内存中,或者至少从磁盘中读取它以便它将被系统缓存? 您可能会在 mailing lists topics中的一个中受到关注,它由Tom Lane(核心开发人员)回答:

[..] But my opinion is that people who
think they are smarter than an LRU
caching algorithm are typically
mistaken. If the table is all that
heavily used,it will stay in memory
just fine. If it’s not sufficIEntly
heavily used to stay in memory
according to an LRU algorithm,maybe
the memory space really should be
spent on something else. [..]

你可能也会在一个SO问题中被强调:https://stackoverflow.com/questions/486154/postgresql-temporary-tables,也许更适合https://stackoverflow.com/questions/407006/need-to-load-the-whole-postgresql-database-into-the-ram

总结

以上是内存溢出为你收集整理的PostgreSQL:强制数据进入内存全部内容,希望文章能够帮你解决PostgreSQL:强制数据进入内存所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/sjk/1167798.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-01
下一篇 2022-06-01

发表评论

登录后才能评论

评论列表(0条)

保存