http://easyice.cn/

https://m.aliyun.com/yunqi/articles/60474

https://www.jianshu.com/c/d5c542376948

https://www.elastic.co/blog/managing-time-based-indices-efficiently

https://www.elastic.co/elasticon/conf/2016/sf/quantitative-cluster-sizing

https://www.elastic.co/elasticon/conf/2018/sf/elasticsearch-sql

https://www.elastic.co/guide/en/elasticsearch/guide/2.x/scale.html

https://www.elastic.co/blog/resizing-elasticsearch-shards-for-fun-and-profit

https://www.elastic.co/guide/en/elasticsearch/guide/current/translog.html

https://www.elastic.co/guide/en/elasticsearch/guide/current/merge-process.html

https://www.elastic.co/guide/en/elasticsearch/guide/current/indexing-performance.html#segments-and-merging

ES查询流程剖析
Elasticsearch 写入流程简介

https://yq.aliyun.com/articles/576223

https://yq.aliyun.com/articles/573660

http://makble.com/what-is-term-vector-in-lucene

https://www.elastic.co/blog/how-many-shards-should-i-have-in-my-elasticsearch-cluster

http://queirozf.com/entries/what-do-store-index-all-source-mean-in-elasticsearch

https://stackoverflow.com/questions/15299799/elasticsearch-impact-of-setting-a-not-analyzed-field-as-storeyes

http://grokbase.com/t/gg/elasticsearch/1324nc7mjj/fitting-inverted-list-in-memory

https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-source-field.html

https://www.elastic.co/guide/en/elasticsearch/guide/current/_limiting_memory_usage.html

http://alexander.holbreich.org/elasticsearch-datastructures/

https://www.quora.com/What-is-inverted-index-It-is-a-well-known-fact-that-you-need-to-build-indexes-to-implement-efficient-searches-What-is-the-difference-between-index-and-inverted-index-and-how-does-one-build-inverted-index

https://www.loggly.com/blog/scaling-elasticsearch-for-multi-tenant-multi-cluster/

https://www.loggly.com/blog/pays-elasticsearch-developers-know-cluster-state/

https://www.loggly.com/blog/nine-tips-configuring-elasticsearch-for-high-performance/

https://stackoverflow.com/questions/18742469/performance-issues-using-elasticsearch-as-a-time-window-storage

https://www.oreilly.com/ideas/10-elasticsearch-metrics-to-watch

https://qbox.io/blog/maximize-guide-elasticsearch-indexing-performance-part-2

https://qbox.io/blog/maximize-guide-elasticsearch-indexing-performance-part-3?utm_source=qbox.io&utm_medium=article&utm_campaign=maximize-guide-elasticsearch-indexing-performance-part-2

ES多集群

https://www.loggly.com/blog/scaling-elasticsearch-for-multi-tenant-multi-cluster/

https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-cross-cluster-search.html

https://www.loggly.com/blog/nine-tips-configuring-elasticsearch-for-high-performance/

https://www.elastic.co/blog/tribe-node

https://blog.logdna.com/2017/10/16/querying-multiple-elasticsearch-clusters-with-cross-cluster-search/

https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-cross-cluster-search.html

https://www.loggly.com/blog/pays-elasticsearch-developers-know-cluster-state/

https://www.loggly.com/blog/monitoring-ansible-plays-in-four-simple-steps/

https://www.elastic.co/blog/tribe-node

https://www.elastic.co/blog/multiple-elasticsearch-clusters

https://blog.logdna.com/2017/10/16/querying-multiple-elasticsearch-clusters-with-cross-cluster-search/

