GNSS timing
GNSS timing
Posted Jan 3, 2025 21:51 UTC (Fri) by malmedal (subscriber, #56172)In reply to: GNSS timing by daroc
Parent article: Providing precise time over the network
The unique thing seems to be that when you want a read-only query, the client will ask for latest safe timestamp and then it will ask the nearest replica what the data did look like at that specific point in time.
However if you want a read-modify-write transaction the client will need to talk specifically to the master replica and lock the data, just like in a normal db.