hydrus icon indicating copy to clipboard operation
hydrus copied to clipboard

remove orphaned tags

Open ivcat opened this issue 1 year ago • 1 comments

orphaned tags (tags that aren't associated with any files) remain in the database indefinitely without the client removing them, making the database massive just to save a bunch of tags that are useless and no longer used. please add the ability to automatically or manually remove them

ivcat avatar Jun 11 '24 13:06 ivcat

Because of the way the PTR protocol works definitions must exist indefinitely (mappings associate tagIds to hashes, not tage names to hashes). This might work just fine for local tags or peding tags not previously in the definition table when they are deleted, and TBH I thought that's how it already works for local tsgs.

bbappserver avatar Sep 08 '24 13:09 bbappserver

Possible Duplicate of https://github.com/hydrusnetwork/hydrus/issues/1525

bbappserver avatar Sep 22 '25 15:09 bbappserver