mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-16 18:22:55 +00:00
chore!: change logstore namespace prefix (#1998)
* chore: change logstore namespace prefix * chore: change delimiter
This commit is contained in:
@@ -33,7 +33,7 @@ use crate::error::{
|
||||
};
|
||||
use crate::raft_engine::protos::logstore::{EntryImpl, NamespaceImpl as Namespace};
|
||||
|
||||
const NAMESPACE_PREFIX: &str = "__sys_namespace_";
|
||||
const NAMESPACE_PREFIX: &str = "$sys/";
|
||||
const SYSTEM_NAMESPACE: u64 = 0;
|
||||
|
||||
pub struct RaftEngineLogStore {
|
||||
|
||||
Reference in New Issue
Block a user