tator icon indicating copy to clipboard operation
tator copied to clipboard

`File` objects should use object storage

Open jrtcppv opened this issue 2 years ago • 1 comments

File objects are currently using NFS, although they can be fairly large and this is not scalable. Need to also define a migration plan for existing File objects.

jrtcppv avatar Feb 23 '23 17:02 jrtcppv

@jrtcppv we could simplify the migration if we made another type that uses object storage (call it GenericFileType/GenericFile) and then move the existing Files over after the upgrade.

henxing avatar Sep 12 '23 14:09 henxing