View Single Post
Old 09-09-2004, 08:11 PM   #2
vinyl-junkie
Purple Mole
 
Join Date: Jan 2004
Posts: 694
Quote:
Originally Posted by sasa
a) How is the data stored?
- Does the PhpDig store the URL, Title, Description, Keywords of the "crawled" pages in the mySQL database?
- Where are the actual INDEXED content of the pages stored?
Just go into phpMyAdmin and look at the data structure there. It will show you all the tables and fields inside each.

Quote:
b) How much storage is needed?
- i.e. if we have 1000 sites, with 15 pages each... a total of 15,000 pages, How much storage would be needed?
You can't just go by number of pages. It also depends on the size of those pages, and how many keywords are contained in them. Probably a few other factors too that don't readily come to mind.

Quote:
c) How quick is the code?
- Using the above example (15,000 pages), how long would a 2 word search take?
See above. Again, it depends.

Quote:
d) And most importantly, has someone put together a Moded version for this kind of application?

thanks,
Sam
Don't know, but maybe you should get together with the person who started this thread.
vinyl-junkie is offline   Reply With Quote