I have insert...select query.
Select part is fairly fast, it joins 2 tables and has ...where not exists ... in destination table. Select alone takes about 5 sec.
But if I run insert select, it takes 20 sec. I kept reducing fill-factor for
I have insert...select query.
Select part is fairly fast, it joins 2 tables and has ...where not exists ... in destination table. Select alone takes about 5 sec.
But if I run insert select, it takes 20 sec. I kept reducing fill-factor for