How can I insert data faster?
I have one table, that was inserted from many clients and many sessions in the same time .
That decreased performance on my database sometimes.
This table have 4 indexes.
I plan:
- increase INITRANS
- increase BLOCKSIZE
- make list or range partition....
- use reverse index key
Please suggest this case, How can I tune on database to improve performance (insert faster)?
Surachart