美文网首页
ElasticSearch的基本概念

ElasticSearch的基本概念

作者: 李彬燊666 | 来源:发表于2019-12-18 09:21 被阅读0次

    3:elasticsearch的基本概念【 要清晰】

    3.1 :cluster :集群  整个elasticsearch 默认就是集群状态

    3.2:node :集群中的一个节点

    3.3:shard:分片

    3.4:type   :mysql的表

    3.5:index:索引库   类似mysql的database

    3.6:document  :类似于rdbms的 row、面向对象里的object

    3.7:field  :相当于字段、属性

    ps -ef|grep elasticsearch:查看进程是不是启动

    kill -9 '进程号'  :关闭进程

    相关文章

      网友评论

          本文标题:ElasticSearch的基本概念

          本文链接:https://www.haomeiwen.com/subject/dwypnqtx.html