(no title)
08-15 | 4 years ago
Or maybe a relational DB is already overengineering. Using a hash table (some libdbm lookalike) to map (ip,helo,from,to) to (time) solves the problem, too, and doesn't have a low performance failure mode.
This doesn't change the major point about everyone having been a newbie at point, though.
nerdponx|4 years ago
rudasn|4 years ago
emit(key, value)
Eg
emit([0,"one"], 2)
And you can query by the value of the key.
heavenlyblue|4 years ago