Quote:
Originally Posted by snakes1100
I dont really see that as a viable option anyways, if you site has 500,000 posts, imagine the load that mysql & the server would incur because your trying to check every new post against the current posts you already have.
|
There are some technical solutions possible that would not have a high impact on the server load. For example you could create a hash of the posttext upon posting/editing and store that within the post table. Compairing the database if a hash already exists should not have a large impact on the performence.