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
↧