Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Database Forum


You are currently viewing our The Database Forum as a guest. Please register to participate.
Login



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

Posts: 593
Location: Rochester, MN
Trades: 0
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
__________________

Please login or register to view this content. Registration is FREE
neorunner is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-15-2006, 01:47 PM Re: mysql question
mgraphic's Avatar
Truth Seeker

Latest Blog Post:
JAMISONTUNES
Posts: 2,898
Name: Keith Marshall
Location: Connecticut
Trades: 0
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
Yak Yak Yak Yak Yak

Posts: 593
Location: Rochester, MN
Trades: 0
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
__________________

Please login or register to view this content. Registration is FREE
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:
JAMISONTUNES
Posts: 2,898
Name: Keith Marshall
Location: Connecticut
Trades: 0
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 Search this Thread
Search this Thread:

Advanced Search

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