提交 a9fccb1b 编写于 作者: H Hongze Cheng

refact

上级 556a46f9
......@@ -48,27 +48,32 @@ void vnodeOptionsClear(SVnodeOptions *);
struct SVnodeOptions {
/**
* @brief write buffer size in BYTES
*
*/
uint64_t wsize;
/**
* @brief time to live of tables in this vnode
* in SECONDS
*
*/
uint32_t ttl;
/**
* @brief if time-series requests eventual consistency
*
*/
bool isWeak;
/**
* @brief TSDB options
*
*/
STsdbOptions tsdbOptions;
/**
* @brief META operations
* @brief META options
*
*/
SMetaOptions metaOptions;
// STqOptions tqOptions; // TODO
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册