Skip to content

Commit b23da48

Browse files
committed
Update README.md
1 parent 87d31f1 commit b23da48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ JVM 这部分内容主要参考 [JVM 虚拟机规范-Java8 ](https://docs.oracle
171171
2. [Redis 常见问题总结](docs/database/Redis/redis-all.md)
172172
3. [面试/工作必备!3种常用的缓存读写策略!](docs/database/Redis/3种常用的缓存读写策略.md)
173173

174+
## 搜索引擎
175+
176+
用于提高搜索效率,功能和浏览器搜索引擎类似。比较常见的搜索引擎是 Elasticsearch(推荐) 和 Solr。
177+
174178
## 系统设计
175179

176180
### 系统设计必备基础
@@ -256,10 +260,6 @@ CAP 也就是 Consistency(一致性)、Availability(可用性)、Partiti
256260

257261
**Paxos 算法**诞生于 1990 年,这是一种解决分布式系统一致性的经典算法 。但是,由于 Paxos 算法非常难以理解和实现,不断有人尝试简化这一算法。到了2013 年才诞生了一个比 Paxos 算法更易理解和实现的分布式一致性算法—**Raft 算法**
258262

259-
#### 搜索引擎
260-
261-
用于提高搜索效率,功能和浏览器搜索引擎类似。比较常见的搜索引擎是 Elasticsearch(推荐) 和 Solr。
262-
263263
#### RPC
264264

265265
RPC 让调用远程服务调用像调用本地方法那样简单。

0 commit comments

Comments
 (0)