We have a search feature that allows users to search based on product description. The table could countain around 2m rows. Do i need to implement full text search for this or do I just need a regular index on the description col.
question 2. is there a tool that will generate 2m records.
Thanks in advance.