snowplow / snowplow-rdb-loader

Stores Snowplow enriched events in Redshift, Snowflake and Databricks
Other
31 stars 17 forks source link

RDB Shredder: Consider using SUPER type in Redshift #284

Open miike opened 3 years ago

miike commented 3 years ago

It's early days for the SUPER type (preview mode, https://aws.amazon.com/about-aws/whats-new/2020/12/amazon-redshift-announces-support-native-json-semi-structured-data-processing/) but I think it may possibly be a good fit for semi-structured data that is currently shredded into individual tables and joined back to atomic.events.

There are several potential benefits of doing so:

miike commented 3 years ago

Bumping with @chuwy as SUPER is now in general access in almost all commercial regions (and it looks like this is now on the public roadmap as 'later' but worth thinking about now).