J
jay widman
We are new to relational databases in general
and sql server in particular.
Is a search for a record by indexes
O(log n)?
Is the insert and delete operation O(n log n)?
We are assuming that a record update without
changing the primary/foreign key values is
also O (log n). Correct?
thanks in advance
jay widman
and sql server in particular.
Is a search for a record by indexes
O(log n)?
Is the insert and delete operation O(n log n)?
We are assuming that a record update without
changing the primary/foreign key values is
also O (log n). Correct?
thanks in advance
jay widman