Discussion:
I have a table with millions of records and heavily referenced and index are properly created
(too old to reply)
i***@gmail.com
2014-07-07 07:49:48 UTC
Permalink
I have a table with millions of records and heavily referenced and index are properly created, now I want to update a single it is take long time to perform operation, Please suggest solution to optimize the performance.

Regards,
sourabh
Erland Sommarskog
2014-07-07 08:26:37 UTC
Permalink
Post by i***@gmail.com
I have a table with millions of records and heavily referenced and index
are properly created, now I want to update a single it is take long time
to perform operation, Please suggest solution to optimize the
performance.
Please post:

1) CREATE TABLE statement for the table.
2) CREATE INDEX statements for the table.
3) The statement you are running.
4) The output from "SELECT @@version"
--
Erland Sommarskog, Stockholm, ***@sommarskog.se
Loading...