Hi,
I have a db2 udb v8.1 database on aix server.My front end is in Java. I need to store some xml files each of something like 600k. So we have to use clob/blob . The client does not want to use xml extender as he doesnt need to query the xml. But we need to retrieve the data and update it. So what should be the approach to be followed for performance tuning other than having a long tablespace? ie any query for selecting, inserting /updating should be completed in a very short time. Now lobs dont allow sorting/indexing. So what should be the approach?