How can I use $Order() traversal with lock-free concurrency for real-time analytics in IRIS?
We want to iterate over large global structures in real-time without blocking or locking readers. How can we safely use $Order() and implement a lock-free analytics approach?