Skip to content

Create default-resource-group.md #160

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions Database-Features/default-resource-group.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Default Resource Group

Check failure on line 1 in Database-Features/default-resource-group.md

View workflow job for this annotation

GitHub Actions / lint

First line in a file should be a top-level heading

Database-Features/default-resource-group.md:1 MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "Default Resource Group"] https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md041.md

## Question

What is the default resource group for those that are not assigned?

## Answer

The default Consumer group is MEDIUM. SYS_CONSUMER_GROUP is a special consumer group that is set for the SYS user.

Check failure on line 9 in Database-Features/default-resource-group.md

View workflow job for this annotation

GitHub Actions / lint

Trailing spaces

Database-Features/default-resource-group.md:9:115 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md009.md

## References

* Documentation of [Resource Manager](https://docs.exasol.com/db/latest/database_concepts/resource_manager.htm)

*We appreciate your input! Share your knowledge by contributing to the Knowledge Base directly in [GitHub](https://github.com/exasol/public-knowledgebase).*
Loading