Slow list transactionsIssue Users facing excessive transaction response time when trying to load an unfiltered list of a large table. For example viewing '/cmdb_ci_list.do' with a 'cmdb_ci' row count of ~14 million.CauseViewing a list without filter conditions goes against best practice and can cause performance issues as there are few query optimisation & indexing opportunities.ResolutionUsers should either be applying customised filters to a list or using customer created standardised filters to reduce the result set and provide better indexing options.The best filters to add are 'Active is True' if querying for active records, or filtering on a specific date/time range by using Created On (sys_created_on) as this is usually indexed. Creating separate modules for standardised list filters can be done using the below documentation: https://docs.servicenow.com/csh?topicname=t_CreateAModule.html&version=latest If the query is still not performing well and there are no better indexes available then please raise a case with Customer Support via HI for the query to be analysed.