praekeltfoundation / vumi

Messaging engine for the delivery of SMS, Star Menu and chat messages to diverse audiences in emerging markets and beyond.
BSD 3-Clause "New" or "Revised" License
421 stars 131 forks source link

Reverse timestamp batch indexes for message store #937

Closed jerith closed 9 years ago

jerith commented 9 years ago

We often want message store index results in reverse time order, which currently means walking the entire index to get the results we need.

(I was originally planning to add similar indexes to stored events as well, but that changes the message store API and is therefore best left for a new PR.)

rudigiesler commented 9 years ago

:+1: from me, although it's probably worth letting justinvdm finish looking through it.

justinvdm commented 9 years ago

One more minor comment, but looks good :) :+1: