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?