Long-running queries initiated from the phpMyAdmin interface and the Appian application may cause database performance issues. This article outlines how to kill such offending queries.
CALL AppianProcess.getFullProcessList();
CALL AppianProcess.getMyProcessList();
CALL AppianProcess.killProcess(<ID>);
kill "<ID>";
Note: In Appian 21.3 and earlier, these instructions will only show the database processes that were started from within phpMyAdmin by the same user for that session. It will not show any hung processes started from within Appian, such as those initiated via a!query() or the Query Database smart service, as well as processes that were started during a previous session.
This article applies to all versions of Appian.
Last Reviewed: June 2022