Skip to content
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

Add management-mode for databend #3740

Closed
4 tasks done
Tracked by #3428
BohuTANG opened this issue Jan 3, 2022 · 0 comments
Closed
4 tasks done
Tracked by #3428

Add management-mode for databend #3740

BohuTANG opened this issue Jan 3, 2022 · 0 comments
Assignees
Labels
A-query Area: databend query

Comments

@BohuTANG
Copy link
Member

BohuTANG commented Jan 3, 2022

Summary

For some cases, user uses a databend-query server as a proxy and do multi-tenant operations in a same session, for example:

sudo use tenant  'id1';
create user xx...;
create database 'xx';
sudo use tenant  'id2';
create database 'yy';

Goals:
Make databend-query as a proxy, users can do some meta operations(database/table/users/stage creating) from the databend-query for different tenants.

Tasks:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-query Area: databend query
Projects
None yet
Development

No branches or pull requests

1 participant