trinodb / trino

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
https://trino.io
Apache License 2.0
10.41k stars 3k forks source link

Add documentation for DB based ResourceGroup Managers #4450

Open phd3 opened 4 years ago

phd3 commented 4 years ago

Currently we have it only for file-based resource group management. It may be a good idea to add an example with the table schemas.

ref: https://github.com/prestosql/presto/blob/master/presto-docs/src/main/sphinx/admin/resource-groups.rst https://github.com/prestosql/presto/blob/master/presto-docs/src/main/sphinx/admin/resource-groups-example.json

mosabua commented 4 years ago

Sounds good. Do you want to submit a PR yourself?

mosabua commented 3 years ago

Ping @phd3 ?

phd3 commented 3 years ago

@mosabua yup, will address PR comments soon (unless someone else wants to pick it up).