Skip to content
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

make sample a "smart" command #2524

Closed
jqnatividad opened this issue Feb 14, 2025 · 0 comments · Fixed by #2529
Closed

make sample a "smart" command #2524

jqnatividad opened this issue Feb 14, 2025 · 0 comments · Fixed by #2529
Labels
enhancement New feature or request. Once marked with this label, its in the backlog.

Comments

@jqnatividad
Copy link
Collaborator

jqnatividad commented Feb 14, 2025

So it will use the stats cache to inform the various sampling strategies, e.g.:

  • allow percentage sampling even if a file has no index
  • allow cluster sampling of top/bottom N clusters
  • allow stratified sampling of top/bottom N strata
  • readily get the max weight for weighted sampling, skipping the need for the first pass to get the max weight.
  • etc.
@jqnatividad jqnatividad added the enhancement New feature or request. Once marked with this label, its in the backlog. label Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request. Once marked with this label, its in the backlog.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant