-
Notifications
You must be signed in to change notification settings - Fork 50
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/codec/test/RowReaderV1Test.cpp
Outdated
@@ -71,7 +71,7 @@ TEST(RowReaderV1, headerInfo) { | |||
|
|||
// Empty row, return illegal schema version | |||
SchemaWriter schema5; | |||
auto reader2 = RowReader::getRowReader(&schema5, | |||
auto reader2 = RowReaderWrapper::getRowReader(&schema5, | |||
folly::StringPiece("")); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alignment ?
namespace nebula { | ||
namespace storage { | ||
|
||
void RebuildEdgeIndexProcessor::process(const cpp2::RebuildIndexRequest& req) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file have replaced by RebuildEdgeIndexTask?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, add by mistake, fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great Work~
Better to review by each commit, some modification is scattered among lots of files.
Some major improvement:
The Benchmark will retrieve 1 tag and 1000 edges, almost the same as vesoft-inc/nebula#2305
After these tuning, the benchmark of 2.0 has ~20% improvement than 1.0.