All Content tagged with Amazon Redshift Serverless
Content language: English
Filter content
Select tags to filter
Sort by
Sort by most recent
141 results
Bharanidharan SEXPERT
published 23 days ago0 votes86 views
When you resize an Amazon Redshift cluster (changing the node type or number of nodes), you can validate the performance impact by capturing key metrics before and after the operation. This article pr...
is it possible to configure redshift serverless query editor v2 by cdk
2
answers
0
votes
34
views
asked 2 months ago
a cross-account AWS Lambda function needs access to Amazon Redshift that's in a different AWS account using psycopg2 VPC-based setup by cdk
host used in lambda psycopg2 is redshift serverless vpc priv...
1
answers
1
votes
57
views
asked 2 months ago
we need to connect lambda deployed in A account to redshift serverless in B account
1
answers
0
votes
26
views
asked 2 months ago
RiteshKSinhaEXPERT
published 2 months ago1 votes84 views
A self-service pattern for Amazon Redshift materialized view refresh using SECURITY DEFINER stored procedures — eliminating admin bottlenecks without compromising security.
Ricardo SerafimEXPERT
published 2 months ago0 votes90 views
Amazon Redshift defaults to UTC for all sessions. Common workarounds like SET timezone or CONVERT_TIMEZONE are session-scoped or query-scoped, making them easy to forget and leading to inconsistent re...
Nita_SEXPERT
published 2 months ago0 votes197 views
Apache Iceberg is an open-source table format designed to help manage and organize large-scale data stored in data lakes. it integrates seamlessly with Amazon Redshift. With this integration, Redshift...
Hello,
I have a question about Redshift Serverless billing. The documentation says that compute is billed per second when queries run, and no compute charges apply when no queries are running.
If I ...
Accepted AnswerAmazon Redshift Serverless
1
answers
0
votes
65
views
asked 3 months ago
Hello all,
Just wondering if it is possible to get the last modified datetime of tables in Redshift Serverless?
Ben.
Accepted AnswerAmazon Redshift Serverless
2
answers
0
votes
166
views
asked 3 months ago
I have configured a Zero-ETL integration from Aurora MySQL to Redshift using History Mode. All is working OK.
I created another couple of schemas in the same Redshift database which I now can not dr...
1
answers
0
votes
57
views
asked 4 months ago
In redshift (serverless), I've configured an external schema, pointing to my RDS MySQL instance in the same VPC
CREATE EXTERNAL SCHEMA myschema
FROM MYSQL
DATABASE 'my_rds_mysql_database_name'
URI 'r...
Accepted AnswerAmazon Redshift Serverless
2
answers
0
votes
91
views
asked 4 months ago
I was trying to access redshift throught my new created lambda function.
I went through: https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html
1. Created required permissions.
2. Attac...
1
answers
0
votes
76
views
asked 4 months ago