
Andrew McGlashan writes:
On 15/01/2015 8:32 AM, Andrew McGlashan wrote:
If anyone has a greater store in their TB, I would be surprised.
On the server with ext4 fs, this is my from my Maildir folder:
# time find . -type f -name '1*' |wc -l 1835027
real 1m26.659s user 0m9.117s sys 0m28.942s
So, heading towards 2 million emails.
OK, gloves off ;-P # /usr/bin/time --portability nice ionice -c3 find -O3 /var/mail/mailsec/shared-r[ow] -type f -name 1\* -printf x | wc -c real 73.32 user 2.98 sys 10.03 2068625 That's an email corpus from Jan 2009 to present, stored in /<year>/<week-of-year> folders, accessed via prayer via dovecot 1.2.9. We used tbird in the past, but had problems tricking bolting on some unusual workflows. Also at the time dovecot exported ~/Mail over IMAP, and tbird read IMAP and saved copies back into THE SAME ~/Mail over NFS... with hilarious consequences.