etiquette/frontends
voussoir e4f686c86f Move thumbnail blobs into the database.
I've moved the thumbnails around many times over this project
and hopefully it doesn't happen too many more. Once the database has
tens of thousands of items, the thumbnails start to become the biggest
headache on the disk. Backing up, restoring, and sharding files per
directory are slower and more effortful with separate files. In the db
means the db is a larger file, but this is disk space that was already
getting used anyway. Now it's simpler and has atomic transactions.
2023-01-27 17:34:32 -08:00
..
etiquette_flask Move thumbnail blobs into the database. 2023-01-27 17:34:32 -08:00
etiquette_cli.py Use progressbar for hashing of large files. 2022-11-11 15:29:45 -08:00
etiquette_repl.py Let closest_photodb have default path='.'. 2021-09-30 22:03:14 -07:00