The document discusses cardinality estimation (CE) improvements in SQL Server 2014. CE is used to estimate the number of rows returned by query predicates and joins. The new CE in SQL 2014 improves on handling multi-column predicates using an exponential back-off algorithm, fixes issues with ascending key columns, and allows troubleshooting through extended events. The changes should improve query performance but may also cause regressions. Administrators are advised to test workloads thoroughly with the new CE enabled.