SANN3
SANN3

Reputation: 10069

Common large PST files to test big data

I need a large corpus of PST files (may in GB or TB's) with more mails to test my big data application.

I found only Enron data set. Is any other common PST file available to test ?

Share me PST download links.

Upvotes: 11

Views: 10824

Answers (2)

Shaun Vermaak
Shaun Vermaak

Reputation: 311

If you just want to test size and validity, you can create a PST and literally copy any big file directly into a folder (tested on Office 365 Pro)

Upvotes: 0

Mike Christiansen
Mike Christiansen

Reputation: 1149

You could create large dummy files, attach them to e-mails, save them as draft?

To create a dummy file, from a command prompt, execute this:

fsutil file createnew filename length

Example:

fsutil file createnew test.txt 52428800

Upvotes: -1

Related Questions