|
|
|
|
|
by rich_sasha
182 days ago
|
|
I would imagine (but haven't looked at it at all) that it's a byproduct of an append only data format. Then having a historical PoV is cheap - you simply disregard changes after a certain time. Append-only has many other benefits, including zero contention between many readers and (single) writers. In the vanilla version, writers still contend though. |
|