I have a need to add a varchar column of 32k size in addition to an existing varchar column of similar size in the same table.
I want to know, how would it impact the overall performance of the application accessing the table for select/update/insert?
Additional Info:
I am currently using DB2 UDB v8
Columns are used to store XML data
I do not want to use CLOB/BLOB, since I cannot afford a performance impact
Thanks,
Prk1
I want to know, how would it impact the overall performance of the application accessing the table for select/update/insert?
Additional Info:
I am currently using DB2 UDB v8
Columns are used to store XML data
I do not want to use CLOB/BLOB, since I cannot afford a performance impact
Thanks,
Prk1
Comment