What are the benefits of filtered indexes?
Answer / Jaspreet Kaur
"Filtered indexes" in SQL Server provide several benefits, including improved query performance, reduced storage space, and enhanced data compression. By creating an index only on a subset of data (based on specified filter conditions), SQL Server can quickly find the relevant rows for queries without having to scan the entire table. This leads to faster query execution times, particularly when dealing with large datasets.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a unique key constraint?
How to Display, Amount of Disk Activity Generated by Transact-SQL Statements?
What is the Control Flow in SSIS
What are the types of backup and tell me the difference between full and differential backup?
What is difference between delete & truncate commands?
Define DML and DCL statements?
Can primary key be null?
Which virtual table does a trigger use?
What is page in sql server?
What happens to a trigger with multiple affected rows?
What is the purpose of update statistics and scope_identity() function?
In performance wise distinct is good or group by is good? eg:select name from emp group by name; select distinct name from emp;
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)