Viewing profile — joeharris76
joeharris76
HN member- Joined
- Mon, Nov 30, 2015, 7:26 PM UTC
- HN karma
- -1
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About joeharris76
Recent public activity
-
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…
-
comment
Comment #34345492
[dead]
-
comment
Comment #34345410
[dead]
-
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 …
-
comment
Comment #20304130
Yes, we did. https://docs.aws.amazon.com/redshift/latest/dg/stored-proced...
-
comment
Comment #18025185
Nice answer.
-
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.…
- comment
-
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…
-
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/…
-
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…
-
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 …