greptimedb
greptimedb copied to clipboard
session support
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