头图
阅读目录——更新ing

一、elasticsearch

名称链接
Anatomy of an Elasticsearch Cluster: Part I__https__blog.insightdatascience.com/anatomy-of-an-elasticsearch-cluster-part-i-7ac9a13b05db
玩转 Elasticsearch 的 SQL 功能__https__elasticsearch.cn/article/687
Elasticsearch SQL 简介(附示例示例)- 第 2 部分__https__www.elastic.co/cn/blog/an-introduction-to-elasticsearch-sql-with-practical-examples-part-2
Elasticsearch:在 Elasticsearch 中的 Composite Aggregation__https__elasticstack.blog.csdn.net/article/details/105369709
Elasticsearch 中的相似度评分介绍__https__www.infoq.cn/article/k2pil5frm450o5occlz0
Freezing Indicies Doesn’t Improve Cluster Performance__https__discuss.elastic.co/t/freezing-indicies-doesnt-improve-cluster-performance/241548
Elasticsearch中的read_only_allow_delete__https__zhuanlan.zhihu.com/p/181671838
磁盘空间不足导致 Elasticsearch 锁定索引无法写入数据__https__anonymity94.github.io/articles/elasticsearch-error-cluster-block-exception-forbidden-12-index-read-only-all/#es-%E7%B4%A2%E5%BC%95%E6%97%A0%E6%B3%95%E5%86%99%E5%85%A5
is there any way to apply post filter in Elasticsearch on only aggregated result on on all the document?__https__stackoverflow.com/questions/61266158/is-there-any-way-to-apply-post-filter-in-elasticsearch-on-only-aggregated-result
fingerprint filter 插件——Elasticsearch 去重必备利器__https__www.modb.pro/db/74319
How to Improve Elasticsearch Performance by 20x for Multitenant, Real-Time Architectures__https__www.catonetworks.com/blog/how-to-improve-elasticsearch-performance-by-20x-for-multitenant-real-time-architectures/
ELASTICSEARCH MULTITENANCY WITH ROUTING__https__techblog.bozho.net/elasticsearch-multitenancy-with-routing/
Why It Pays for Elasticsearch Developers to Know About Cluster State__https__www.loggly.com/blog/pays-elasticsearch-developers-know-cluster-state/
Why Loggly Chose ElasticSearch Over Solr__https__www.loggly.com/blog/loggly-chose-elasticsearch-reliable-scalable-log-management/
使用 Elasticsearch 轻松进行文本分类__https__www.elastic.co/cn/blog/text-classification-made-easy-with-elasticsearch
More like this query__https__www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-mlt-query.html
Day22 - 熟练使用ES离做好搜索还差多远?__https__elasticsearch.cn/article/6216
Elasticsearch基于Pipeline窗口函数实现实时聚合计算__https__developer.aliyun.com/article/782960
Split index API__https__www.elastic.co/guide/en/elasticsearch/reference/current/indices-split-index.html
图解Elasticsearch中的_source、_all、store和index属性__https__blog.csdn.net/napoay/article/details/62233031
Using Finite State Transducers in Lucene__https__blog.mikemccandless.com/2010/12/using-finite-state-transducers-in.html
在 Elasticsearch 7.10 中通过提高存储效率节省空间和成本__https__www.elastic.co/cn/blog/save-space-and-money-with-improved-storage-efficiency-in-elasticsearch-7-10
ElasticSearch分片不均匀,集群负载不均衡__https__blog.csdn.net/qq_20545159/article/details/80549335
Tuning Elasticsearch: Garbage Collection Algorithms__https__blog.bigdataboutique.com/2021/08/tuning-elasticsearch-garbage-collection-algorithms-1toq2j
Tuning Elasticsearch: The Ideal Java Heap Size__https__blog.bigdataboutique.com/2021/07/tuning-elasticsearch-the-ideal-java-heap-size-2toq2j
ElasticSearch集群shard均衡策略__https__www.jianshu.com/p/f347e2470d9d
Elasticsearch 节点磁盘使用率过高,导致ES集群索引无副本__https__www.cnblogs.com/operationhome/p/12150530.html
解决Elasticsearch SQL命令行启动报错 ./x-pack-env: No such file or directory__https__cloud.tencent.com/developer/article/1664282
Elasticsearch7.3使用SQL查询__https__blog.csdn.net/huanqingdong/article/details/102510704
Elasticsearch:运用 shard_size 来提高 term aggregation 的精度__https__cloud.tencent.com/developer/article/1744222
Bucket Aggregation size setting should never throw too_many_buckets_exception if size is less than respect search.max_buckets__https__github.com/elastic/elasticsearch/issues/51559
Elasticsearch史上最全最常用工具清单__https__cloud.tencent.com/developer/article/1166460
Elasticsearch调优实践__https__zhuanlan.zhihu.com/p/45331117
How to apply lifecycle patters in AWS elasticsearch to many indexs__https__stackoverflow.com/questions/62125149/how-to-apply-lifecycle-patters-in-aws-elasticsearch-to-many-indexs
AWS ElasticSearch: How to apply a policy to an index__https__stackoverflow.com/questions/64638236/aws-elasticsearch-how-to-apply-a-policy-to-an-index
There are some way to fix is_write_index=false for all my indexes?__https__discuss.elastic.co/t/there-are-some-way-to-fix-is-write-index-false-for-all-my-indexes/212823
IntelliJ debug elasticsearch 7.10 source code__https__icbd.github.io/IntelliJ-debug-elasticsearch-source-code/
aws Index template__https__opendistro.github.io/for-elasticsearch-docs/docs/elasticsearch/index-templates/
Master node with 100% CPU__https__discuss.elastic.co/t/master-node-with-100-cpu/263003/3
Elasticsearch常见的5个错误及解决策略__http__blog.itpub.net/31561268/viewspace-2286235/
elasticsearch 在进行cardinality聚合时出现OOM问题__https__elasticsearch.cn/question/4252
Elasticsearch 线程池和队列问题,请先看这一篇__https__blog.csdn.net/laoyang360/article/details/114267168
Elasticsearch查询优化__https__bbs.huaweicloud.com/forum/thread-63342-1-1.html
CAP 理论十二年回顾:"规则"变了__https__www.infoq.cn/article/cap-twelve-years-later-how-the-rules-have-changed/
阿里云 Elasticsearch 向量检索4步搭建“以图搜图”搜索引擎__https__developer.aliyun.com/article/750481
Berlin Buzzwords 2011: Shay Banon - A Distributed Search Engine__https__www.youtube.com/watch?v=5vdtffO5T3c

