Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Administration - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 6525

Table partitioning

$
0
0
Hi,I've a table with 1.000.000 rows where active records and inactive records are kept, since the user can search on both status (only 5% or less of the time they search inactive records). The inactive records are about 30% of the entire table. Is it worth creating a partition on the isActive column to "split" the data or adding a filter on the main indexes should be enough?Thanks,Pedro

Viewing all articles
Browse latest Browse all 6525

Trending Articles