mysql-import icon indicating copy to clipboard operation
mysql-import copied to clipboard

I had similar issue recently and found this little optimization helps with parsing large sql files:

Open BhargavCnp opened this issue 2 years ago • 1 comments

          I had similar issue recently and found this little optimization helps with parsing large sql files:

https://github.com/Pamblam/mysql-import/pull/14/files

In my use case I had a 5MB mysqldump file that took 10 minutes to parse/process. Now it only takes a few seconds.

Originally posted by @WooDzu in https://github.com/Pamblam/mysql-import/issues/10#issuecomment-514181959

BhargavCnp avatar Feb 15 '23 12:02 BhargavCnp

I had similar issue recently and found this little optimization helps with parsing large sql files: can you provide anyone proper solution myDB.zip

BhargavCnp avatar Feb 15 '23 12:02 BhargavCnp