Had a shower thought; Proactive work: - Move the images database to a different database file New run logic: - Run a DB backup from disk to memory - Each intentional write, content is shipped to both MEMORY and disk - Photos are still pulled from the new database file. - All reads are done from the MEMORY database Caveats: - This could break referential integrity with the images and pk/fk, but, worth the risk?
Had a shower thought;
Proactive work:
New run logic:
Caveats: