sismics / docs

Lightweight document management system packed with all the features you can expect from big expensive solutions
https://teedy.io
GNU General Public License v2.0
1.98k stars 489 forks source link

Store file size in DB #704

Closed archiloque closed 1 year ago

archiloque commented 1 year ago

A draft for https://github.com/sismics/docs/issues/701 .

It could also speed up fetching the files size since the data is found into the database vs having to fecth the info from the filesystem.

Things I did :

All is open for discussion

jendib commented 1 year ago

Thanks for that. It looks good. Let me find the time to do a complete review but it should be merged as is.