We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e652b8a + e2dc3b7 commit cd867d0Copy full SHA for cd867d0
pkg/sql/opt/memo/statistics_builder.go
@@ -56,10 +56,6 @@ const (
56
// for nullable columns, which is used in the absence of any real statistics.
57
UnknownNullCountRatio = 0.01
58
59
- // UnknownAvgRowSize is the average size of a row in bytes, which is used in
60
- // the absence of any real statistics.
61
- UnknownAvgRowSize = 8
62
-
63
// Use a small row count for generator functions; this allows use of lookup
64
// join in cases like using json_array_elements with a small constant array.
65
unknownGeneratorRowCount = 10
0 commit comments