Forum Moderators: coopster
Starting data will be 12,000 items and might grow to 50,000 worst case.
Would prefer simpler system that i can integrate with my existing site and customize as needed.
Are there any recommendations.
Why does every developer have register globals on--it is not that hard to program with the default config of php in mind.
Thanks paul for that link, i am also using what i can from DGS and something called sitesearch.
Most of the solutions above seem to be modified to use mySQL but are meant for their own proprietary data formats. Isn't this what mySQL is for.
What is the best way to paginate thousands of results. From what i see you do the search, take the first ten, then do the search again and pull 11-20 inside your query. Is there a better logic to attack this while still using mySQL or is that 'generally accepted'. I'd imagine that every page load redoing the same query could really tax the processor.