Quote:
Originally Posted by 7thgenCivic.Com
For this NOT IN, I had more NOT IN id's than I would have IN id's, so I changed this to an IN statement and hardcoded my id's. I think only 5 instead of 30 or so I want to exclude. I think this could be made an option.
|
If you want permissions ignored then feel free to remove them, otherwise they are needed to prevent threads in forums the browser doesn't have access to view.
Quote:
One last thing, I added indexes on dateline for post and thread and it made a significant increase in speed for my db with 100,000+ threads and over 1.5million posts.
|
They aren't added by default as not everyone may want them, but it is indeed a good move to index them as they are used in a number of places. I might look into making this default/optional.