1👍
I don’t think there will be performance issue, because FileField
will only store the file path of the file you have, thus retrieving a file takes O(1) time by following the path.
Source:stackexchange.com
1👍
I don’t think there will be performance issue, because FileField
will only store the file path of the file you have, thus retrieving a file takes O(1) time by following the path.