Live data from Hacker News

Viewing profile — databass

databass

HN member
Joined
Sun, Feb 01, 2015, 2:58 PM UTC
HN karma
14
Public activity
6 items

About databass

No profile information was provided.

Recent public activity

  1. comment
    Comment #10437268

    May I also mention that N log N is the total cost of compaction for a DB of size N. You don't perform a compaction on every single write. Amortised per write the cost is more like …

  2. comment
    Comment #9368919

    In the case of an architecture diagram being handed down from on high, sure. But in the case of product feature whack-a-mole, this doesn't seem like something that bottom-up decisi…

  3. comment
    Comment #9111693

    Recursive CTEs are a cool feature, but it's a shame the syntax is so awful. You really have to work to understand what the query is trying to do. Other query languages that make re…

  4. comment
    Comment #8983483

    Ternary (or even higher n-ary) storage is already widely used: multi-level cell (MLC) SSDs store more than one bit per cell by using multiple voltages (most commonly 4, i.e. 2 bits…

  5. comment
    Comment #8983460

    Does anyone know what they mean when they say "grounded in trust"? (Seems odd to imply that other OSes are not trustworthy.) Referring to code signing, perhaps?

  6. comment
    Comment #8980308

    Do you also have stats on the high percentile latencies, besides the average? Sounds like your avoidance of compaction pauses ought to lead to lower latency at the high percentiles…