Skip to content

Display number of flushed entries #341

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
pepyakin opened this issue May 13, 2025 · 0 comments · Fixed by #697
Closed

Display number of flushed entries #341

pepyakin opened this issue May 13, 2025 · 0 comments · Fixed by #697
Labels
good first issue Good for newcomers

Comments

@pepyakin
Copy link
Contributor

We want to enable the constraint authors to see the costs of a particular constraint system / table. A big factor influencing the cost of proving is flushes. Flush is some sort of rule that is attached to a table. That rule requires putting a subset of columns into the channel.

The number of flushes per table multiplied by the table capacity should estimate the prover cost sufficiently.

Now some details that might be helpful:

  1. The flushes are stored per TablePartition.
  2. The number of flushes per row might be greater than one due to multiplicity.
  3. The way we report the costs is via the TableStat struct.

Feel free to ask questions here or reach out @pepyakin on telegram.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant