You know what would be nice? A button to discard older subscribed threads, maybe older than 6 months or so. I know I’m not going to manually do it.
Might even save some CPU and storage on the HampsterServer(s).
You know what would be nice? A button to discard older subscribed threads, maybe older than 6 months or so. I know I’m not going to manually do it.
Might even save some CPU and storage on the HampsterServer(s).
Funny…I just went through today and deleted (manually) about four pages worth of old threads.
I might need to change my settings now that we have search again…
Seconded.
Why? I like to keep my subscriptions. I’ve participated in and subscribed to 2448 threads so far (make that 2449). Once in a while I look back through some interesting old threads for fun. I’d really hate it if there were a button that automatically unsubscribed me, which I might accidentally click.
Why don’t you want to keep your old threads anyway?
Storing a thread subscription should only require two bites, one for the thread ID and one for the user ID. I’m subscribed to about 8000 threads right now. If we assume that each of 5000 very active members are subscribed to about that many, the total storage needed is about 76 MB. That’s just not an onerous storage requirement, even if you throw in indices on both fields.
The total processing power needed to handle those is pretty low. Any time a user posts to a thread, you have to look up all the subscribers and send them email, and any time you query for all your subscriptions you have to look up all the threads, but otherwise there’s nothing doing. The scheduled script to clear out old subscriptions would very likely require more processing power than just leaving them alone.
Not that it makes a huge difference to your point, but thread and user IDs must take up more than a byte, considering how many there are of each (more than 256). I imagine the natural thing to do is store them as a 32-bit word each, upping your computed costs by a factor of 4.
Actually, what I might like, come to think of it (not that it’s gonna happen), would be the ability to auto-resubscribe to all the threads I’ve posted in. I always think “I should clear up all this clutter” for some irrational reason, and thus unsubscribing from threads once activity dies down a bit, but it would be interesting to see what I’ve missed by doing so…
:smack:
Well I just wanted to suggest this, I know the mods don’t like zombie threads anyway so why stay subscribed to threads that are years old?
I like to keep a neat digital house.