mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
This leads to significant speedups. In a test, with 100 random unique event classes, the old code processed a batch of 100 rows (on average 66-ish unique in the batch) in 0.45 seconds. Doing this in a single query processes the same batch in 0.0076 seconds.