apple / apple/foundationdb

Evaluate performance impact of debugTransaction()

Open
#2,647 1 comment 1 reaction 1 assignee Claimed by @negoyal View on GitHub
Dominant language
C++
Stars
16.7k
Forks
1.6k
Avg merge
1d 20h
Merged PRs (30d)
126

Description

There's a way to tag certain transactions as debug transactions and have the system track the lifetime of that transaction. This collects fine grained information about the tagged transaction and writes it to the trace file. This is very useful to debug correctness and performance issues and can possibly be a building block to provide better visibility into the database.

We need to evaluate the performance impact of enabling this for all transactions and see if it's a viable option. Evaluate the impact with and without writing it to a file.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.