Hello,

Will be any performance degrade if the columns having check constraints in a table?

Example:
A table ABC is having 20 columns and out of these 7 columns are having check constraints (these columns accept either 'Y' or 'N' and default value is specified 'N').

When there is a bulk inserts (around 10k records) are going on, will these check constraints cause any performance degrage?

Thanks in advance.