压缩内存缓存

发布于 2024-07-07 13:36:02 字数 95 浏览 3 评论 0原文

有人有对缓存数据使用压缩的经验吗? 据我所知,stackoverflow内部正在使用这种方法。

优缺点都有什么?

还有什么陷阱吗?

Does anyone have any experience in using compression on their cached data?
I understand that stackoverflow is internally using this method.

What are the pros and cons?

And are there any gotchyas?

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

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

发布评论

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

评论(2

苍景流年 2024-07-14 13:36:03

Scott Hanselman 刚刚创建了一个会话包装类,可以在将项目放入缓存/会话/其他内容之前对其进行压缩。 您可能想看一下!

http://www.hanselman.com/blog/TheWeeklySourceCode35ZipcompressingASPNETSessionAndCacheState.aspx

Scott Hanselman just created a Session wrapper class that can zip items before putting them into your cache/session/whatever. You may want to take a look!

http://www.hanselman.com/blog/TheWeeklySourceCode35ZipCompressingASPNETSessionAndCacheState.aspx

A君 2024-07-14 13:36:03

你应该尝试memcached。 它是一个分布式缓存服务器,易于使用并提供令人印象深刻的压缩功能。

you should try memcached. It's a distributed caching server that is easy to use and provides impressive compression capabilities.

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