|
|
|
|
|
by packetlost
1306 days ago
|
|
Is there any attempt to reorder IO events such that writes (and maybe reads) operate in as contiguous of a manner as possible? It might only be relevant in the case of multiple writes to the same file, so the complexity trade-off might not be worth it for TigerBeetle, but might be worth it for other systems. Edit: also, are you guys hiring? ;) |
|
Something like a disk elevator at a higher level of the stack?