Performance optimizations
Use a custom simpler format for records in leveldb, rather than marshaling protobufs (2x speedup). Add a streaming db.ScanAll method to retrieve all records grouped by IP.
Use a custom simpler format for records in leveldb, rather than marshaling protobufs (2x speedup). Add a streaming db.ScanAll method to retrieve all records grouped by IP.