Live data from Hacker News

Viewing profile — thezviad

thezviad

HN member
Joined
Tue, Sep 01, 2015, 9:45 PM UTC
HN karma
-3
Public activity
5 items

About thezviad

No profile information was provided.

Recent public activity

  1. comment
    Comment #21228664

    the way to do is to pass context all the way through, until the other thing you are waiting on uses up no resources. so in your example it should be done like this: ch and the 'wor…

  2. comment
    Comment #18433993

    Start of every new transaction does a scan of all connected sessions (including idle) ones. I am pretty sure this is true in 5.6 too, and most likely in newer versions too. So if t…

  3. comment
    Comment #18433185

    I am not as familiar with Postgres as with MySQL, but in this case they would most likely be similarly deficient. Databases like MySQL and Postgres have optimized on disk storage e…

  4. comment
    Comment #18433056

    This article would be better if it was called "connection pool sizing for MySQL". If you had a better database, you would have to worry way less about configuring pool size on the …

  5. comment
    Comment #13896634

    Good to see more leaderless consensus protocol implementations and that RAFT isn't be all and end all of all consensus problems. One advantage not mentioned in the article, of lead…