Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有时在 DolphinDB 数据库中执行查询后,我意识到查询会扫描整个数据库并且需要很长时间才能完成。有没有办法可以在不关闭会话的情况下终止 DolphinDB 中正在运行的查询?我在用户手册中找不到答案。
我假设您通过 GUI 或 Web 提交查询。只需打开另一个 GUI 或 Web 运行函数getConsoleJobs来识别作业 ID(以 UUID 格式),然后调用cancelConsoleJob
getConsoleJobs
cancelConsoleJob