System Design: 读书心得4

Elasticsearch/Solr/ELK Stash
Caveat of using Elasticsearch as datastore: https://www.elastic.co/blog/found-elasticsearch-as-nosql
Sync Elasticsearch with MySQL: https://towardsdatascience.com/how-to-synchronize-elasticsearch-with-mysql-ed32fc57b339
Solr vs ELK
https://kknews.cc/zh-tw/tech/r9y4z5o.html
Elastic Search
https://godleon.github.io/blog/Elasticsearch/Elasticsearch-getting-started/

Solr vs. Elasticsearch谁是开源搜寻引擎王者

https://sematext.com/blog/solr-vs-elasticsearch-differences/
Solr
static data
Faceting, grouping (collapsing), powerful filtering, etc
Depends on Apache Zookeeper
Managed-schema file

Elasticsearch
Near Real-Time search
More dynamic. data can easily move around the cluster as its nodes come and go, and this can impact stability and performance of the cluster.
Zen - built-in ZooKeeper-like component
Schemaless


<<:  前言-零基础接触 IT 领域的思路准备

>>:  [第一只羊] 动物园派对桌游设计之迷雾森林

[Day 21] Mattermost - RSS

Mattermost RSS 当你使用过Mattermost一段时间後,想试着使用RSS订阅一些像是...

【Day 11】分类(Classification)(下)

昨天提到了生成模型(Generative Model),要去计算事前机率(Prior Probabi...

[Day 12] Error analysis — 错误中学会成长 (咩噗)

To me, error analysis is the sweet spot for impro...

Day 01-AWS Solution Architect Associate的铁人之旅行前会

最近好友阿泰邀约参加2021的铁人赛,碰巧我正在准备AWS Certified Solution A...

Day 24 Ruby 哪些不是物件

在 Ruby 内几乎所有的东西都是物件。 在说明答案前先来看看甚麽是 OOP 及物件吧。 Objec...