Bifrost Document

Version 1.6.x

Bifrost ---- A heterogeneous middleware which can synchronize MySQL binlog data To Redis,MongoDB,ClickHouse...

Stroage

File queues are managed on a per synchronization configuration basis

$DataDir/filequeue/$dbName/$SchemaName/$TableName/$ToServerID

$DataDir : Bifrost.ini 配置中的 data_dir 路径

$dbName : DataSource Name

$SchemaName : SchemaName

$TableName : TableName

$ToServerID : ToServerID,it is Auto increment ID By Bifrost

在文件队列存储目录下,还会自动生成一个tmp目录 (这里为什么要加 tmp 结尾来创建,是因为 在实际 测试中centos7 go1.14.2 版本中数字结尾的目录,最后一层个位数字名字目录,可能是不会被创建的, 这里tmp目录 ,并没有其他存储意义)

In the file queue storage directory, a TMP directory will also be automatically generated (why add the end of TMP here to create, because in the actual test, the directory with the end of the number in centos7 go1.14.2, and the directory with the digit name of the last layer may not be created. Here, the TMP directory has no other storage significance.)

File

16MB a file

The file name is automatically incremented from 0

0.list

1.list

2.list

Last updated on 1 Nov 2020
Published on 1 Nov 2020
Edit on GitHub