HackerTrans
トップ新着トレンドコメント過去質問紹介求人

dengolius

51 カルマ登録 7 年前

コメント

dengolius
·11 日前·議論
The answer to your question was deleted, so I'll post it again:

Vertically on a single machine, the two are quite similar, both fan work out across all CPU cores. The different is on scaling out.

ClickHouse scales by making you describe the cluster yourself. You decide how many shards to split the data into, how many copies (replicas) each shard keeps, which row goes to which shard. The copies are kept in sync by a consensus system ClickHouse Keeper. This is flexible but also more works on operators.

VictoriaLogs takes the opposite bet. When logs come in, the inserter just spreads them across all storage nodes on its own, so there is no sharding key for you to design. When a query runs, the selector asks every storage node in parallel and merges the results. There is no consensus system at all. If you want high availability, you run 2 independent clusters and send your logs to both, rather than having the database copy data internally. So this is simpler and less learning curve. See more here https://victoriametrics.com/blog/victorialogs-architecture-b...
dengolius
·16 日前·議論
I read somewhere that the owners have ties to russia, but the most important thing is that they’re marketing very aggressively through posts that slander GraphenOS.
dengolius
·16 日前·議論
Does anyone know when they'll sell their company and product to russia again?
dengolius
·4 か月前·議論
Meh, I don't get it—what's stopping you from running the same benchmark on a Kubernetes cluster and sharing your own benchmark results, instead of just claiming that this benchmark is crap?
dengolius
·7 か月前·議論
what about av1?
dengolius
·8 か月前·議論
> (I will need both) but I think that OpenObserve is even simpler.

ClickStack also looks promising.
dengolius
·8 か月前·議論
May I suggest trying VictoriaMetrics Observability Stack?
dengolius
·8 か月前·議論
https://dnsspeedtest.online/ a link with benchmarks for newer readers
dengolius
·8 か月前·議論
https://dns10.quad9.net/dns-query Unsecured: No Malware blocking, no DNSSEC validation (for experts only!)

Maybe it is fast because it is not secured at all? :D
dengolius
·8 か月前·議論
Does anyone use Mullvad DNS servers? https://mullvad.net/en/help/dns-over-https-and-dns-over-tls#... I found them more acceptable.
dengolius
·8 か月前·議論
Maybe it because of using PHP?