Skip to content

Listener minmax userkey#227

Open
yapple wants to merge 6 commits intobytedance:dev.1.4from
yapple:listener-minmax-userkey
Open

Listener minmax userkey#227
yapple wants to merge 6 commits intobytedance:dev.1.4from
yapple:listener-minmax-userkey

Conversation

@yapple
Copy link
Copy Markdown
Collaborator

@yapple yapple commented Mar 21, 2022

No description provided.

@yapple yapple force-pushed the listener-minmax-userkey branch from 635900c to 4b8a99a Compare March 21, 2022 07:12
Comment thread db/db_impl.cc Outdated
return filename_;
}

std::pair<std::string, std::string> fileRange() const override {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

std::pair<Slice, Slice> boundaries() const override {

Comment thread db/db_impl_compaction_flush.cc Outdated
auto fn = TableFileName(c->immutable_cf_options()->cf_paths,
fmd->fd.GetNumber(), fmd->fd.GetPathId());
info.input_files.push_back(fn);
info.input_files_boundries_user_key.push_back(
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

boundaries ?

int output_level;
// the names of the compaction input files.
std::vector<std::string> input_files;
std::vector<std::pair<Slice,Slice> input_boundries;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

boundaries ,拼写错误?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants