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.28k stars 2.96k forks source link

Document Database Based session property management #13221

Open phd3 opened 2 years ago

phd3 commented 2 years ago

Currently session property manager documentation only talks about file based implementation. https://trino.io/docs/current/admin/session-property-managers.html

Trino also ships with DB based implementation, which needs to be documented.

(Should be along the lines to how we have documentation for resource groups https://trino.io/docs/current/admin/resource-groups.html#database-resource-group-manager)

phd3 commented 2 years ago

cc @mosabua