Live data from Hacker News

Viewing profile — imadeamistake

imadeamistake

HN member
Joined
Tue, Aug 24, 2021, 10:32 PM UTC
HN karma
9
Public activity
6 items

About imadeamistake

No profile information was provided.

Recent public activity

  1. comment
    Comment #28305649

    The intent was to be a little hyperbolic and self-effacing. In terms of competent and capable developers, I think it’s hard to get a better return on your skill set than adding “da…

  2. comment
  3. comment
    Comment #28296366

    You'd be screwed if the DB went down, for one.

  4. comment
    Comment #28296356

    Data is big $$$. Slap a couple of NoSQL databases and Spark on your resume and watch the money roll in. DBAs are disappearing with managed services, though.

  5. comment
    Comment #28296329

    I like Scylla. I've been working with it for a while now, and it's a good alternative for transactional loads. It's a hell of a lot faster than Cassandra, and much much much much c…

  6. comment
    Comment #28296131

    Cassandra won't try and load a partition into memory. It doesn't work that way. The only way you would get behavior like that is by setting "allow filtering" to on. Allow filtering…