Skip to content

Commit

Permalink
Draft
Browse files Browse the repository at this point in the history
  • Loading branch information
manhtai committed Dec 14, 2023
1 parent 793e821 commit 2e59bbb
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "Optimize Redshift Query Using Window Functions"
date: 2023-12-14T22:26:56+07:00
tags: ["AWS", "SQL", "Redshift"]
draft: true
---

When writing query to aggregate big data on Redshift, normal JOIN will hurt
the performance. Try to convert them into window functions instead.

0 comments on commit 2e59bbb

Please sign in to comment.