Skip to content

Commit

Permalink
Update dbms/src/Storages/Page/PageDefines.h
Browse files Browse the repository at this point in the history
  • Loading branch information
lidezhu authored May 7, 2022
1 parent 25d6161 commit edde754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Storages/Page/PageDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static constexpr UInt64 MAX_PERSISTED_LOG_FILES = 4;
using NamespaceId = UInt64;
static constexpr NamespaceId MAX_NAMESPACE_ID = UINT64_MAX;
// KVStore stores it's data individually, so the actual `ns_id` value doesn't matter(just different from `MAX_NAMESPACE_ID` is enough)
static constexpr NamespaceId KVSTORE_NAMESPACE_ID = 20000;
static constexpr NamespaceId KVSTORE_NAMESPACE_ID = 1000000UL;
// just a random namespace id for test, the value doesn't matter
static constexpr NamespaceId TEST_NAMESPACE_ID = 1000;

Expand Down

0 comments on commit edde754

Please sign in to comment.