Hi,
I have a problem where I need to remove a large amount of duplicate records from a large table.
There are around 300 - 400K duplicate records in the table. The table containts about twice that in terms of total records (800K)
Not all records are duplicated and some are duplicated many times.
In order to spot the differeneces I have to group by most of the columns.
My problems are this...
It will take a long time to run a query with group by to spot the duplicates.
I don't want to run into the snapshot to old problem when I start deleteing rows that my query is trying to hold a consistent read on
This is running on HP-UX 64 bit on 8.1.7
Thanks in advance.
Mike.
I have a problem where I need to remove a large amount of duplicate records from a large table.
There are around 300 - 400K duplicate records in the table. The table containts about twice that in terms of total records (800K)
Not all records are duplicated and some are duplicated many times.
In order to spot the differeneces I have to group by most of the columns.
My problems are this...
It will take a long time to run a query with group by to spot the duplicates.
I don't want to run into the snapshot to old problem when I start deleteing rows that my query is trying to hold a consistent read on
This is running on HP-UX 64 bit on 8.1.7
Thanks in advance.
Mike.