Skip to content

Instantly share code, notes, and snippets.

@bruno-uy
Last active March 8, 2023 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bruno-uy/75cb67982eb073e9c499e3c1595a9b67 to your computer and use it in GitHub Desktop.
Save bruno-uy/75cb67982eb073e9c499e3c1595a9b67 to your computer and use it in GitHub Desktop.
Set session cache off for Amazon Redshift
-- This setting disables the results cache, so we can see the full processing runtime each time we run the query
SET enable_result_cache_for_session TO OFF;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment