AI-powered search & chat for Data / Computer Science Students

Getting Started with AWS — Redshift

 Analytics Vidhya

In this blog we are going to focus on creating a data warehouse on AWS Redshift and establishing a connection to it from our local machine. Note : This blog is going to cover an introductory level…

Read more at Analytics Vidhya

Amazon RedShift : Wishlist of new features for re:Invent 2019

 Towards Data Science

RedShift is a hugely scalable, parallel and fully managed data warehouse offering from AWS, and a key component of the AWS Cloud Data Stack. Here, I list a few features I wish to see added to…

Read more at Towards Data Science

Analyzing & Visualizing Amazon Redshift Data — Tutorial

 Towards Data Science

Amazon Redshift is Amazon’s cloud-based relational database management system (RBDMS). Like most of Amazon’s offerings, Amazon Redshift is very popular, and for good reason: not only is it currently…

Read more at Towards Data Science

Amazon Redshift Architecture

 Towards Data Science

Understanding the foundations of Redshift. This post looks at AWS redshift architecture and understanding the impact and benefit of each component.

Read more at Towards Data Science

Latest 6 top ways to tune Amazon Redshift Performance

 Analytics Vidhya

Amazon Redshift is a very popular PB-level massively parallel data warehouse that provides an open standard JDBC/ODBC driver interface for users to directly interface with existing business…

Read more at Analytics Vidhya

Redshift from the command line

 Towards Data Science

Interact with your Redshift cluster from the command line with psql

Read more at Towards Data Science

Beefing Up Redshift Performance

 Javarevisited

MPP is an predestined tool for any Data Warehousing and Big Data use case. Amazon Red Shift overhaul all of its peers in its space due to its ease to use, performance and scalability. Optimization can...

Read more at Javarevisited

How to load geospatial data in Amazon Redshift?

 Towards Data Science

Amazon Redshift announced support for spatial data in November 2019. This support included the new GEOMETRY data type and over 40 spatial functions. It was enhanced in September 2020 with the…

Read more at Towards Data Science

Loading Data From Amazon S3 To Amazon Redshift

 Towards Data Science

In this tutorial, you walk through the process of loading data into your Amazon Redshift database tables from data files in an Amazon S3 bucket from beginning to end. Step 2: On the navigation menu…

Read more at Towards Data Science

Easy Fixes For Redshift Performance

 Towards Data Science

Redshift is awesome, until it stops being that. Usually, it isn’t so much Redshift’s fault when that happens. One of the most common problems that people using Redshift face is of bad query…

Read more at Towards Data Science

Building a Data Warehouse on Amazon Redshift

 Better Programming

As an organization grows, its data storage, monitoring and analysis requirements also exponentially increase. Traditional data warehouse don’t always easily handle massive amounts of growth. This…

Read more at Better Programming

Modernize Data Warehouse with Amazon Redshift

 Analytics Vidhya

Digital data is growing at an incomprehensible rate and enterprises are finding it difficult to ingest, store and analyze the data quickly while keeping their costs low and therefore they are moving…

Read more at Analytics Vidhya

Prioritizing Queries on AWS Redshift

 Level Up Coding

AWS Redshift is a powerful analytical database (OLAP) designed to handle large amounts of data. It is commonly used by multiple user groups and manages various concurrent tasks with varying levels of ...

Read more at Level Up Coding

Deep dive into Redshift Spectrum and its internals

 Towards Data Science

Internals of Redshift Spectrum and comparision between redshift spectrum vs athena vs s3-select. Complete Query lifecycle and functioning of spectrum queries.

Read more at Towards Data Science

Deep Dive Into Amazon Timestream — Building a Real-Time Dashboard

 Better Programming

The last Timestream article demonstrated how to ingest data into Timestream using boto3, awswrangler, and CLI. In this post, we’ll dive deeper into using time-series functions in Timestream’s query…

Read more at Better Programming

Bringing Fuzzy Matching to Redshift

 Towards Data Science

If you’re lucky, when working with multiple datasets within your data warehouse there will be some kind of join column available for tables you want to bring together. When this is the case, life is…

Read more at Towards Data Science

Redshift or Snowflake!

 Towards Data Science

Snowflake and Redshift are two obvious choices of databases when it comes to having a data warehouse on the cloud. In this article, I have tried to present my learning while working on these leading…

Read more at Towards Data Science

The easy way to use Maxmind GeoIP with Redshift

 Towards Data Science

It always starts with an innocent observation. “We get a lot of traffic from Boston,” your boss remarks. You naturally throw out a guess or two and discuss why that might be. Until your boss drops…

Read more at Towards Data Science

Overview of the Top 2 Cloud Data Warehouses: Amazon Redshift & Azure SQL DWH

 Towards Data Science

The traditional system of Data Warehouse permitted with various difficulties to gather data from a wide range of external or internal sources of an organization in order to support the analytical…

Read more at Towards Data Science

How to Migrate Your Data from Redshift to Snowflake

 Towards Data Science

For decades, data warehousing solutions have been the backbone of enterprise reporting and business intelligence. But, in recent years, cloud-based data warehouses like Amazon Redshift and Snowflake…

Read more at Towards Data Science

5 Redshift SQL Functions You Need to Know

 Towards Data Science

If you’re a new Redshift user, you may find that the SQL syntax varies from the SQL you’ve written within other data warehouses. Each data warehouse has its own flavor of SQL and Redshift is no except...

Read more at Towards Data Science

From Redshift to Google spread sheet using Python

 Towards Data Science

Recently I tried to extract data from Amazon Redshift database and push it to a Google spreadsheet using a Python script. The purpose of the script is to read the data from the Amazon redshift…

Read more at Towards Data Science

Sync AWS RDS Postgres to Redshift using AWS DMS

 Towards Data Science

When we first started to get to know AWS Redshift, we fell in love for the fast aggregated query processing. This strong advantage meant sky-rocketing our productivity and speed when performing…

Read more at Towards Data Science

The Most for your Money from Amazon RDS

 Towards Data Science

Amazon RDS is a powerful managed database service that can be easily created, scaled, and configured to your desire. However, Amazon RDS, like most AWS services, can incur high (and more importantly…

Read more at Towards Data Science