Fastest way of searching CLOBS
CMcMMay 15 2008 — edited May 15 2008Hi
I need to search a table of 1 million rows for an exact match on a clob field, the contents of which avergae to about 10k characters. I am currently calculating a checksum on each row, storing that as number, indexing it and searching via the checksum and confirming identity with the clob in a pl/sql function.
What would you reccomend is the fastest way of searching a clob column?
Cheers
Message was edited by:
user608329