|
|
|
|
|
by dikei
1468 days ago
|
|
It's simple, and the same in all implementations: `Wait some amount of time to allow related events to arrive`. For implementations 4, I suppose it's done by reading only data point with `insert_time < NOW() - some_delays`. I think the requirement `Producers and consumers must have synchronized clocks (up to a certain resolution)` is simply so that there's no unnecessary lag between producers and consumers. |
|