Size of table growing to fast
Hi All,
I have created a partitioned table using range partition and global partitioned index with STORAGE(BUFFER_POOL KEEP).
The table is replica of existing table which is containing 150000000+ records (not partitioned) size of the table is 11 GB.
When I have imported 70000000 from non partitioned to partitioned table with /*+ APPEND*/ hint and I used /*+ APPEND_VALUES*/ withing application as inline insert query.
Now the Problem that I am facing is size of the table is 30 GB and growing too fast.
It's critical for us please help..
0