Top "Amazon-redshift" questions

Amazon Redshift is a petabyte-scale data warehousing service using existing business intelligence tools to analyze the data.

How to GROUP BY and CONCATENATE fields in redshift

How to GROUP BY and CONCATENATE fields in redshift e.g If i have table ID COMPANY_ID EMPLOYEE 1 1 Anna 2 1 …

sql postgresql group-by string-concatenation amazon-redshift
How to save Amazon Redshift output to local CSV through SQL Workbench?

I am writing psql through Amazon Redshift and now I am trying to save the output as CSV through PSQL …

amazon-web-services amazon-redshift export-to-csv sql-workbench-j
Delete from table A joining on table A in Redshift

I am trying to write the following MySQL query in PostgreSQL 8.0 (specifically, using Redshift): DELETE t1 FROM table t1 LEFT …

sql amazon-redshift delete-row
Amazon Redshift Keys are not enforced - how to prevent duplicate data?

Just testing out AWS Redshift, and having discovered some dupe data on an insert that I'd hoped would just fail …

sql amazon-web-services amazon-redshift
AWS Redshift JDBC insert performance

I am writing a proof-of-concept app which is intended to take live clickstream data at the rate of around 1000 messages …

jdbc amazon-redshift
Local development and staging with Amazon Redshift

I like to set up tools and services with production, staging, and local development. I'd like to use Amazon Redshift, …

amazon-web-services amazon-redshift
Is there a way to do a SQL dump from Amazon Redshift

Is there a way to do a SQL dump from Amazon Redshift? Could you use the SQL workbench/J client?

mysql sql amazon-s3 amazon-redshift dump
Redshift COPY command for Parquet format with Snappy compression

I have datasets in HDFS which is in parquet format with snappy as compression codec. As far as my research …

amazon-s3 compression amazon-redshift parquet snappy
Athena vs Redshift Spectrum

I am kind of evaluating Athena & Redshift Spectrum. Both serve the same purpose, Spectrum needs a Redshift cluster in …

amazon-web-services amazon-redshift amazon-athena amazon-redshift-spectrum
Gradle/Maven dependency for Redshift JDBC driver

I've downloaded the RedshiftJDBC41-1.1.17.1007.jar to use the com.amazon.redshift.jdbc41.Driver for some Redshift POC work that …

maven gradle amazon-redshift