I have a databse of 500.000 records on my server and need a fast, reliable search indexing script . What are your recommendations? Thanks
How is the information stored in the db? Normally, you don't need to index data that is already in a database. Databases are designed for storage and retrieval. You would specifically search the DB, when a user performs a query. Indexing, as far as search is concerned, is normally putting data from files or web pages into a database.