forums › forums › SQLyog › Using SQLyog › Bulk Extraction and Insert Statement
- This topic is empty.
-
AuthorPosts
-
-
September 9, 2004 at 1:46 am #16266
CalEvans
MemberThis is an issue with your server. (If I'm reading it right) There is a setting in your my.cnf on how big that statement can be. It's usually limited to 1MB but you can change it and then your statements will work. (I've had it up to 8MB before!) 🙂
=C=
-
September 9, 2004 at 4:41 am #16267
Marcwolf
MemberOk.. This is useful information… However.
What happens when a query reaches this 8meg limit
Would it be possible for SQLYog to monitor a query size and ten put a break in it at a pre-determined size?
Many thanks for your reply thou.
Dave
-
September 9, 2004 at 6:11 am #16268
Ritesh
MemberAs of SQLyog 3.71, we dont monitor size of bulk insert statements. You have to unselect BULK INSERT STATEMENT option, if the query is going beyond the limit.
This is a good feature request and I have added it up in our TO-DO list.
Thanks for your request.
-
September 9, 2004 at 6:25 am #16269
Marcwolf
MemberThanks for that.
For example – last night I took a dump of our clients data so I could runs some tests on a new enhancement.
This is standard practice when checking developmetn issues and preparing to create an update script.
119000 (They there ARE that many 0's) queries later and about 3 hours of waiting.. the script completed its running
I have a pretty fast P4 development machine and a local copy of MySQL so its going as fast as it can.
The SQL script is generally in the 23 megs size too.
Take Care
Dave
-
September 9, 2004 at 12:56 pm #16270
Shadow
MemberIncrease bulk_insert_buffer_size (previously myisam_bulk_insert_tree_size) to a higher value to get better results.
-
-
AuthorPosts
- You must be logged in to reply to this topic.