Hi Fellas,
Which one would be faster for a 50 Million row table with 70 + fields for insert operation?
1. Having a memory optimised table and then INSERT INTO
2. Simple SELECT INTO into a non memory optimised table.
Please let us know your thoughts.
Thanks