6 ms·
That is exactly what I am doing with sqlite. Have a table level seqno as monotonically increasing number stamped for every mutation. When a subscriber connects
by devnull3 9mo ago
That is exactly what I am doing with sqlite.
Have a table level seqno as monotonically increasing number stamped for every mutation. When a subscriber connects it asks for rows > Subscriber's seqno-last-handled.