u r given good information tips for us. i have one doubt ,we r creating volatile table for intermediate calculation but it take lot of time. how to tune this table,PLS give me some tips to solve this problem.
Hi Rafi, Make sure you have chosen the right Primary Index. Based on the data distribution and also based on how you will join with this table in future. You could run explain on your sql and see which step takes more I/O, and try to tune that step. Hope this helps.
OR you can always run the query:
ReplyDeleteSELECT * FROM DBC.DBCINFO;
u r given good information tips for us.
ReplyDeletei have one doubt ,we r creating volatile table for intermediate calculation but it take lot of time. how to tune this table,PLS give me some tips to solve this problem.
thanks & regards
[email protected]
MPHASIS
Hi Rafi,
ReplyDeleteMake sure you have chosen the right Primary Index. Based on the data distribution and also based on how you will join with this table in future.
You could run explain on your sql and see which step takes more I/O, and try to tune that step.
Hope this helps.
how we delete parent table if the parent table having relation ship with child table
ReplyDelete