kjk / dbworkbench

Database workbench for Mac and Windows
MIT License
5 stars 1 forks source link

Redshift support #77

Open thellimist opened 8 years ago

thellimist commented 8 years ago

https://github.com/crowdmob/redshift-tracking-copy-from-s3

this repo successfully conencts to redshift using https://github.com/bmizerany/pq driver instead of github.com/lib/pq

kjk commented 8 years ago

I think github.com/lib/pq also supports RedShift. I remember I used once at my old job to import data into redshift.

thellimist commented 8 years ago

I read some stuff. tl;dr some people managed it to work but there is a case where pq actually crashed the AWS Redshift instance. That's why we being cautious would be good. This incident happened last year according to post dates.