What problem does the new feature solve?
GreptimeDB lacks process management and users cannot know what's currently happening inside GreptimeDB.
What does the feature do?
This issue proposes a process manager mechanism in GreptimeDB that:
- tracks running queries on GreptimeDB, by implementing an
information_schema.process_list system table that records all running processes.
- allows user to manually kill long-running queries using
kill <process_id> statement.
What problem does the new feature solve?
GreptimeDB lacks process management and users cannot know what's currently happening inside GreptimeDB.
What does the feature do?
This issue proposes a process manager mechanism in GreptimeDB that:
information_schema.process_listsystem table that records all running processes.kill <process_id>statement.KILLstatement Supportkillstatement #5899ctrl+csignal in MySQL client feat: handleCtrl-Ccommand in MySQL client #6320ctrl+csignal in PostgreSQL client feat: implement cancel request on postgres protocol #6338