When creating a temporary table for additional sql operations in a stored function, should I worry about building indexes on the temp table to increase performance when the temp table's row count exceeds a certain threshold? If so, is there a rule of thumb for the row count threshold?