2024-08-29 UTC
# capjamesg[d] I guess a distributed version of my code above could be: (i) have two servers running; (ii) one is a primary, the other is a secondary; (iii) all index requests get sent to a central log, and messages are sent to all servers to update their indices; (iv) each server keeps track of the last record it indexed, so mechanisms can be built for services to re-request data that has been lost in transit.