当前位置:网站首页>elastic_ L01_ summary
elastic_ L01_ summary
2022-07-03 12:25:00 【jackaroo2020】
Reading guide
This article mainly introduces Elasticsearch What is it? 、 What advantages does it have 、 Application scenarios and development history .
1、 What is it? ?
Elasticsearch It's based on Lunece Open source distributed real-time search and analysis engine
2、 advantage
- Good query performance
- Distributed design , Good scalability
- Support the integration of multiple languages
- A complete ecosystem and a large number of examples of Internet companies
3、 Application scenarios
- Search for
- Log analysis
- Index analysis
- Safety analysis
4、 development history
0.4—2010
1.0—2014
2.0—2015
5.0—2016
- Lucene 6.x Support for , Half the disk space
6.x—2017
- Luncene 7.x
- new function : Cross cluster replication ; Index Lifecycle Management ;SQL Support for
- More friendly upgrades and data migration
- performance optimization : Excellent new method for storing sparse fields , Reduced storage success , Sort when indexing , Speed up sorting query performance
7.x—2019
- Lucene 8.0
- Officially abolish multiple indexes under a single index Type Support for
- Major improvement :7.1 Start ,Security Features are free to use
- ECK-Elasticsearch Operator on Kubernates
- new function :Feature-Complete High Level EST Client
- performance optimization : default Primary Shard Number by 5 Change it to 1, avoid Over Sharding; Faster Top K
边栏推荐
- Capturing and sorting out external Fiddler -- Conversation bar and filter [2]
- Unicode查询的官方网站
- Dart: About zone
- 2.9 overview of databinding knowledge points
- (construction notes) grasp learning experience
- 为什么我的mysql容器启动不了呢
- 抓包整理外篇fiddler———— 会话栏与过滤器[二]
- Display time with message interval of more than 1 minute in wechat applet discussion area
- Swagger
- 257. All paths of binary tree
猜你喜欢

Quantitative calculation research
![[MySQL special] read lock and write lock](/img/ac/e01c26882cc664ea2e5e731c5a8bab.png)
[MySQL special] read lock and write lock

Colleagues wrote a responsibility chain model, with countless bugs

PHP export word method (phpword)

2.7 overview of livedata knowledge points

Develop plug-ins for idea

Symlink(): solution to protocol error in PHP artisan storage:link on win10

Implement verification code verification

2.8 overview of ViewModel knowledge

4000 word super detailed pointer
随机推荐
Differences between MySQL Union and union all
Adult adult adult
2.7 overview of livedata knowledge points
Flutter: about monitoring on flutter applications
Introduction to concurrent programming (II)
PHP export word method (phpword)
网络通讯之Socket-Tcp(一)
在网上炒股开户可以吗?资金安全吗?
PHP导出word方法(一phpword)
QT OpenGL rotate, pan, zoom
JVM memory model
2020-11_ Technical experience set
Atomic atomic operation
(数据库提权——Redis)Redis未授权访问漏洞总结
laravel 时区问题timezone
SystemVerilog -- OOP -- copy of object
Optimize interface performance
Colleagues wrote a responsibility chain model, with countless bugs
Apprendre à concevoir des entités logicielles réutilisables à partir de la classe, de l'API et du cadre
Simple factory and factory method mode