|
|
|
|
|
by Nevermindmine
2497 days ago
|
|
What kind of versioning are your referring to? I know some databases has it but not sure if I understand it. Personally I use S3 or similar for this. At the number of files I'm working with storing it in a relational database would be crazy expensive. |
|
FileId, VersionId, Name, Data, UploadedTimestamp, UploadedBy, ...
If you’re on AWS, pushing and pulling from an S3 bucket is probably a great solution, and then of course there’s nothing to worry about in terms of backups.
Do you still need to keep an index of the files / metadata in a DB, or can you tag everything you need directly on the S3 objects and just pull the whole bucket?