Live data from Hacker News

Viewing profile — sqlcook

sqlcook

HN member
Joined
Mon, Mar 23, 2015, 9:39 PM UTC
HN karma
14
Public activity
16 items

About sqlcook

No profile information was provided.

Recent public activity

  1. comment
    Comment #47958310

    Sad news, I’ve worked at HumanLongevity and got to interact with Craig several times. He was a legend and truly will be missed.

  2. comment
    Comment #40724646

    You’re missing the point of the benefits of solutions like these, and the original set of tools like the Informatica of the kind. Those tools come with limitations and constrains, …

  3. comment
    Comment #23008613

    This is indeed one of the nicest UI's I've seen, is this all custom made or are you using some open components? I wanted to get similar effect for something completely different I …

  4. comment
    Comment #18936789

    Nice if you’re only connecting to a single instance, nightmare if you have multiple. DbVisualizer is better imho.

  5. comment
    Comment #17521467

    It actually IS quite hard to imagine solid engineers finding it hard to learn simple SQL. It's a lot harder to write "nasty" sql than "nasty" js, and if you're a front-end dev stru…

  6. comment
    Comment #17521157

    EE features without support. I hate to bring up Mongo as example, but something similar...where support, additional software/plugins and cloud hosting are where the $ is made. I di…

  7. comment
    Comment #17521064

    Hi Rick, I've been following Memsql for a few years now, are there any plans to release "community" edition? Last time I checked about 1.5 years ago json support was very basic and…

  8. comment
    Comment #15584582

    You mean with a picture of your face....

  9. comment
    Comment #15406303

    Nice looking app! What did you use for the charts?

  10. story
  11. comment
    Comment #11717430

    Excellent work Slava! Have been planning to migrate to RethinkDB for one of the existing projects, great timing with Horizon :D

  12. comment
    Comment #11459723

    if you want the fastest ingress, disable replica until your ingress is done, its faster to create replica at the end of ETL for that given index. Also, you want to disable auto all…

  13. comment
    Comment #11459606

    100 data nodes basically if you want fast ingress, keep shards small, once they get past ~5-10gb , ingress significantly slows down. Also this was on ES 1.5 , have not tested lates…

  14. comment
    Comment #11459373

    I've indexed ~ 1 million docs a second, but with proper routing, can probably even 5x that. Total cluster size was 50 terabytes, at the end.

  15. comment
    Comment #9253589

    The post is about Postgres, you were referring to MSSQL mirroring, which can fail back from primary to secondary and back to primary almost seamlessly, depending on type of failure…

  16. comment
    Comment #9253529

    ? MSSQL mirroring failover is very easy and painless( arguably one of best compared to other rdbms), just make sure not to do automatic failover as that can cause false failover wi…