Explain Plan with Parallel Processing
First table creation
Let's recreate our Gigabyte sized table and do a full table scan in parallel.
CREATE TABLE T2 (
row_id INTEGER NOT NULL,
row_pad VARCHAR2( 1000 )
)
NOLOGGING
PCTFREE 90
转载
2016-11-22 14:55:48 ·
439 阅读 ·
0 评论