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

With tracking and counting inside of a thread, [I think] 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'm assuming in this scenario that there would then need to be another table to track the ignores per user, per thread... which then requires an additional relationship on the pull of each thread.