Reply
Old 05-17-2005, 06:15 AM Database
Junior Talker

Posts: 3
My first post ever. I maintain a fairly large directory. Lately, it seems like my search results are taking longer and longer to load. Is it because of the way the data base is structured or is it in some way related to the server? DrycleanersRelief.com

Thanks for any input.
Dan
dangoc is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 05-17-2005, 07:44 AM
Republikin's Avatar
Super Moderator

Posts: 3,191
What kind of database is it and what kind of searching do you do on it?
Republikin is offline
Reply With Quote
View Public Profile
 
Old 05-17-2005, 08:30 PM
Extreme Talker

Posts: 171
You site has a major design problem. Verything is overlapping one another. There is just too many things going on it the page. Simple is better........ Anyways you directory is very slow.
mohamoud is offline
Reply With Quote
View Public Profile
 
Old 05-17-2005, 08:40 PM
Junior Talker

Posts: 3
Quote:
Originally Posted by cptnwinky
What kind of database is it and what kind of searching do you do on it?
Its MySQL...a data base for locating drycleaners in your local area.
dangoc is offline
Reply With Quote
View Public Profile
 
Old 05-17-2005, 08:41 PM
Junior Talker

Posts: 3
Quote:
Originally Posted by mohamoud
You site has a major design problem. Verything is overlapping one another. There is just too many things going on it the page. Simple is better........ Anyways you directory is very slow.
What is overlapping?????????????? I know its become slow....so, thats why Im here.
dangoc is offline
Reply With Quote
View Public Profile
 
Old 05-17-2005, 09:55 PM
Republikin's Avatar
Super Moderator

Posts: 3,191
With mysql you have a couple different options. You can use the LIKE clause...

Code:
SELECT * FROM mytable WHERE mycolumn LIKE value
Or you can use the much preffered way as of 4.0.1+ which is full text searching which I outline in this thread...

http://webmaster-talk.com/showthread...text+searching

If you need any more help let me know.
Republikin is offline
Reply With Quote
View Public Profile
 
Old 05-17-2005, 11:40 PM
desertland's Avatar
Skilled Talker

Posts: 86
For a large site, I'd recommend reading this guide:
http://dev.mysql.com/books/hpmysql-excerpts/ch06.html

It's MySQL's guide to High Performance Server Tuning.
__________________
I store my recipes online (the way nature intended) at www.meanmeals.com
desertland is offline
Reply With Quote
View Public Profile
 
Old 05-18-2005, 07:48 AM
Republikin's Avatar
Super Moderator

Posts: 3,191
You know what, nevermind what I had said before. I was thinking of another post that was similiar to this one when I posted it. Use what desertland suggests instead.
Republikin is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Database
 

Thread Tools

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

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




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.15592 seconds with 12 queries