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

refact

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