Hi,
I have the following DQL which gives the count of Logical documents in our docbase as 4.5 million objects.
select count( * ) from ecm_inv_mgmt where a_storage_type = 'AppONE'
I need to delete all of them. I know I can use DQL (like DELETE... etc.) or API (like DESTROY....etc) commands. Also I can use either IDQL, IAPI or DA, but my question is what is the best approach to delete 4.5 objects faster without timing out? Please give detailed response, if you can.
Our Environment: Content Server 6.7, Tomcat 6.0.29, Oracle 11.1 on AIX
Please share your knowledge and experience.
Thanks.
ta