Top "Amazon-redshift" questions

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

Can you store JSON fields on Redshift?

Does Redshift support JSON fields, like Postgresql's json data type? If so what do I do to use it?

json amazon-redshift
Redshift: Serializable isolation violation on table

I have a very large Redshift database that contains billions of rows of HTTP request data. I have a table …

sql amazon-redshift
generate_series() method fails in Redshift

When I run the SQL Query: select generate_series(0,g) from ( select date(date1) - date(date2) as g from …

amazon-redshift generate-series
lag to get first non null value since the previous null value

Below is an example of what I'm trying to achieve in a Redshift Database. I have a variable current_value …

sql amazon-redshift lag window-functions
How does Tableau run queries on Redshift? (And/or why can't Redshift display Tableau queries?)

I'm kicking tires on BI tools, including, of course, Tableau. Part of my evaluation includes correlating the SQL generated by …

sql amazon-redshift tableau-api
Delimiter not found error - AWS Redshift Load from s3 using Kinesis Firehose

I am using Kinesis firehose to transfer data to Redshift via S3. I have a very simple csv file that …

amazon-web-services amazon-s3 amazon-redshift amazon-kinesis-firehose
AWS Lambda times out connecting to RedShift

My Redshift cluster is in a private VPC. I've written the following AWS Lamba in Node.js which should connect …

aws-lambda amazon-redshift amazon-vpc
Amazon Redshift: Copying Data Between Databases

I am looking to Copy data within databases on Amazon Redshift. Before this, I was copying data from a Redshift …

postgresql amazon-web-services amazon-s3 amazon-redshift amazon-data-pipeline
How to select multiple rows filled with constants in Amazon Redshift?

I have already tried the common PostgreSQL answer, but seems like it doesn't work with Redshift: SELECT * FROM VALUES (1) AS …

sql postgresql amazon-redshift set-returning-functions