Versions in this module Expand all Collapse all v0 v0.4.0 May 5, 2022 Changes in this version + const DefaultBlockMaxRows + const DefaultBlockWriters + const DefaultBlocksPerSegment + const DefaultCleanInterval + const DefaultIndexCacheSize + const DefaultMTCacheSize + const DefaultSSTCacheSize + const DefaultSegmentWriters + const DefaultStatelessWorkers + type CacheCfg struct + DataCapacity uint64 + IndexCapacity uint64 + InsertCapacity uint64 + type IterOptions struct + All bool + ColIdxes []int + SegmentIds []uint64 + TableID uint64 + TableName string + type MetaCfg struct + BlockMaxRows uint64 + SegmentMaxBlocks uint64 + type MetaCleanerCfg struct + Interval time.Duration + type Options struct + CacheCfg *CacheCfg + EventListener event.Listener + GC struct{ ... } + Meta struct{ ... } + MetaCleanerCfg *MetaCleanerCfg + Mu sync.RWMutex + Scheduler iface.DBScheduler + SchedulerCfg *SchedulerCfg + Wal wal.ShardAwareWal + WalRole wal.Role + func (o *Options) CreateCatalog(dirname string) (*metadata.Catalog, error) + func (o *Options) FillDefaults(dirname string) *Options + type SchedulerCfg struct + BlockWriters uint16 + SegmentWriters uint16 + StatelessWorkers uint16