Versions in this module Expand all Collapse all v0 v0.0.2 Feb 5, 2024 v0.0.1 Jan 23, 2024 Changes in this version + const BestScanStartHour + const DaysToDeleteOldTable + const DropTableSqlFormat + const OldTableSqlFormat + const ScanTableInterval + const ShowStablesSql + func StartScanTables(pool *ConnPool) + type ConnPool struct + ConnCount int32 + PrepareSQL string + TaosServer config.TaosConfig + func CreateConnPool(taosServer config.TaosConfig) *ConnPool + func (p *ConnPool) GetConn() (*af.Connector, error) + func (p *ConnPool) PutConn(conn *af.Connector) + func (p *ConnPool) SchemalessWrite(payload string) error