logoin Posted December 30, 2005 Posted December 30, 2005 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.
bobrat Posted December 30, 2005 Posted December 30, 2005 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.
logoin Posted December 30, 2005 Author Posted December 30, 2005 Thank you for your reply. Then I can save some work.
logoin Posted January 3, 2006 Author Posted January 3, 2006 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~
rocio Posted August 4, 2006 Posted August 4, 2006 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 pvgool Posted August 4, 2006 Meta Posted August 4, 2006 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now