Y
Hacker News
new
|
ask
|
show
|
jobs
by
nikita
5460 days ago
Right on the money. We every log record contains LSN (log sequence number) that allows us to reconstitute the order. Then as at the recovery time you need to merge sort by LSN from the shared log servers
1 comments
ZoFreX
5459 days ago
When you say you merge sort from the log servers, do you mean the logs on a given server are written & stored in-order?
link