I have a table has no primary key or unique index, but there is one non-unique index, what's possible problem for this table? Big impact on performance on insert/select?
if so, how to add a id column(like MS Sql server identity column) to this table?