We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5ea08 commit 1b6ea51Copy full SHA for 1b6ea51
ydb/core/tx/columnshard/columnshard_impl.cpp
@@ -1232,6 +1232,7 @@ class TAccessorsParsingTask: public NConveyor::ITask {
1232
std::vector<TPortionConstructorV2> Portions;
1233
1234
virtual void DoExecute(const std::shared_ptr<ITask>& /*taskPtr*/) override {
1235
+ TMemoryProfileGuard mpg("TAccessorsParsingTask::Execute");
1236
std::vector<std::shared_ptr<NOlap::TPortionDataAccessor>> accessors;
1237
accessors.reserve(Portions.size());
1238
for (auto&& i : Portions) {
0 commit comments