Post
Topic
Board Meta
Re: Implement stabbing.
by
ibminer
on 24/10/2024, 17:10:03 UTC
~but on a per thread basis this time.

With tracking and counting inside of a thread, the cost on resources would be about the same as globally or worse, so I assume it would still pose a potential cost issue on resources? 
When I say worse, I'd assume in this scenario that there would then be another table needed to track the ignores per user, per thread... which then requires an additional relationship on the pull of each thread.