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

session support #600

Closed
MichaelScofield opened this issue Nov 21, 2022 · 1 comment
Closed

session support #600

MichaelScofield opened this issue Nov 21, 2022 · 1 comment
Assignees
Labels
C-feature Category Features
Milestone

Comments

@MichaelScofield
Copy link
Collaborator

MichaelScofield commented Nov 21, 2022

What problem does the new feature solve?

GreptimeDB lacks the session layer, which then makes tracking client's status/quotas impossible.

What does the feature do?

Adds a session layer to our db, so as to store client's status and quotas.

Implementation challenges

To start, stores the database in "USE" stmt in session. see #670

@MichaelScofield
Copy link
Collaborator Author

We now have some context mods like QueryContext or UserInfo in session crate. This issue is too broad to track anything meaningful. We should create new issues for more specific demand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature Category Features
Projects
None yet
Development

No branches or pull requests

2 participants