ES performance的更多相关文章

  1. OpenGL ES应用开发实践指南:iOS卷

    <OpenGL ES应用开发实践指南:iOS卷> 基本信息 原书名:Learning OpenGL ES for iOS:A Hands-On Guide to Modern 3D Gra ...

  2. How HipChat Stores And Indexes Billions Of Messages Using ElasticSearch And Redis[转]

    This article is from an interview with Zuhaib Siddique, a production engineer at HipChat, makers of  ...

  3. SpringBoot进阶教程(七十)SkyWalking

    流行的APM(Application Performance Management工具有很多,比如Cat.Zipkin.Pinpoint.SkyWalking.优秀的监控工具还有很多,其它比如还有za ...

  4. java使用配置skywalking

    一 .elasticsearch  和elasticsearch-head 1.下载 elasticsearch-6.3.1  ,下载地址 :https://pan.baidu.com/s/1ymxy ...

  5. Designing for iOS: Graphics & Performance

    http://robots.thoughtbot.com/designing-for-ios-graphics-performance  [原文] In the previous article, w ...

  6. Unity3D Optimizing Graphics Performance for iOS

    原地址:http://blog.sina.com.cn/s/blog_72b936d801013ptr.html icense Comparisons http://unity3d.com/unity ...

  7. Performance Optimization (2)

    DesktopGood performance is critical to the success of many games. Below are some simple guidelines f ...

  8. Android OpenGL ES(七)基本几何图形定义 .

    在前面Android OpenGL ES(六):创建实例应用OpenGLDemos程序框架 我们创建了示例程序的基本框架,并提供了一个“Hello World”示例,将屏幕显示为红色. 本例介绍Ope ...

  9. ES搜索引擎集群模式搭建【Kibana可视化】

    一.简介 ElasticSearch是一个基于Lucene的搜索服务器.它提供了一个分布式多用户能力的全文搜索引擎(与Solr类似),基于RESTful web接口.Elasticsearch是用Ja ...

随机推荐

  1. spark rdd Transformation和Action 剖析

    1.看到 这篇总结的这么好, 就悄悄的转过来,供学习 wordcount.toDebugString查看RDD的继承链条 所以广义的讲,对任何函数进行某一项操作都可以认为是一个算子,甚至包括求幂次,开 ...

  2. OpenGL实现通用GPU计算概述

    可能比較早一点做GPU计算的开发者会对OpenGL做通用GPU计算,随着GPU计算技术的兴起,越来越多的技术出现,比方OpenCL.CUDA.OpenAcc等,这些都是专门用来做并行计算的标准或者说接 ...

  3. Easyui入门视频教程 第10集---Messager的使用

    Easyui入门视频教程 第10集---Messager的使用 <script type="text/javascript"> function show(){ $.m ...

  4. Dockerfile 构建前端node应用cnpm命令启动nodejs服务

    cat Dockerfile.node FROM centos MAINTAINER zha*****ch.cn ENV LANG en_US.UTF-8 RUN /bin/cp /usr/share ...

  5. ios中xml和html解析(封装)

    下载地址  http://pan.baidu.com/share/link?shareid=2902188921&uk=923776187 GDataXML和TFHpple配置是一样的(配置方 ...

  6. 【转】centos(原生yum系通用)安装xfce便捷方法

    一个鸟人突然来了句他要在centos 5.2上装xfce,yum install xfce和yum install xfce4均没有合适的包(服务器没装x环境)于是我ssh登录到服务器上看了下,的确没 ...

  7. fisheye Error occurred during initialization of VM Could not reserve enough space for object heap 问题解决!

    参考文章:https://answers.atlassian.com/questions/9397/not-enough-heap-space-to-run-fisheye fisheye下载好了之后 ...

  8. 遇到影响服务器性能的cpuspeed 服务

    最近碰到一个很蛋痛的问题,,我在公司的代码上实现了一个功能,然后基于这个测试,结果比对数据发现每天少三千多万条,, 然后我各种优化,各种零碎部功能阉割,,还是丢数据! 之后,监控运行网卡----wat ...

  9. android 当ListView滚动时自动调用 onCheckedChanged 导致CheckBox 状态不停变化 的解决办法

    今天在做一个含有CheckBox 的ListView时,发现当初始化CheckBox的状态后, 滚动ListView,其中CheckBox 的选中状态不停的发生变化.最后发现原因是 ListView滚 ...

  10. 【MongoDB】MongoDB的java驱动包使用

    要在Java中使用Mongo数据库 首先导入驱动包mongo-java-driver.jar. 然后获得库,获得集合.就可以对数据库操作了,比如: //创建MongoClient对象 MongoCli ...