The previous wording used MVF to indicate the Most Common Values'
Frequencies, but the abbreviation was never explained or defined.
Reword to mcv_freqs to make the use clearer.
Also add MCF and MCV as acronyms as they were using
markup but were missing from the acronyms page.
Reported-by: Eric Mutta
Reviewed-by: Tom Lane
Discussion: https://postgr.es/m/166112292492.654.5377188452604176150@wrigleys.postgresql.org
+
+
+ Most Common Frequency, that is the frequency associated with some
+ Most Common Value
+
+
+
+
+
+
+ Most Common Value, one of the values appearing most often within a
+ particular table column
+
+
+
+
-selectivity = (1 - sum(mvf))/(num_distinct - num_mcv)
+selectivity = (1 - sum(mcv_freqs))/(num_distinct - num_mcv)
= (1 - (0.00333333 + 0.003 + 0.003 + 0.003 + 0.003 + 0.003 +
0.003 + 0.003 + 0.003 + 0.003))/(676 - 10)
= 0.0014559