HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dengolius

51 karmajoined قبل 7 سنوات

comments

dengolius
·قبل 11 يومًا·discuss
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 يومًا·discuss
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 يومًا·discuss
Does anyone know when they'll sell their company and product to russia again?
dengolius
·قبل 4 أشهر·discuss
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 أشهر·discuss
what about av1?
dengolius
·قبل 8 أشهر·discuss
> (I will need both) but I think that OpenObserve is even simpler.

ClickStack also looks promising.
dengolius
·قبل 8 أشهر·discuss
May I suggest trying VictoriaMetrics Observability Stack?
dengolius
·قبل 8 أشهر·discuss
https://dnsspeedtest.online/ a link with benchmarks for newer readers
dengolius
·قبل 8 أشهر·discuss
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 أشهر·discuss
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 أشهر·discuss
Maybe it because of using PHP?