Documentation ¶
Index ¶
- func NewCustomizedMetaOptions(dir string, cst CacheSizeType, blockRows uint32, blockCnt uint16, ...) *options.Options
- func NewOptions(dir string, cst CacheSizeType, bst BlockSizeType, sst SegmentSizeType) *options.Options
- func WithLongScanAndCKPOpts(in *options.Options) (opts *options.Options)
- func WithOpts(in *options.Options, factor float64) (opts *options.Options)
- func WithQuickScanAndCKPAndGCOpts(in *options.Options) (opts *options.Options)
- func WithQuickScanAndCKPOpts(in *options.Options) (opts *options.Options)
- func WithQuickScanAndCKPOpts2(in *options.Options, factor int) (opts *options.Options)
- type BlockSizeType
- type CacheSizeType
- type SegmentSizeType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewOptions ¶
func NewOptions(dir string, cst CacheSizeType, bst BlockSizeType, sst SegmentSizeType) *options.Options
func WithLongScanAndCKPOpts ¶
func WithQuickScanAndCKPAndGCOpts ¶ added in v0.7.0
func WithQuickScanAndCKPOpts ¶
Types ¶
type BlockSizeType ¶
type BlockSizeType uint8
const ( BST_None BlockSizeType = iota BST_S BST_M BST_L )
type SegmentSizeType ¶
type SegmentSizeType uint8
const ( SST_None SegmentSizeType = iota SST_S SST_M SST_L )
Click to show internal directories.
Click to hide internal directories.