Is any standard way to keep netflow data (aggregated by ports and destination IP, distinguished by source IP)?
Data input: netflow data (source IP, timestamp, octets), updates are very often
Request input: IP, range (two timestamps)
Request output: number of octets
It it possible to get O(log(n)) or better for data storing and requests? How?