Hello,
I have a general question around the handling of columns with 2000+ characters. I have an ASP page with several textareas where the user can enter more than 2000 characters. When the user pulls an "existing" page with these textareas filled out, there is obviously a bottleneck. I have used Ajax a little to reduce the amount of data that gets transfered back to the client, but are there other things that I can do from a back-end perspective to try and speed up the retrieval of those records? Will storing the data as a CLOB reduce/increase the access time on those records?
Thanks!
I have a general question around the handling of columns with 2000+ characters. I have an ASP page with several textareas where the user can enter more than 2000 characters. When the user pulls an "existing" page with these textareas filled out, there is obviously a bottleneck. I have used Ajax a little to reduce the amount of data that gets transfered back to the client, but are there other things that I can do from a back-end perspective to try and speed up the retrieval of those records? Will storing the data as a CLOB reduce/increase the access time on those records?
Thanks!