Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys,
I need to do re-indexing in MYsql database using C# code and SQL query.
Can anyone help me how I can do this.

Thanks
Posted
Updated 16-Apr-10 8:46am
v2

Doesn't MySQL automagically reindex when you add rows to a table? Why do you want to manually reindex? Are you changing the index key?
 
Share this answer
 
v3
Does it reindex? I was not knowing it. Are you sure?
 
Share this answer
 
I want to reindex time to time manually to make application faster.
 
Share this answer
 
just drop the index and recreate the indesx from c#, whats the problem in that?
 
Share this answer
 
Thanks for the suggestions guys
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900