Ivanlei
snapshot=true
on our eventing queries and measured a 5X increase in the events per second throughput of process_events
before we saw events buffers overflowtheopolis
process_events
look similar to select * from process_events
or are they more complex?Ivanlei
theopolis
_events
tables and turn on snapshot=True
for you (I am going from memory though)Ivanlei
theopolis
zwass
events_optimize
on, then we can probably skip the diffing step on a differential query to an event-based table... the results should all be "added".Ivanlei
removed=true
on our event queries and had events_optimize=true
. it surprised me how much of a difference snapshot=true
made for the audit data.zwass
Ivanlei
zwass
Ivanlei
events_optimize
that introspects the query on a specific event table. potentially a cheap spot to simply flip the snapshot
option on for the ScheduledQuery
zwass
Ivanlei
snapshot
would even go a long way