Skip to content

Instantly share code, notes, and snippets.

@nuria
Created December 18, 2020 00:48
Show Gist options
  • Save nuria/932bf94da8feddb563373a2b9ddecfb0 to your computer and use it in GitHub Desktop.
Save nuria/932bf94da8feddb563373a2b9ddecfb0 to your computer and use it in GitHub Desktop.
redshift_config
[
{
"user_group": [
"dashboarding"
],
"query_group": [],
"name": "dashboarding",
"memory_percent_to_use": 70,
"query_concurrency": 15,
"concurrency_scaling": "auto"
},
{
"user_group": [
"load"
],
"query_group": [
"segment"
],
"name": "load",
"memory_percent_to_use": 15,
"query_concurrency": 10,
"concurrency_scaling": "auto"
},
{
"user_group": [],
"query_group": [],
"name": "Default queue",
"memory_percent_to_use": 10,
"query_concurrency": 5,
"concurrency_scaling": "auto"
},
{
"auto_wlm": false
},
{
"short_query_queue": true
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment