(INSERT/UPDATE/MERGE/DELETE) Slow performance on table after creating CTXSYS.CONTEXT text index on o
Hi,
We have a table having around half a million records. We created CTXSYS.CONTEXT text index on one of the columns of type varchar2(4000 Byte).
Before creating the text index it took us 1 Second to Merge 5000 Records into the table while selecting from another table.
After creating the text index on the table the same merge as above is taking 7 seconds.
I have tried following parameters for the index but to no avail:
SYNC (MANUAL)
nontransactional
nopopulate
Our environment is Oracle 11G R2 64bit database on Windows 2008 Server 64bit.
Can anyone help on how to get the performance back up.
1