Live data from Hacker News

Viewing profile — beorn7

beorn7

HN member
Joined
Fri, Jan 23, 2015, 2:59 PM UTC
HN karma
3
Public activity
3 items

About beorn7

No profile information was provided.

Recent public activity

  1. comment
    Comment #8998154

    The checkpointing is just a way to minimize sample losses from unfinished chunks upon a crash. If you don't care or if you don't crash, you can disable checkpointing. Normal operat…

  2. comment
    Comment #8996929

    We were tempted to implement our own data management in a couple of bigger files, but extensive testing of various modern file systems (XFS, ext4) resulted in the perhaps not surpr…

  3. comment
    Comment #8996918

    (Disclaimer: I'm a Prometheus author.) Chunks are only written to that one file per time series once they are complete. Depending on their compression behavior, they will contain a…