If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > MySQL is very slow

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-20-04, 01:11
Sisir Sisir is offline
Registered User
 
Join Date: May 2004
Posts: 4
Angry MySQL is very slow

I have developed a software using VB 6 as front end and Access 2000 db as backend. But after converting Access 2000 to MySQL the software became damn slow. I had used My ODBC 5.1 for connectivity. Database is on local machine and connected as local host. Also code is malfunctiong with MySQL while it was working fine with Access 2000. Can anybody help me out.
Reply With Quote
  #2 (permalink)  
Old 05-20-04, 10:37
guelphdad guelphdad is offline
Registered User
 
Join Date: Mar 2004
Posts: 440
what is very slow, they query times? Did you index your tables? Sorry don't know about Access to MySQL conversion, I'm sure someone else can help with that.
Reply With Quote
  #3 (permalink)  
Old 05-20-04, 13:08
archspeed archspeed is offline
Registered User
 
Join Date: May 2004
Location: Northern California
Posts: 10
Can you describe your "slow" situation a little more? I've just done an MS Access to MySQL conversion with a VB.NET front end. Maybe I can be of some help...
__________________
Tuan M. -- Database Developer Newbie, dot NET generation
If you want cheap-shit web hosting, check out www.websaic.com
For all your custom test socket needs, check out Gold Technologies, Inc.
Oh yeah, last but not least, GO BAR-Honda!

Last edited by archspeed; 05-20-04 at 13:10.
Reply With Quote
  #4 (permalink)  
Old 05-20-04, 23:28
Sisir Sisir is offline
Registered User
 
Join Date: May 2004
Posts: 4
I was saying about the query time. Query time is very slow in VB-MySQL combination. I have tried it out by making a new table in MySQL and connecting to VB at front end. But it is also giving the same result. Can anybody help me out.
Reply With Quote
  #5 (permalink)  
Old 05-21-04, 09:08
guelphdad guelphdad is offline
Registered User
 
Join Date: Mar 2004
Posts: 440
Well I did ask if your tables were indexed. You didn't answer either way. Non-indexed tables can take significantly longer to query than indexed ones.

Also if you run an EXPLAIN with your SQL query and post it here it may give archspeed an idea if the problem is related to VB or the SQL query itself.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On