mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-26 18:00:41 +00:00
feat: introduce file table engine (#1323)
* feat: introduce file table engine * chore: apply cr suggestions * refactor: refactor immutable manifest * chore: apply cr suggestions * refactor: refactor immutable manifest * chore: apply suggestions from code review Co-authored-by: dennis zhuang <killme2008@gmail.com> * chore: apply suggestions from CR * chore: apply suggestions from code review Co-authored-by: Lei, HUANG <6406592+v0y4g3r@users.noreply.github.com> --------- Co-authored-by: dennis zhuang <killme2008@gmail.com> Co-authored-by: Lei, HUANG <6406592+v0y4g3r@users.noreply.github.com>
This commit is contained in:
@@ -27,3 +27,4 @@ pub const SYSTEM_CATALOG_TABLE_ID: u32 = 0;
|
||||
pub const SCRIPTS_TABLE_ID: u32 = 1;
|
||||
|
||||
pub const MITO_ENGINE: &str = "mito";
|
||||
pub const IMMUTABLE_FILE_ENGINE: &str = "file";
|
||||
|
||||
Reference in New Issue
Block a user