|
|
|
|
|
by crazygringo
605 days ago
|
|
That's helpful, thanks. I was definitely under the impression that ad impressions and clicks would be written to databases immediately and queried from there. I'm still having a hard time imagining in what case you'd need a "live" aggregating display that needed to join data from multiple streams, rather than just accumulating from individual streams, but I guess I can imagine that there are circumstances where that would be desired. Thanks! |
|
In a very large number of cases, those streams of data are too large to query effectively (read: cheaply or with low enough latency to satisfy people interested in up-to-date results) at rest. With 100ks or millions of events/second, the "store then query" approach loses fidelity and affordability fast.