Hi everyone,
I'm currently using fastbit to store IP Netflow data and had a quick question. Often times when analyzing netflow data, you'll want to filter or query data based on a set of IP addresses. So for instance: select Bytes, Flows from part where sip = ip or sip = ip2 or sip = ip3 or ...........or sip = ipN. where N could be in the hundreds or thousands. Just wondering, what would be the best way to do this? Is a where clause a practical way? Would fastbit even be able to handle that? Or is there some custom way I could do this? An optimal way would be to somehow pass in a file representing the ip set... select Bytes, Flows from part where sip = ipset.set Any thoughts? Cheers, Teryl
_______________________________________________ FastBit-users mailing list [email protected] https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users
