# Redshift

### Overview

• Redshift is based on PostgreSQL, but it’s not used for OLTP&#x20;

• It’s OLAP – online analytical processing (analytics and data warehousing)&#x20;

• Load data once every hour, not every second&#x20;

• 10x better performance than other data warehouses, scale to PBs of data&#x20;

• Columnar storage of data (instead of row-based)&#x20;

• Massively Parallel Query Execution (MPP), highly available&#x20;

• Pay as you go based on the instances provisioned&#x20;

• Has a SQL interface for performing the queries&#x20;

• BI tools such as AWS Quicksight or Tableau integrate with it

### Serverless

• Automatically provisions and scales data warehouse underlying capacity&#x20;

• Run analytics workloads without managing data warehouse infrastructure&#x20;

• Pay only for what you use (save costs)&#x20;

• Use cases: Reporting, dashboarding applications, real-time analytics...

<figure><img src="https://1722711354-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwNXdoUkfmcozr29fRrfb%2Fuploads%2F6lymJMQalixRiE7HEQ5V%2FScreenshot%202023-12-13%20at%2023.04.13.png?alt=media&#x26;token=aa48afc0-0e88-407a-9cee-2efee9621455" alt=""><figcaption></figcaption></figure>
