We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using the chaos_all_columns tables, collecting about 100,000 rows, there is a significant surge in memory usage by tailpipe.
chaos_all_columns
partition config:
partition "chaos_all_columns" "high_row_count" { source "chaos_all_columns" { row_count = 100000 } }
Observations:
rows converted
Investigate why the surge happens and also why chaos uses more mem than other plugins. Is it because of how the plugin is designed?
The text was updated successfully, but these errors were encountered:
pskrbasu
No branches or pull requests
When using the
chaos_all_columns
tables, collecting about 100,000 rows, there is a significant surge in memory usage by tailpipe.partition config:
Observations:
rows converted
.Investigate why the surge happens and also why chaos uses more mem than other plugins. Is it because of how the plugin is designed?
The text was updated successfully, but these errors were encountered: