摘要: ## docker安装8版本elasticsearch遇到的问题 ```bug Exception in thread "main" java.nio.file.FileSystemException: /usr/share/elasticsearch/config/elasticsearch.ym 阅读全文
posted @ 2023-07-17 17:56 海山了- 阅读(342) 评论(0) 推荐(0) 编辑
摘要: # elasticSearch ## 大致印象 ### 为什么用? 1. mysql更擅长于crud等操作,当一张表达到百万级别时,检索速度过慢 2. es检索速度快 ### 基本概念 1. **Index索引**(两层意思) 1. 动词:类似mysql的insert 2. 名词:类似mysql的数 阅读全文
posted @ 2023-07-17 14:48 海山了- 阅读(7) 评论(0) 推荐(0) 编辑