Questions tagged with Amazon Redshift

Amazon Redshift uses SQL to analyze structured and semi-structured data across data warehouses, operational databases, and data lakes, using AWS-designed hardware and machine learning to deliver the best price performance at any scale.

Content language: English

Select up to 5 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

Hi Team, I am working on building a Data Architecture that will enable end customers to view the data through a frontend UI and also the internal users to query and play with the data in the...
2
answers
0
votes
498
views
Britto
asked 4 months ago
When creating the temporary table to perform the MERGE in Redshift, I get the error "**String length exceeds DDL length.**" I am using visual ETL. How can I make Redshift use the maximum length for a...
2
answers
0
votes
444
views
asked 4 months ago
When I was trying to create external schema, there is an error of unauthorization. ``` create external schema eth from data catalog database 'eth' iam_role...
1
answers
0
votes
468
views
Yuze
asked 4 months ago
Hi, I’m experiencing high CPU usage after creating a Redshift cluster of the RA3 type, which has 2 nodes. The cluster is about a terabyte in size and was created from a snapshot. Now, the CPU usage...
Accepted AnswerAmazon Redshift
2
answers
0
votes
272
views
profile picture
Cy_Choi
asked 4 months ago
I have two materialized views in redshift. The first uses an outer join, and thus is not eligible for incremental refresh. We'll call this lookup_view. The second view joins lookup_view to another...
0
answers
0
votes
131
views
Tejay
asked 4 months ago
I have a column with datatype "timestamp with time zone" in UTC. I want to convert it to EST while accounting for daylight savings time. If we call the column [col1], I have tried the query as...
1
answers
0
votes
258
views
tobyo
asked 4 months ago
Hi.. in case of using redshift multi AZ cluster, Is it possible to run a scheduled query on cluster maintanence time ?
1
answers
0
votes
151
views
Edwin
asked 4 months ago
Hello, I'm trying to connect to my Redshift Serveless, but I get the following error: ![Inserisci qui la descrizione dell'immagine](/media/postImages/original/IMmcBN2A5TS-SwtB4e0Yn8gw) I'm using...
1
answers
0
votes
246
views
Stefano
asked 4 months ago
I am attempting to connect to Redshift from a Mac machine using SQLWorkbench. I am able to make the connection from a Windows machine by providing plugin_name as ``` plugin_name...
1
answers
0
votes
180
views
adbdkb
asked 4 months ago
I have changed the Maximum query execution time on my Redshift Serverless and it is in Modifying status for hours. Is this the expected behavior? Is there something I can do/look into? Thank you in...
1
answers
0
votes
236
views
Celia
asked 4 months ago
I need to find the difference between two timestamp range. I tried using DATEDIFF but not getting the exact result. Below is the query I am using: ``` select rtrim(datediff(hour,'2024-05-15...
1
answers
0
votes
388
views
Joe
asked 4 months ago
I've been trying to test out Iceberg tables with Amazon Redshift Spectrum and have come across a major issue. Here is my setup: 1. I create an iceberg table via spark (emr 7.0) and insert data across...
0
answers
1
votes
515
views
ukayani
asked 4 months ago