Is there any way to get the threads you've already read in a forum to 'dim out' so you can tell at a glance where you've already been??
Thanks for any help.
Thanks for any help.
The shear amount of data that needs to be stored to do this doesn't really make this feasible... Each row in the table (with indexes) would take up approximately 28 bytes (based off the searchindex which has a similar schema) and that records a read for one thread for one user. When you have 10,000+ users or 1,000,000+ threads, that adds up *very* quickly.