Click here to Skip to main content
15,921,279 members
Home / Discussions / Database
   

Database

 
QuestionMySQL slow inserting 10,000+ records Pin
jds12075-Mar-07 4:27
jds12075-Mar-07 4:27 
AnswerRe: MySQL slow inserting 10,000+ records Pin
kubben5-Mar-07 5:04
kubben5-Mar-07 5:04 
GeneralRe: MySQL slow inserting 10,000+ records Pin
jds12075-Mar-07 5:28
jds12075-Mar-07 5:28 
GeneralRe: MySQL slow inserting 10,000+ records Pin
kubben5-Mar-07 5:32
kubben5-Mar-07 5:32 
GeneralRe: MySQL slow inserting 10,000+ records Pin
jds12075-Mar-07 5:57
jds12075-Mar-07 5:57 
GeneralRe: MySQL slow inserting 10,000+ records Pin
kubben5-Mar-07 6:06
kubben5-Mar-07 6:06 
GeneralRe: MySQL slow inserting 10,000+ records Pin
jds12075-Mar-07 9:04
jds12075-Mar-07 9:04 
GeneralRe: MySQL slow inserting 10,000+ records Pin
kubben5-Mar-07 9:13
kubben5-Mar-07 9:13 
If you have a local MySql database on your local computer, that will always run faster then over the network. It also may help if your local table is empty or doesn't have many records.

I am not sure why disabling the windows firewall causes the program to run. I am guessing for some reason your firewall is preventing access to the sql server.

So on the other computer, if it is going across the network it will be slower then your local PC writings to a local database. It also might be an issue if you already have lots of records on the other MySQL database the inserts can take a longer time. This gets into my suggestion of dropping indexes and some things like that.

Hope that helps.
Ben
GeneralRe: MySQL slow inserting 10,000+ records Pin
jds12076-Mar-07 3:38
jds12076-Mar-07 3:38 
GeneralRe: MySQL slow inserting 10,000+ records Pin
kubben6-Mar-07 3:40
kubben6-Mar-07 3:40 
AnswerRe: MySQL slow inserting 10,000+ records Pin
Mike Dimmick6-Mar-07 2:06
Mike Dimmick6-Mar-07 2:06 
GeneralRe: MySQL slow inserting 10,000+ records Pin
jds12076-Mar-07 3:44
jds12076-Mar-07 3:44 
QuestionAgain Remote Access Pin
alexrad5-Mar-07 1:08
alexrad5-Mar-07 1:08 
AnswerRe: Again Remote Access Pin
Hesham Amin5-Mar-07 3:05
Hesham Amin5-Mar-07 3:05 
GeneralRe: Again Remote Access Pin
alexrad5-Mar-07 4:39
alexrad5-Mar-07 4:39 
QuestionDynamic Filters Pin
Sam Heller5-Mar-07 1:06
Sam Heller5-Mar-07 1:06 
AnswerRe: Dynamic Filters Pin
alexrad5-Mar-07 1:13
alexrad5-Mar-07 1:13 
GeneralRe: Dynamic Filters Pin
Sam Heller5-Mar-07 1:16
Sam Heller5-Mar-07 1:16 
GeneralRe: Dynamic Filters Pin
alexrad5-Mar-07 1:26
alexrad5-Mar-07 1:26 
GeneralRe: Dynamic Filters Pin
Sam Heller5-Mar-07 1:33
Sam Heller5-Mar-07 1:33 
AnswerRe: Dynamic Filters Pin
alexrad5-Mar-07 1:40
alexrad5-Mar-07 1:40 
GeneralRe: Dynamic Filters Pin
Sam Heller5-Mar-07 2:09
Sam Heller5-Mar-07 2:09 
GeneralRe: Dynamic Filters Pin
Pete O'Hanlon5-Mar-07 4:21
mvePete O'Hanlon5-Mar-07 4:21 
GeneralRe: Dynamic Filters Pin
Sam Heller5-Mar-07 4:28
Sam Heller5-Mar-07 4:28 
GeneralRe: Dynamic Filters Pin
alexrad5-Mar-07 4:36
alexrad5-Mar-07 4:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.