This is an automated email from the ASF dual-hosted git repository.
hulk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new cfb46f7 Remove content that is prone to ambiguity. (#180)
cfb46f7 is described below
commit cfb46f7307ff3b955b1ed2867965190c736e887c
Author: 纪华裕 <[email protected]>
AuthorDate: Wed Dec 20 19:56:39 2023 +0800
Remove content that is prone to ambiguity. (#180)
---
community/data-structure-on-rocksdb.md | 5 -----
1 file changed, 5 deletions(-)
diff --git a/community/data-structure-on-rocksdb.md
b/community/data-structure-on-rocksdb.md
index 44a6460..841a97d 100644
--- a/community/data-structure-on-rocksdb.md
+++ b/community/data-structure-on-rocksdb.md
@@ -104,11 +104,6 @@ We store the hash keys/values into a single key-value,
assume we store millions
:::
-:::note What can we do if the user key is conflicted with the composed key?
-
-We store the metadata key and composed key in different column families, so it
wouldn't happen.
-
-:::
## Set