Link to home
Start Free TrialLog in
Avatar of Benji_
Benji_Flag for United Kingdom of Great Britain and Northern Ireland

asked on

Storing Emails in a DB

Hello,

I am wondering what the best way to store information is.. we have a script that downloads mail from an IMAP server at set intervals.

We need to store  the   To, From, Date/time, Body (HTML),Body (Plain Text), Company ID

I have been browsing the best way whether Mysql / DynamoDB NoSQL kind of solution is best.

What would you guys advise to be a way to store this information for read access.

If so what field types would be the best to use?

Regards
Ben
Avatar of Ganapathi
Ganapathi
Flag of India image

How will you enter the values?
ASKER CERTIFIED SOLUTION
Avatar of Gottler
Gottler

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Benji_

ASKER

Hey,

Data will be entered via a PHP script on a cronjob.

Body of that data could be above 64k, We will be storing around 150k+ emails in the DB.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Tomas Helgi Johannsson
Tomas Helgi Johannsson
Flag of Iceland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial