Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Not null and check constraints
The affect on performance will be negligible. Check constraints are not
slowed down by the amount of data in a table or their location. At least
not to a degree I have ever been able to measure.
Daniel A. Morgan
Daud wrote:
> Hi
>
> Will there be performance problem (during insert, update etc.) if I
> have many not null and check constraints in a table? What if the table
> has millions of records in it? What's the impact of having those
> constraints? And will there also be performance problem if I do not
> group the 'not null' and null columns?
>
> rgds
> Daud11
Received on Sun Jan 06 2002 - 18:05:02 CST
![]() |
![]() |