We are using BI Publisher bursting to deliver documents to Oracle WebCenter Content (WCC). Under high volume (~500K documents), WCC is taking more than 10 hours to release documents because the BIP integration uses CHECKIN_UNIVERSAL, which triggers normal indexing.
WCC support advised using DirectReleaseNewCheckinDoc=1 and confirmed this parameter must be passed in the CHECKIN_NEW call from the BIP integration, but CHECKIN_UNIVERSAL is getting called from BIP integration while pushing the document onto WCC. So this needs to be changed.