摘要: Slice 实现在slice.cc class LEVELDB_EXPORT Slice { ... void clear() { data_ = ""; size_ = 0; } void remove_prefix(size_t n) { assert(n <= size()); data_ + 阅读全文
posted @ 2023-03-23 13:59 gatsby123 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 优缺点 This is not a SQL database. It does not have a relational data model, it does not support SQL queries, and it has no support for indexes. Only a s 阅读全文
posted @ 2023-03-23 13:57 gatsby123 阅读(62) 评论(0) 推荐(0) 编辑