On 2021-12-06 20:29, John Levine wrote:
For an application I'm working on, we need to set up about 50,000 forwarding addresses.If we just put them into a hash or btree lookup table, would that be a problem? It doesn't seem like a very big database.
is it one key with 50000 value results or 50000 key with 1 value results each ? be more specific to get more specific results