File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 44[ ![ original] ( https://img.shields.io/badge/original-%E4%B8%AD%E5%8D%8E%E7%9F%B3%E6%9D%89-orange.svg )] ( https://github.com/doocs/advanced-java )
55[ ![ stars] ( https://img.shields.io/github/stars/doocs/advanced-java.svg )] ( https://github.com/doocs/advanced-java/stargazers )
66[ ![ forks] ( https://img.shields.io/github/forks/doocs/advanced-java.svg )] ( https://github.com/doocs/advanced-java/network/members )
7+ [ ![ issues] ( https://img.shields.io/github/issues/doocs/advanced-java.svg )] ( https://github.com/doocs/advanced-java/issues )
78[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-Welcome-brightgreen.svg )] ( http://makeapullrequest.com )
89
910本系列知识出自中华石杉,我对这部分知识做了一个系统的整理,方便学习查阅。By the way,微信公众号** 石杉的架构笔记** (id: shishan100 )有其它很多架构知识,墙裂推荐~
2728- [ es 在数据量很大的情况下(数十亿级别)如何提高查询效率啊?] ( /docs/high-concurrency/es-optimizing-query-performance.md )
2829- [ es 生产集群的部署架构是什么?每个索引的数据量大概有多少?每个索引大概有多少个分片?] ( /docs/high-concurrency/es-production-cluster.md )
2930
30- ### [ 缓存 ] ( /docs/high-concurrency/why-cache.md )
31+ ### 缓存
3132- [ 在项目中缓存是如何使用的?缓存如果使用不当会造成什么后果?] ( /docs/high-concurrency/why-cache.md )
3233- [ Redis 和 Memcached 有什么区别?Redis 的线程模型是什么?为什么单线程的 Redis 比多线程的 Memcached 效率要高得多?] ( /docs/high-concurrency/redis-single-thread-model.md )
3334- [ Redis 都有哪些数据类型?分别在哪些场景下使用比较合适?] ( /docs/high-concurrency/redis-data-types.md )
Original file line number Diff line number Diff line change 2222 coverpage : true ,
2323 mergeNavbar : true ,
2424 search : [
25- '/' , // => /README.md
26- '/guide' , // => /guide.md
27- '/get-started' , // => /get-started.md
28- '/zh-cn/' // => /zh-cn/README.md
25+ '/' // => /README.md
2926 ] ,
3027 plugins : [
3128 function ( hook ) {
4845 }
4946
5047 </ script >
51- < script src ="//unpkg.com/docsify "> </ script >
48+ <!-- < script src="https://unpkg.com/docsify"></script> -- >
5249 < script src ="//unpkg.com/docsify/lib/docsify.min.js "> </ script >
5350 < script src ="//unpkg.com/prismjs/components/prism-c.min.js "> </ script >
5451 < script src ="//unpkg.com/prismjs/components/prism-bash.min.js "> </ script >
You can’t perform that action at this time.
0 commit comments