modellerUpdated 2026-05-15

Source Statistics

What this covers

The Source Statistics panel shows table and column profiling data collected from model sources. Tessallite uses these statistics to explain data shape, identify low-cardinality dimensions, and feed optimiser decisions for aggregates and query routing.

This page is for the Source Statistics drawer, not predictive aggregates. Predictive aggregates are recommendations; source statistics are the measured facts those recommendations can use.

What the panel shows

AreaMeaning
Source selectorChooses the model source whose table statistics are displayed.
RecomputeRuns the profiler again for the selected source.
Table rows and bytesApproximate size signals used for modelling and optimisation decisions.
Column null rateShare of profiled rows where the column is null.
Distinct valuesCardinality estimate for filtering, grouping, and aggregate grain choices.
Refresh cadenceHow often Tessallite should consider statistics stale for that table.

Recompute options

How to read the output

High distinct counts are useful for identifiers but usually poor aggregate grains. Low distinct counts are often good dimension candidates, especially for status, channel, geography, product family, and calendar attributes.

A high null percentage does not automatically make a column unusable. It means analysts need to understand whether null is meaningful, missing, or caused by incomplete source modelling.

Related