Last active
March 8, 2023 13:50
-
-
Save bruno-uy/75cb67982eb073e9c499e3c1595a9b67 to your computer and use it in GitHub Desktop.
Set session cache off for Amazon Redshift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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