feat: deregister table for MemoryCatalogManager (#620)

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
Ruihang Xia
2022-11-24 09:36:27 +08:00
committed by GitHub
parent c09775d17f
commit 7b37e99a45
12 changed files with 162 additions and 47 deletions

View File

@@ -5,6 +5,7 @@ wal_dir = '/tmp/greptimedb/wal'
rpc_runtime_size = 8
mysql_addr = '127.0.0.1:4406'
mysql_runtime_size = 4
enable_memory_catalog = false
[storage]
type = 'File'