Can you store JSON fields on Redshift? Can you store JSON fields on Redshift? json json

Can you store JSON fields on Redshift?


You can store JSON in Amazon Redshift, within a normal text field.

There are functions available to extract data from JSON fields, but it is not an effective way to store data since it doesn't leverage the full capabilities of Redshift's column-based architecture.

See: Amazon Redshift documentation - JSON Functions