Documentation ¶
Index ¶
Constants ¶
View Source
const (
SplitRetryTimes = 8
)
Variables ¶
This section is empty.
Functions ¶
func NewLocalBackend ¶
func NewLocalBackend( ctx context.Context, tls *common.TLS, pdAddr string, cfg *config.TikvImporter, enableCheckpoint bool, g glue.Glue, maxOpenFiles int, ) (backend.Backend, error)
NewLocalBackend creates new connections to tikv.
func VerifyRLimit ¶
VerifyRLimit checks whether the open-file limit is large enough. In Local-backend, we need to read and write a lot of L0 SST files, so we need to check system max open files limit.
Types ¶
type Range ¶
type Range struct {
// contains filtered or unexported fields
}
Range record start and end key for localStoreDir.DB so we can write it to tikv in streaming
type RangePropertiesCollector ¶
type RangePropertiesCollector struct {
// contains filtered or unexported fields
}
func (*RangePropertiesCollector) Add ¶
func (c *RangePropertiesCollector) Add(key pebble.InternalKey, value []byte) error
implement `pebble.TablePropertyCollector` implement `TablePropertyCollector.Add`
func (*RangePropertiesCollector) Finish ¶
func (c *RangePropertiesCollector) Finish(userProps map[string]string) error
func (*RangePropertiesCollector) Name ¶
func (c *RangePropertiesCollector) Name() string
The name of the property collector.
type Writer ¶
func (*Writer) AppendRows ¶
Click to show internal directories.
Click to hide internal directories.