You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ReleaseExtra class seems to be the only thing pointing to the ReleaseExtraFull model other than a relationship within Release model.
The functions getFull() and deleteFull() are never used anywhere in NNTmux. Only addFull() is used once in ProcessAdditional class. But once the data is in the table it does not seem to be really used anywhere ever again.
This table is about 10GB on my install (4GB when using a compressed row format), making SQL dumps very very slow.
IMHO this could be deleted. Or the files could be stored on disk like NZBs (gzipped) in case they are being used somewhere later.
The text was updated successfully, but these errors were encountered:
The ReleaseExtra class seems to be the only thing pointing to the ReleaseExtraFull model other than a relationship within Release model.
The functions
getFull()
anddeleteFull()
are never used anywhere in NNTmux. OnlyaddFull()
is used once in ProcessAdditional class. But once the data is in the table it does not seem to be really used anywhere ever again.This table is about 10GB on my install (4GB when using a compressed row format), making SQL dumps very very slow.
IMHO this could be deleted. Or the files could be stored on disk like NZBs (gzipped) in case they are being used somewhere later.
The text was updated successfully, but these errors were encountered: