When a UQL sentence (whether it is a real-time process or a background task) is expected to run for a considerable amount of time or take up substantial resources, it is suggested to send it to the analysis node (server) to execute, so that other non-analysis nodes remain sufficient resources to response other demands.
Syntax
: use prefix exec task
exec task <uql>
Example:
exec task n().e().n() as p return p{*}