|
|
|
|
|
by 08-15
1690 days ago
|
|
I must be missing something, but the "solution" with the 3NF and five separate tables with their own indices seems artificial and like pointless overengineering. Isn't this solved by a single index? 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. |
|