Performance impact on table with or without primary key constarint
727350Jun 16 2012 — edited Jun 16 2012Hi,
I have one error table currenlty active in PROD which capture error logs through insert statement only using stored procedure.
This table doesn't have any constraints(é.g primary key,unique key etc) declared in it.
Question:
If i declare any constraint in this table will it create any performance issue. Kindly note that only insert statement is happening on this table
Thanks and Regards
Laxman