二、工具使用

名称链接
用 GitLab CI 进行持续集成__https__scarletsky.github.io/2016/07/29/use-gitlab-ci-for-continuous-integration/
spacemascs中go语言代码补全报错__https__emacs-china.org/t/topic/4913
Change a branch's upstream with Magit__https__emacs.stackexchange.com/questions/6021/change-a-branchs-upstream-with-magit
How to make the perfect Readme.md on GitHub__https__medium.com/swlh/how-to-make-the-perfect-readme-md-on-github-92ed5771c061
Introduction to the Clang AST__https__clang.llvm.org/docs/IntroductionToTheClangAST.html
An Overview of GCC__http__bitboom.github.io/an-overview-of-gcc
Abstract Syntax Tree Generator__https__www.101computing.net/abstract-syntax-tree-generator/
初探 Clang__https__segmentfault.com/a/1190000020383818
Emacs常见键绑定方式汇总__https__zhuanlan.zhihu.com/p/26068894
Emacs Mini Manual (PART 1) - THE BASICS__http__tuhdo.github.io/emacs-tutor.html
Git Reset vs Revert vs Rebase__https__geekflare.com/git-reset-vs-revert-vs-rebase/
emacs使用本地emacs server模式打开远程文件__https__www.cnblogs.com/llguanli/p/6979979.html
Git飞行规则(Flight Rules)__https__github.com/k88hudson/git-flight-rules/blob/master/README_zh-CN.md
Emacs Tramp tricks__https__willschenk.com/articles/2020/tramp_tricks/
Compile Emacs 27 on CentOS 7__https__justyn.io/til/compile-emacs-27-on-centos-7/
Cargo mode for Emacs__https__www.badykov.com/emacs/emacs-cargo-mode/
How do I rename a session in tmux?__https__superuser.com/questions/428016/how-do-i-rename-a-session-in-tmux
Configuring Emacs for Rust development__https__robert.kra.hn/posts/2021-02-07_rust-with-emacs/
How to Install Emacs 28 on MacOS__http__iboyko.com/articles/how-to-install-emacs-28-on-macos/

