Top "Amazon-redshift" questions

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

How to generate 12 digit unique number in redshift?

I have 3 columns in a table i.e. email_id, rid, final_id. Rules for rid and final_id: If …

amazon-web-services amazon-redshift amazon-redshift-spectrum
Offloading data files from Amazon Redshift to Amazon S3 in Parquet format

I would like to unload data files from Amazon Redshift to Amazon S3 in Apache Parquet format inorder to query …

amazon-redshift parquet amazon-athena amazon-redshift-spectrum
AWS Data Pipeline RedShift "delimiter not found" error

I'm working on the data pipeline. In one of the steps CSV from S3 is consumed by RedShift DataNode. My …

csv amazon-web-services amazon-s3 amazon-redshift amazon-data-pipeline
generate_series function in Amazon Redshift

I tried the below: SELECT * FROM generate_series(2,4); generate_series ----------------- 2 3 4 (3 rows) SELECT * FROM generate_series(5,1,-2); generate_series ----------------- 5 3 1 (3 …

amazon-redshift generate-series
How to do de-duplication on records from AWS Kinesis Firehose to Redshift?

I read the document of official AWS Kinesis Firehose but it doesn't mention how to handle duplicated events. Does anyone …

duplicates amazon-redshift amazon-kinesis-firehose
glue job for redshift connection: "Unable to find suitable security group"

I'm trying to set up a AWS Glue job and make a connection to Redshift. I'm getting error when I …

python amazon-web-services jdbc amazon-redshift aws-glue
Very bad performance of UNION select query in RedShift / ParAccel

I have two tables in redshift: tbl_current_day - about 4.5M rows tbl_previous_day - about 4.5M rows, …

amazon-redshift paraccel