cost

package
v1.1.0-beta.0...-0374ae2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// SelectionFactor is the default factor of the selectivity.
	// For example, If we have no idea how to estimate the selectivity
	// of a Selection or a JoinCondition, we can use this default value.
	SelectionFactor = 0.8

	DistinctFactor = 0.8
)

******************************* Factors *******************************

View Source
const (
	// SmallScanThreshold means: If the actual row count is much more
	// than the limit count, the unordered scan may cost much more than keep order.
	// So when a limit exists, we don't apply the DescScanFactor.
	SmallScanThreshold = 10000
)

// ******************************* Thresholds *******************************

Variables

AggFuncFactor is the basic factor for aggregation.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL