Changes between Version 8 and Version 9 of ThumbNails


Ignore:
Timestamp:
Jan 7, 2008, 8:42:01 PM (17 years ago)
Author:
bo <bo@…>
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ThumbNails

    v8 v9  
    3939      * use of 'convert' should at least be a setting option for those that want quality
    4040
     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
    4153== Other Notes ==
    4254
Back to Top