| 41 | * Large Number of Originals + Thumbs scalability issues |
| 42 | * Simple 'upload_to=/my/dir/' will eventually die at 5000+ images |
| 43 | * Uploading needs to be able to be 'partitioned' into folder trees |
| 44 | * i.e. /photos/10000/9/99/my_file.jpg (or a 'squid' like cache partition structure) |
| 45 | * 200000+ images and 'super' partitioning is in order (partitions the partitions) |
| 46 | * NFS partitions .. try Rsyncing a filestructure with 200000+ things in it, you'll be there all day |
| 47 | * (i.e. images 1-50000 on NFS server 'A' images 50000-100000 on server 'B' etc) |
| 48 | * Separate Thumbs and Originals (for backup and sanity sake) |
| 49 | * thumbs on 'active/fast' server .. originals on slower/denser disk system |
| 50 | * External Backups/Asynchronous backups |
| 51 | * Integrate with S3 (or equivalent service) |
| 52 | * Auto 'purge' of old untouched cached thumbs |