There is a table, In one column it has implemented a index,
but the index is disturbed by the regular dml statements..
but still we need to keep the index. how it is possible?

Answer Posted / a.v.r.murthy

GENERALLY INDEX WILL BE CREATED ON LESS NUMBER OF DML
OPERATION COLUMNS.
EVENTHOUGH IF WE WANT PERFORM BETTER THEN BEFORE INSERTING
DATA INTO THE COLUMN WE HAVE TO DISABLE THE INDEX i.e
ALTER INDEX IDX_NAME UNUSABLE;

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the maximum rows in csv?

664


What is the current version of postgresql?

759


Can we join same table in sql?

753


Explain what is a subquery ?

878


What is cascade in sql?

718


How do I run sql?

844


What is difference between joins and union?

775


What is sql keyword?

766


What is difference between function and trigger?

737


What is hibernate and its relation to sql?

810


What is trigger in flip flop?

761


what is foreign key? : Sql dba

772


What is partition by in sql?

808


what is try_catch block in procedure

1405


How insert into statements in sql?

810