Viewing 7 posts - 16 through 22 (of 22 total)
Can you explain why you can't just add primary key for the table? Every table -should- have primary key. It is even - funny thing, really - written in rule2...
March 18, 2009 at 2:56 am
Ross McMicken (3/18/2009)
March 18, 2009 at 2:19 am
To what degree can you alter the table?
I can redesign it completely.
What's the frequency of features?
To be honest - I'm not sure. I would say that on average there are...
March 17, 2009 at 4:40 am
It would be probably a lot slower without primary key in the table. And why you have no primary key in the table? Primary keys are strictly fundmental.
Let's see...
if...
March 15, 2009 at 12:04 pm
--TO BE DELETED; SEE BELOW--
It would be probably a lot slower without primary key in the table. And why you have no primary key in the table? Primary keys are...
March 15, 2009 at 12:02 pm
I don't think it has anything to do with text index.
It is a database of items which can be described with hundreds features. The features are ussually not correlated. Now...
March 15, 2009 at 11:33 am
While this solution is probably not the most efficient one, it should work provided you have some kind of row_id to know the difference between different rows.
DELETE FROM #pom WHERE...
March 13, 2009 at 4:26 am
Viewing 7 posts - 16 through 22 (of 22 total)