<div dir="ltr"><div><br></div><div>Hi<br><br></div><div>So, the event web server returns events in &quot;descending&quot; time order. That makes sense for a person looking at a listing. But a system like SOD that does processing on events, it is much more natural to do the processing in natural time order, ie ascending. Obviously I can flip the order on the client side, so maybe a minor quibble, but it is additional work and it makes it harder to take advantage of the limit/offset functionality to step through a large number of events. Just my $0.02.<br>
<br></div><div>On that point, if I am running a series of queries to the event server using limit and offset and it just happens to bridge the insertion of new data into your event database, will I have missing or duplicate events? In other words, if I care very much about a consistent batch of events, should I stay away from limit and offset and manually batch the queries by time for example?<br>
</div><div><br></div><div>thanks<br></div><div>Philip<br></div></div>