用于在程序迭代之间保存数据的临时存储?

发布于 2024-10-07 04:19:00 字数 1431 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

丑丑阿 2024-10-14 04:19:00

我知道这听起来很老派,但是 SAN 上的临时文件会很简单而且便宜。

与一直消耗 300M 的缓存相比,在每次运行开始时加载 300M 的文件是微不足道的。

如果您可以从数据库密钥重新创建它,那么明智的做法是编写和测试该部分并使其自动,如果临时文件不可用,将从密钥中挖掘信息并重新创建。

I know this sounds very old-school, but a temp file on your SAN would be easy and cheap.

Loading a 300M file at the start of each run is trivial compared to consuming 300M of cache all the time.

And if you can recreate it from the database keys, it would be wise to write and test that part and make it automatic that if the temp file was unavailable, the info would be mined from the keys and recreated.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文