三、算法/网络

名称链接
A Binary Search Tree__https__appliedgo.net/bintree/
rust algorithm__https__github.com/douchuan/algorithm
The Five IPv4 Classes - Quick Reference__https__www.meridianoutpost.com/resources/articles/IP-classes.php

四、语言学习

名称链接
Rust for Beginners__https__www.youtube.com/playlist?list=PLlrxD0HtieHjbTjrchBwOVks_sr8EVW1x
Golang之信号处理(Signal)__https__zhuanlan.zhihu.com/p/128953024
一文讲懂服务的优雅重启和更新__https__segmentfault.com/a/1190000040133816?sort=newest
时间戳、时区以及时间格式__https__chenoge.github.io/2018/12/26/%E6%97%B6%E9%97%B4%E6%88%B3%E3%80%81%E6%97%B6%E5%8C%BA%E4%BB%A5%E5%8F%8A%E6%97%B6%E9%97%B4%E6%A0%BC%E5%BC%8F/
Golang 基于单节点 Redis 实现的分布式锁__https__learnku.com/articles/46788
Redis分布式锁的租约续租实现__https__zhuanlan.zhihu.com/p/101913195
gosec's security rules__https__securego.io/docs/rules/rule-intro.html
How to do a https request with bad certificate?__https__stackoverflow.com/questions/12122159/how-to-do-a-https-request-with-bad-certificate
Rust 程序设计语言__https__kaisery.github.io/trpl-zh-cn/title-page.html

五、操作系统

名称链接
Linux统计文件行数__https__www.cnblogs.com/fullhouse/archive/2011/07/17/2108786.html
Finite-state transducer__https__en.wikipedia.org/wiki/Finite-state_transducer
latency__https__gist.github.com/hellerbarde/2843375
Why does man print "gimme gimme gimme" at 00:30?__https__unix.stackexchange.com/questions/405783/why-does-man-print-gimme-gimme-gimme-at-0030
给 iTerm 终端设置代理__https__www.shuzhiduo.com/A/ke5jPEagzr/
docker ubuntu镜像时间错误-时区修改__https__blog.csdn.net/xiao44_java/article/details/104211411
ANTLR v4, ANother Tool for Language Recognition__https__github.com/antlr/antlr4
使用macOS自带的c编译器(clang)编译c程序__https__www.cnblogs.com/LittleSec/p/12757964.html
Getting Started: Building and Running Clang__https__clang.llvm.org/get_started.html

六、数据库/消息引擎

名称链接
InfluxDB-InfluxQL基础语法教程--GROUP BY子句__https__www.cnblogs.com/suhaha/p/11692281.html
LIMIT doesn't limit results when using GROUP BY__https__github.com/influxdata/influxdb/issues/10452
Prometheus vs. InfluxDB: A Monitoring Comparison__https__logz.io/blog/prometheus-influxdb/
The foundation for your next high-performance database.__https__calcite.apache.org/
NSQ消息Inflight机制__https__swanspouse.github.io/2018/12/10/nsq-message-in-flight/
TDengine 开源、高效的物联网大数据平台__https__www.taosdata.com/cn/
TDengine和InfluxDB的性能对比报告__https__zhuanlan.zhihu.com/p/392137293

七、其他

名称链接
Identify plants—for free__https__candidegardening.com/GB/identify-plants
How MDN’s autocomplete search works__https__hacks.mozilla.org/2021/08/mdns-autocomplete-search/
Sourcegraph__https__sourcegraph.com/search

一曲广陵散
76 声望21 粉丝

柴米油盐酱醋茶


引用和评论

1 篇内容引用
0 条评论