Advice on Autopsy setup (SQLite / PostgreSQL + NAS)

Hey guys.

I work alone. On my “lab” I have a Synology NAS (DS918+), a laptop (16GB Ram, Core i7@2.60Ghz and GTX960M GPU) and a desktop (16GB Ram, Ryzen 7, RTX2060 GPU). Both my computers runs on Windows 10 and Debian Buster.

I work from both computers, sometimes I work with both on the same case (one on Wiindows, other on Linux), and my cases are in general stored on my NAS.

Finally, the quesiton is: Its a good idea to run PostgreSQL (via docker) on my NAS to work with Autopsy?
I dont know if I’ll lose performance and the best solution is to work with SQLite locally.

Thank you!

In my experience SQLite is significantly faster than PostgreSQL, so I would stick with SQLite unless you need the multi-user features.