Hi,
What is the difference in a simple esql node between finish it with PROPAGATE; RETURN FALSE; and just RETURN TRUE; without Propagate?
The best way to save memory?
The first is pointless (unless you need to perform some function between the propagate and the return false) and potentially causes more overhead for the broker.
The first is pointless (unless you need to perform some function between the propagate and the return false) and potentially causes more overhead for the broker.
and so to save memory is best using propagate and then return false?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum