This repository has been archived by the owner on Dec 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 223
Can't connect to Amazon Redshift: unrecognized configuration parameter "standard_conforming_strings"
#38
Comments
@jkleint Any luck here? |
Haven't pursued it, sorry. |
Ended up getting this working by using a different Sequel, but it's really not worth it. You want to do a COPY as Redshift recommends. Inserts are unusably slow. |
@toothrot which version of Sequel you use to get it work? can you share how you did it? thanks! |
@yiwang You actually really don't want to use Redshift like this! It has around 500ms per insert performance, so moped is a bad fit. I'll post our script we use for an ETL from our mosql postgres instance sometime in the next month. |
👍 |
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Not sure if this is a Sequel issue. Also tried https://github.com/remind101/sequel-redshift with same issue.
The text was updated successfully, but these errors were encountered: