Robert
2006-09-25 20:11:31 UTC
using asa9.0.2, have a table that has touched 6 million+ records, now the
inserts into it; around 10,000 records at a time have become really slow.
What should be the correct way to improve peformance of inserts on large
tables ..
obvious ones are .
1. delete data from the table that is not required
2. expand db file so their are contigous blocks available and does not cause
fragmentation
3. improve hardware, current hardware is 1 GHz dual core processor with 400
M's of RAM out of which 250 M is given to the db instance
Ran index consultant it did not ask to create any indexes on the large
table, all the queries against it are by the primary key hence thinking no
need for it.
Any ideas ? thanks
inserts into it; around 10,000 records at a time have become really slow.
What should be the correct way to improve peformance of inserts on large
tables ..
obvious ones are .
1. delete data from the table that is not required
2. expand db file so their are contigous blocks available and does not cause
fragmentation
3. improve hardware, current hardware is 1 GHz dual core processor with 400
M's of RAM out of which 250 M is given to the db instance
Ran index consultant it did not ask to create any indexes on the large
table, all the queries against it are by the primary key hence thinking no
need for it.
Any ideas ? thanks