by bobblywobbles on 1/11/22, 3:31 AM with 4 comments
Have you stored large amounts of data before, how did you end up saving it?
by mikewarot on 1/11/22, 9:08 AM
However, if you tend towards curation more than me, you have categories, it might work for you.
I have a WikidPad personal wiki, in there are various things I've written over the past few decades, including the always elusive key to my WiFi.
My photos (600 GB) sit in folders D:\masterarchive\yyyy\yyyymmdd\ I never edit the originals, always save to a new file name when opening them in GIMP, etc. I have two short python scripts today.py and yesterday.py that make and open a new folder for me, depending on when I transfer the files from the SD card from my DSLR. You could make a script do it for you by reading the metadata from your smartphone photos.
SQL is a pain in the ass if you don't match the structures you set up initially. It's going to always be running, and will slow down a laptop or notebook boot time considerably. However, they do work well for tightly structured data.
by dusted on 1/11/22, 11:41 AM
Still, it might make sense to use a database to store your documents, depending on your situations, like, is a receipt a text document or an image?
What are the access patterns you expect? Is it write and forget, or will you access it once a year, or once each hour? how searchable do you need it? What is large amounts? Terabytes? Petabytes?
A nice directory structure could still get you very far, depending on your needs, maybe even one with accompanying database for use as a searchable index to find the document (file) you need.
by scary-size on 1/11/22, 8:00 AM
by PaulHoule on 1/11/22, 3:54 AM