in reply to Re: Help!
in thread Finding unique email addresses (was: Help!)

Great idea .. and you could even do something clever and separate the address at the '@' if you've seen that domain before and make the database store It all depends on how much RAM you have, how much DB space, and so forth.

--t. alex

"Mud, mud, glorious mud. Nothing quite like it for cooling the blood!"
--Michael Flanders and Donald Swann

Update: It's debatable if "using a database is an overkill". The data file is 300M daily, which is getting large. You could use a temporary database table and have MySQL worry about optimization and memory management rather than rely on one of the DBD modules.

  • Comment on Re: Re: Finding Unique E-Mail addresses

Replies are listed 'Best First'.
Re: Re: Re: Finding Unique E-Mail addresses
by frankus (Priest) on Jul 29, 2002 at 14:03 UTC
    I think using a database is an overkill, why not simply use a hash tied to a DB file?
    It's much easier than installing a Database and DBI modules to suit.
    It'll most likely faster due to the simple nature of the datastructure.

    --

    Brother Frankus.

    ¤