what will be the fastest way to insert 8000000 rows in a table

create partition table with all constraints and indexes then import

or
create partition table then insert into from other table then create constraints ,indexes.