On Wed, Mar 05, 2025 at 08:54:35PM -0500, Corey Huinker wrote: > * The stats data is kinda heavy (most common value lists, most common > elements lists, esp for high stattargets), which would be a considerable > memory impact and some of those stats might not even be needed (example, > index stats for a table that is filtered out)
Understood. Looking closer, I can see why that's a concern in this case. You'd need 128 bytes just for the schema and table name. -- nathan