The largest table in the database is not referenced by any other table. Primary key is identity column. I know that I shouldn’t make clustered index on that column, but what if I don’t index that column at all? Will it be some negative consequences of that decision?