github.com/matrixorigin/matrixone@v1.2.0/pkg/frontend/test/system_vars_config.toml (about)

     1  
     2  #	Comment:	root name
     3  	rootname = "root"
     4  
     5  #	Comment:	root password
     6  	rootpassword = ""
     7  
     8  #	Comment:	dump user name
     9  	dumpuser = "dump"
    10  
    11  #	Comment:	dump user password
    12  	dumppassword = "111"
    13  
    14  #	Comment:	dump database name
    15  	dumpdatabase = "default"
    16  
    17  #	Comment:	port defines which port the mo-server listens on and clients connect to
    18  	port = 6001
    19  
    20  #	Comment:	listening ip
    21  	host = "0.0.0.0"
    22  
    23  #	Comment:	host mmu limitation. default: 1 << 40 = 1099511627776
    24  	hostMmuLimitation = 1099511627776
    25  
    26  #	Comment:	guest mmu limitation. default: 1 << 40 = 1099511627776
    27  	guestMmuLimitation = 1099511627776
    28  
    29  #	Comment:	mempool maxsize. default: 1 << 40 = 1099511627776
    30  	mempoolMaxSize = 1099511627776
    31  
    32  #	Comment:	mempool factor. default: 8
    33  	mempoolFactor = 8
    34  
    35  #	Comment:	process.Limitation.Size. default: 10 << 32 = 42949672960
    36  	processLimitationSize = 42949672960
    37  
    38  #	Comment:	process.Limitation.BatchRows. default: 10 << 32 = 42949672960
    39  	processLimitationBatchRows = 42949672960
    40  
    41  #	Comment:	process.Limitation.BatchSize. default: 0
    42  	processLimitationBatchSize = 0
    43  
    44  #	Comment:	process.Limitation.PartitionRows. default: 10 << 32 = 42949672960
    45  	processLimitationPartitionRows = 42949672960
    46  
    47  #	Comment:	the root directory of the storage and matrixcube's data. The actual dir is cubeDirPrefix + nodeID
    48  	storePath = "./store"
    49  
    50  #	Comment:	the length of query printed into console. -1, complete string. 0, empty string. >0 , length of characters at the header of the string.
    51  	lengthOfQueryPrinted = 50
    52  
    53  #	Comment:	the count of rows in vector of batch in load data
    54  	batchSizeInLoadData = 10
    55  
    56  #	Comment:	default is 16. The count of go routine writing batch into the storage.
    57  	loadDataConcurrencyCount = 1
    58  
    59  #	Comment:	KB. When the number of bytes in the outbuffer exceeds the it,the outbuffer will be flushed.
    60  	maxBytesInOutbufToFlush = 1024
    61  
    62  #	Comment:	default is 300MB. The max entries bytes for the write batch in the cube.
    63  	cubeMaxEntriesBytes = 314572800