当前位置:网站首页>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
边栏推荐
- Interview experience in summer camp of Central South University in 2022
- (construction notes) ADT and OOP
- Cloud Computing future - native Cloud
- Symlink(): solution to protocol error in PHP artisan storage:link on win10
- (构造笔记)GRASP学习心得
- Integer int compare size
- During FTP login, the error "530 login incorrect.login failed" is reported
- 实现验证码验证
- regular expression
- Recovery of website address and method of Amazon account login two-step verification failure caused by mobile phone number becoming empty
猜你喜欢

Colleagues wrote a responsibility chain model, with countless bugs

4000字超详解指针

Flutter 退出登录二次确认怎么做才更优雅?

1-2 project technology selection and structure

为什么我的mysql容器启动不了呢
![[MySQL special] read lock and write lock](/img/ac/e01c26882cc664ea2e5e731c5a8bab.png)
[MySQL special] read lock and write lock

If you can't learn, you have to learn. Jetpack compose writes an im app (I)
![[official MySQL document] deadlock](/img/2d/04e97d696f20c2524701888ea9cd10.png)
[official MySQL document] deadlock

OpenGL draws colored triangles

Shutter widget: centerslice attribute
随机推荐
Flutter Widget : Flow
257. All paths of binary tree
Quantitative calculation research
Prompt unread messages and quantity before opening chat group
MCDF Experiment 1
Dart: about Libraries
Itext7 uses iexternalsignature container for signature and signature verification
How to deploy web pages to Alibaba cloud
Swagger
Oracle advanced (I) realize DMP by expdp impdp command
[combinatorics] permutation and combination (summary of permutation and combination content | selection problem | set permutation | set combination)
实现验证码验证
Computer version wechat applet full screen display method, mobile phone horizontal screen method.
Kubectl_ Command experience set
Shutter: overview of shutter architecture (excerpt)
MySQL time zone solution
Shutter: about inheritedwidget
Atomic atomic operation
云计算未来 — 云原生
网络通讯之Socket-Tcp(一)