greptimedb icon indicating copy to clipboard operation
greptimedb copied to clipboard

session support

Open MichaelScofield opened this issue 2 years ago • 0 comments

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 avatar Nov 21 '22 07:11 MichaelScofield