Good day,
Is it possible to alter tables in Confluence to use a LOB-specific tablespace as well as tuning the table itself for accessing the LOB? The default in Oracle stuffs it all in the same TS but LOBs performance can be significantly enhanced using a dedicated TS with caching and partitioning set on the table itself.
Sean
I've had my DBA do all sorts of stuff with tables underneath the Atlassian products. I would say anything that appears to Confluence the same at the cursor level would be fine. I would go ahead and give it a shot. Found all sorts of Oracle syntax searching "oracle move table to another tablespace". One source did indicate that trying to do this "online" would require it to be specified that way and that started being available in 9i.
alter table tablename move tablespace newtablespacename;
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.