提交 556a46f9 编写于 作者: H Hongze Cheng

refact

上级 21110e4a
......@@ -46,8 +46,30 @@ void vnodeOptionsClear(SVnodeOptions *);
/* ------------------------ STRUCT DEFINITIONS ------------------------ */
struct SVnodeOptions {
size_t wsize;
/**
* @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
*/
SMetaOptions metaOptions;
// STqOptions tqOptions; // TODO
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册