Live data from Hacker News

Viewing profile — joeharris76

joeharris76

HN member
Joined
Mon, Nov 30, 2015, 7:26 PM UTC
HN karma
-1
Public activity
12 items

About joeharris76

http://joeharris76.com

Recent public activity

  1. comment
    Comment #34358010

    1) create a table (and then query it) - seems very common 2) merge more into it (and then query it) - also seems very common 3) delete (a tiny bit) from it (and then query it) - al…

  2. comment
  3. comment
  4. comment
    Comment #29240612

    > While performing the benchmarks, we noticed that the Snowflake pre-baked TPC-DS dataset had been recreated two days after our benchmark results were announced. An important part …

  5. comment
    Comment #20304130

    Yes, we did. https://docs.aws.amazon.com/redshift/latest/dg/stored-proced...

  6. comment
    Comment #18025185

    Nice answer.

  7. comment
    Comment #17411264

    Recommend checking who the account emails are configured to be sent to. Often they go to a finance person who may not understand the importance of some communications such as this.…

  8. comment
  9. comment
    Comment #15449915

    Redshift offers hard disk based nodes with huge amounts of storage at low cost for precisely the use case you mention. The performance of these is actually very good, especially wi…

  10. comment
    Comment #10670200

    We're very interested in trying AWS' new Database Migration Service to see if it provides a nice, automated way to get a mirror of the source into Redshift. https://aws.amazon.com/…

  11. comment
    Comment #10670184

    I do have experience with ETL tools. The dirty secret of ETL tools is that they are slow in the best case. In the worst case extremely, head meltingly, how-could-it-possibly-take-t…

  12. comment
    Comment #10651393

    We've struggled with the same issues. We also keep a "base" schema in Redshift as a close mirror to source systems (tweaked a little for distribution keys). In our case we control …