package
0.8.12
Repository: https://github.com/xsec-lab/go-mysql-server.git
Documentation: pkg.go.dev

# Functions

NewDriver returns a new instance of pilosa.Driver which satisfies sql.IndexDriver interface.

# Constants

ConfigFileName is the extension of an index config file.
DriverID the unique name of the pilosa driver.
FieldNamePrefix the pilosa's field prefix.
IndexNamePrefix the pilosa's indexes prefix.
MappingFileNameExtension is the extension in mapping file <prefix>-<mappingKey><extension>.
MappingFileNamePrefix is the prefix in mapping file <prefix>-<mappingKey><extension>.
ProcessingFileName is the extension of the lock/processing index file.

# Variables

BitmapHistogram describes a metric that takes repeated observations of the total time to store values in bitmaps.
MappingHistogram describes a metric that takes repeated observations of the total time to map values.
RowsGauge describes a metric that takes number of indexes rows over time.
TotalHistogram describes a metric that takes repeated observations of the total time to index values.

# Structs

No description provided by the author