How to switch from MSSQL to MySQL for using with Excel pivot
Posted
by Sim
on Stack Overflow
See other posts from Stack Overflow
or by Sim
Published on 2010-01-20T04:07:09Z
Indexed on
2010/05/11
1:04 UTC
Read the original article
Hit count: 305
Hi all,
I have a table that contains sales transaction (~20 mil rows). Previously I used MSSQL and export it to an Excel pivot. Data refresh took 10-15 minutes but still do-able. However, after I migrated to MySQL (using XamppLite & ODBC), it took forever to refresh the data in the Excel pivot.
Maybe I didn't optimize the MySQL good enough ? Anyone can share some thoughts 'bout this ?
Thanks
© Stack Overflow or respective owner