FirebirdSQL / firebird

Firebird server, client and tools
https://www.firebirdsql.org/
1.19k stars 204 forks source link

Let optimizer automatically update empty index statistics for relatively small system tables #8057

Closed hvlad closed 1 month ago

hvlad commented 1 month ago

This is experimental change. It should allow to get correct execution plan for system queries when index statistics is empty, for example at the restore. Also, it fix the QA test for CORE-5602 (#5868) that start to fail after the #8030.