zhou!
the custered index always impacts performance when you have a lot of insert wich not result at the end of the table (as mike mentioned already), because in this case there is a need to shift pages to make new space for the new records. if you cant garantie this is not the case, you should not use clustered index.
regards
dj