Reply
mysql question
Old 07-15-2006, 01:40 PM mysql question
Webmaster Talker

Posts: 589
Location: Atlanta, GA
I have a database which has entries of indexed html pages. Eventually, this database will hold up to 50K entries. This will eventually become a site search function for my site.

At this size, is the size of each entry a concern? Is there an optimal size limit for each entry, which will allow mysql and php to run the fastest, yet allow me to have the highest number of entries before it starts effecting the speed of the application?

Thanks in advance for your help.

Frank
neorunner is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 07-15-2006, 01:47 PM Re: mysql question
mgraphic's Avatar
Truth Seeker

Latest Blog Post:
Converting Video For YouTube
Posts: 2,337
Name: Keith Marshall
Location: West Hartford, CT
I don't think the size will be a problem, but for a smooth running table you want to make sure you you create indexes properly.
__________________

<mgraphic /> - I don't have a solution but I admire the problem.
mgraphic is offline
Reply With Quote
View Public Profile
 
Old 07-15-2006, 02:19 PM Re: mysql question
Webmaster Talker

Posts: 589
Location: Atlanta, GA
Regarding "creating indexes properly", what are some common mistakes made? When you say "indexes", are you referring to what the spider does, or what the sql database does when it processes information?

Frank
neorunner is offline
Reply With Quote
View Public Profile
 
Old 07-15-2006, 10:45 PM Re: mysql question
mgraphic's Avatar
Truth Seeker

Latest Blog Post:
Converting Video For YouTube
Posts: 2,337
Name: Keith Marshall
Location: West Hartford, CT
When I talk about indexes, I mean the mySQL table index. The index is a unique table structure that indexes the the related field data. An index can be normal, primary, unique, or fulltext. When you submit a sql query, it checks if there is an index to spped up search results.
__________________

<mgraphic /> - I don't have a solution but I admire the problem.
mgraphic is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to mysql question
 

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.11668 seconds with 12 queries