When a UQL statement (whether it is a real-time process or a backend task) is expected to run for a considerable amount of time or take up substantial resources, it is suggested to be sent to the analytics server (node) so as to remain sufficient resources in other servers to respond to other demands.
Syntax
: use prefix exec task
exec task <uql>
Example:
exec task n().e().n() as p return p{*}