If I have a table with a primary_key and an Integer and I want to index the Integer, how would I do that?
Also, when I INSERT or UPDATE or DELETE a row do I have to reindex or is this done automatically? If so, how do I do that?
If I have a table with a primary_key and an Integer and I want to index the Integer, how would I do that?
Also, when I INSERT or UPDATE or DELETE a row do I have to reindex or is this done automatically? If so, how do I do that?