Weny Xu
|
fb8d0c6ce5
|
refactor: unify the KvBackend (#2684)
* refactor: unify the KvBackend
* refactor: rename kv_store to kv_backend
* chore: apply suggestions from CR
* refactor: rename kv_store to kv_backend
* refactor: rename KvStoreConfig to KvBackendConfig
|
2023-11-03 02:46:43 +00:00 |
|
ZhangJian He
|
d9e7b898a3
|
feat: add walconfig dir back (#2606)
Signed-off-by: ZhangJian He <shoothzj@gmail.com>
|
2023-10-16 11:26:06 +00:00 |
|
Baasit
|
19f300fc5a
|
feat: renaming kv directory to metadata (#2549)
* fix: renamed kv directory to metadata directory
* fix: changed function name
* fix: changed function name
|
2023-10-09 11:43:17 +00:00 |
|
Zhenchi
|
201acd152d
|
fix: missing file engine with default options (#2519)
Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
|
2023-09-28 10:25:12 +00:00 |
|
Weny Xu
|
f386329e29
|
refactor: introduce DdlTaskExecutor and refactor statement executor (#2341)
* feat: add kv store option
* refactor: refactor statement executor
* refactor: refactor standalone table creator
* chore: apply suggestions from CR
* chore: apply suggestions from CR
* refactor: move ShowCreateTable and CreateDatabase to StatementExecutor
* fix: fix RegionDistribution
* feat: build standalone
* chore: apply suggestions from CR
* chore: apply suggestions from CR
* chore: apply suggestions from CR
|
2023-09-12 07:57:15 -05:00 |
|
Ruihang Xia
|
f71aa373c1
|
feat: start datanode with config (#2312)
* remove memory-catalog and procedure
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* derive serde for MitoConfig
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* start datanode with configs
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* remove dir in WalConfig
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* add rename field attr
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* add stupid duplicated mito config
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* remove wrong import
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* wired compile error
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-09-12 07:57:15 -05:00 |
|