Commit 3e85a56 1 parent 53eb849 commit 3e85a56 Copy full SHA for 3e85a56
File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ 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 )
5
5
[ ![ stars] ( https://img.shields.io/github/stars/doocs/advanced-java.svg )] ( https://github.com/doocs/advanced-java/stargazers )
6
6
[ ![ 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 )
7
8
[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-Welcome-brightgreen.svg )] ( http://makeapullrequest.com )
8
9
9
10
本系列知识出自中华石杉,我对这部分知识做了一个系统的整理,方便学习查阅。By the way,微信公众号** 石杉的架构笔记** (id: shishan100 )有其它很多架构知识,墙裂推荐~
27
28
- [ es 在数据量很大的情况下(数十亿级别)如何提高查询效率啊?] ( /docs/high-concurrency/es-optimizing-query-performance.md )
28
29
- [ es 生产集群的部署架构是什么?每个索引的数据量大概有多少?每个索引大概有多少个分片?] ( /docs/high-concurrency/es-production-cluster.md )
29
30
30
- ### [ 缓存 ] ( /docs/high-concurrency/why-cache.md )
31
+ ### 缓存
31
32
- [ 在项目中缓存是如何使用的?缓存如果使用不当会造成什么后果?] ( /docs/high-concurrency/why-cache.md )
32
33
- [ Redis 和 Memcached 有什么区别?Redis 的线程模型是什么?为什么单线程的 Redis 比多线程的 Memcached 效率要高得多?] ( /docs/high-concurrency/redis-single-thread-model.md )
33
34
- [ Redis 都有哪些数据类型?分别在哪些场景下使用比较合适?] ( /docs/high-concurrency/redis-data-types.md )
Original file line number Diff line number Diff line change 22
22
coverpage : true ,
23
23
mergeNavbar : true ,
24
24
search : [
25
- '/' , // => /README.md
26
- '/guide' , // => /guide.md
27
- '/get-started' , // => /get-started.md
28
- '/zh-cn/' // => /zh-cn/README.md
25
+ '/' // => /README.md
29
26
] ,
30
27
plugins : [
31
28
function ( hook ) {
48
45
}
49
46
50
47
</ script >
51
- < script src ="//unpkg.com/docsify "> </ script >
48
+ <!-- < script src="//unpkg.com/docsify"></script> -- >
52
49
< script src ="//unpkg.com/docsify/lib/docsify.min.js "> </ script >
53
50
< script src ="//unpkg.com/prismjs/components/prism-c.min.js "> </ script >
54
51
< script src ="//unpkg.com/prismjs/components/prism-bash.min.js "> </ script >
You can’t perform that action at this time.
0 commit comments