You have a table with close to 100 million records recently, a huge amount of this data was updated now, various queries against this table have slowed down considerably what is the quickest option to remedy the situation?
Answer / Sandip Kumar
To quickly remedy the situation, you can rebuild or reorganize the indexes on the table. Rebuilding an index drops and recreates it, while reorganizing the index does not drop it but reorders the data pages and defragments the index. Another option is to create filtered indexes or columnstore indexes if they are applicable.
| Is This Answer Correct ? | 0 Yes | 0 No |
if 3 duplicate records in a table,i want to delete 2 duplicate records by keeping 1 duplicate and 1 original as it is,how?
What have included columns when we talk about sql server indexing?
Define tempdb database?
What is the sql server 2000 version number?
How to know the NAME of the Database and SIZE of the Database at the client node in Sql Server 2005
Explain error handling in ssis?
How to download microsoft sql server 2005 express edition?
What are partitioned views and distributed partitioned views?
What are different types of constraints?
can you any body tell me the how to decrease the logfile
How to replace given values with null using nullif()?
Write an sql query to find the names of employees start with ‘a’?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)