Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
请问对于NGINX的Proxy_Pass模式,替换文件存储方式各位有什么好的建议
chenweidelphi
对于海量小文件缓存来说,提升硬盘IO是需要用到碎片文件聚合技术(用内存和SSD暂不考虑)。
能否有简单的办法代理缓存时集成高性能KV系统,例如NGINX+LEVELDB,网上目前做内容库源站方式有例子,但是做缓存代理的时候是否必须动NGINX的PROXY_PASS插件模块,还是有更好的办法去集成达到同样效果?