提交 9d6e8b3f 编写于 作者: dengyihao's avatar dengyihao

change write opt

上级 b640a033
......@@ -362,7 +362,7 @@ int streamInitBackend(SStreamState* pState, char* path) {
// create the DB if it's not already present
rocksdb_options_set_create_if_missing(opts, 1);
rocksdb_options_set_create_missing_column_families(opts, 1);
rocksdb_options_set_write_buffer_size(opts, 16 << 20);
rocksdb_options_set_write_buffer_size(opts, 128 << 20);
char* err = NULL;
int cfLen = sizeof(ginitDict) / sizeof(ginitDict[0]);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册