Stopping queries
If a query runs indefinitely, you may need to stop it before proceeding with debugging. This page provides general guidelines for safely terminating queries in different TypeDB clients.
Is it safe to interrupt queries?
Yes. Read queries do not alter the database and can be stopped safely at any time. Schema and write queries also do not affect the database until they are committed, making it safe to terminate them as well.
Stop a query through TypeDB clients
Currently, queries cannot be stopped while execution. Coming soon! |