warmup

package
v0.39.0 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2026 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DB added in v0.8.0

func DB(entry *warmupEntry) (*sql.DB, error)

func FilterCacheViews

func FilterCacheViews(views []*view.View) []*view.View

func PopulateCache

func PopulateCache(views []*view.View) (int, error)

Types

type EntryResult added in v0.39.0

type EntryResult struct {
	View          string
	Column        string
	Params        string
	WarmupKey     string
	MarkerKey     string
	FieldNames    string
	Elapsed       string
	TimeTaken     time.Duration
	GroupsWritten int
	Error         string `json:",omitempty"`
}

type Result added in v0.39.0

type Result struct {
	GroupsWritten int
	Entries       []*EntryResult
}

func PopulateCacheWithDetails added in v0.39.0

func PopulateCacheWithDetails(views []*view.View) (*Result, error)

func PopulateCacheWithDetailsContext added in v0.39.0

func PopulateCacheWithDetailsContext(ctx context.Context, views []*view.View) (*Result, error)

Jump to

Keyboard shortcuts

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