MySQL Forums
Forum List  »  Newbie

Re: Iterating through SQL table
Posted by: K R
Date: April 26, 2009 11:14PM

"For this table to be queryable, `docIDs` needs to be projected to a child table in which each row has its matching `hashvalue` from this table ,and that individual docID. Then your query becomes trivially easy, and so does processing it. "

Sorry, I don't quite get it, what you mean. One DocID has many hashvalues, so it cannot be used as primary key. Do you mean

1. DocID (int) | hashvalue (int)

or

2. DocIDs (text) | hashvalue (int, Primary key)


or what?

In the second case I'll have two tables (hashvalue, count) and (docIDs, hashvalue)and I'll have to JOIN for all the queries, would it really work faster?

Thanks



Edited 3 time(s). Last edit at 04/28/2009 12:10AM by K R.

Options: ReplyQuote


Subject
Written By
Posted
K R
April 18, 2009 01:10PM
K R
April 26, 2009 01:06PM
Re: Iterating through SQL table
K R
April 26, 2009 11:14PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.