You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also in hash partitioned tables yb::docdb::(anonymous namespace)::FilteringIterator::FetchTuple is called from yb::docdb::PgsqlReadOperation::ExecuteBatchKeys where as in colocated it is called from yb::docdb::(anonymous namespace)::FetchTableRow
Perf flamegraph for updating 1M rows on hash partitioned tables
hnode2.svg
Perf flamegraph for updating 1M rows on colocated tables
node2.svg
Issue Type
kind/bug
Warning: Please confirm that this issue does not contain any sensitive information
I confirm this issue does not contain any sensitive information.
The text was updated successfully, but these errors were encountered:
Jira Link: DB-13948
Description
Below are some of high level observation post comparing the flamegraphs for updating 1M rows from hash and colocated tables:
yb::docdb::DocRowwiseIteratorBase::GetTableTombstoneTime
yb::docdb::DocRowwiseIterator::FetchNextImpl<yb::dockv::PgTableRow*>
yb::docdb::(anonymous namespace)::FilteringIterator::FetchTuple
is called fromyb::docdb::PgsqlReadOperation::ExecuteBatchKeys
where as in colocated it is called fromyb::docdb::(anonymous namespace)::FetchTableRow
Perf flamegraph for updating 1M rows on hash partitioned tables
hnode2.svg
Perf flamegraph for updating 1M rows on colocated tables
node2.svg
Issue Type
kind/bug
Warning: Please confirm that this issue does not contain any sensitive information
The text was updated successfully, but these errors were encountered: