SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Pastimes : Silicon Investor, under the hood

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: InternetPlay who wrote (4)12/12/2004 8:48:10 PM
From: mas_  Read Replies (1) of 81
 
you might want to physically load the data together based on the subjectid

If there is a clustered index on subjectid that would be done automatically and that usually happens with a Sybase/SqlServer primary key IIRC. I suggest a primary key of subjectid, creation date perhaps also another index on authorid, creation_date. I don't see much point in including the message field in the index as that would make it too big and inefficient, like a table scan, and the first letter of the message is usually meaningless like the first letter of a name ;-).
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext