Jump to content

Recommended Posts

Posted

Hi guys,

 

Thanks for this forum, I downloaded and parsed ODP into mySQL database easily. The next step is to make use of it. I basicly need to know the category of a website. (enter address and return it's category)

 

I'm thinking to divide it into several tables according to their first letter. ex. http://aaa.bbb.cc. I'll only look for the table "a" to save the search time through whole database.

 

Does anyone did this before or have better idea on this? and how to do it?

I'm totally new to database. I would really appreciate if I can get good advises. Thank you very much.

Posted
I'm thinking to divide it into several tables according to their first letter. ex. http://aaa.bbb.cc. I'll only look for the table "a" to save the search time through whole database.
I would never bother. Any decent database should (in efffect) be performing that task for you when it does the lookup.
Posted

I use MySQL query browser to do a query, it took less than a second to retrieve the result. However, when I use java(jdbc) to retrieve the result, it took around 4 seconds, which is a lot longer.

 

Does anyone know what cause this and if it's possible to adjust java code to make it run faster?

 

Thank you very much~

  • 7 months later...
Posted

How do you query the ODP?

 

I have downloaded the ODP dump files (content and structure) and put them in tables in MySQL with one of the php scripts described in the upload tools page.

 

But where do you make a query? can you query with a single term?

 

thanks for any help

  • Meta
Posted
It all depends on the website you build yourself or the tool you use to present the information from the database on your website. Just loading the data in a database will not present them on a website.

I will not answer PM or emails send to me. If you have anything to ask please use the forum.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...