Slide 7
Slide 7 text
Do not try this at home
- Build a CRUD app on Redshift (low
performance)
- Use Django ORM on Redshift (common ops
have low performance)
- Use Django migrations on Redshift (types are
slightly different)
- Columns are NULLable by default
- Optimize it (or change tables) like you would on
Postgresql