We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d21e8c5 commit 8a737bbCopy full SHA for 8a737bb
docs/nosql/elasticsearch/elasticsearch-interview.md
@@ -171,7 +171,7 @@ j2ee特别牛
171
172
### 写数据底层原理
173
174
-[](https://github.com/doocs/advanced-java/blob/master/docs/high-concurrency/images/es-write-detail.png)
+[](https://github.com/doocs/advanced-java/blob/main/docs/high-concurrency/images/es-write-detail.png)
175
176
先写入内存 buffer,在 buffer 里的时候数据是搜索不到的;同时将数据写入 translog 日志文件。
177
0 commit comments