HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lkanwoqwp

no profile record

Submissions

Kubernetes CPU requests and limits, explained through cgroups

roszigit.com
2 points·by lkanwoqwp·14 gün önce·0 comments

How TimescaleDB compresses time-series data

roszigit.com
172 points·by lkanwoqwp·27 gün önce·25 comments

Kubernetes memory requests don't do what you think (until you enable MemoryQoS)

roszigit.com
4 points·by lkanwoqwp·2 ay önce·1 comments

Kubernetes CPU Management with cgroups

roszigit.com
2 points·by lkanwoqwp·2 ay önce·0 comments

comments

lkanwoqwp
·26 gün önce·discuss
I run it on VM the same way as a few separate PostgreSQL instances. TimescaleDB is an extension to PostgreSQL, so there's a lot of information, guides, and community support online, and Postgres is one of the most widely used databases right now. There are some things to setup but Tiger data documentation is very good.
lkanwoqwp
·27 gün önce·discuss
Okay maybe title is not great but I really achieved this compression on real database where I have devices via MQTT connected.
lkanwoqwp
·27 gün önce·discuss
If I understand your question correctly: For storage, mostly yes. Swinging-door compression went lossy because byte compression on raw floats used to be useless, but with new method like Gorilla you can compress it lossless, so you can keep every sample and still afford it. But there is another point that this Aveva historian adds filter that filters some points so I don't know how it impact ingest.

But in general now trend is to use normal databases from IT world in OT world to overcome some legacy solutions.