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

Add capability to sample source datasets by percent or rowcount to increase speed of testing #190

Open
d33bs opened this issue Apr 16, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@d33bs
Copy link
Member

d33bs commented Apr 16, 2024

When making adjustments to CytoTable configuration alongside a source dataset it can take a large amount of time to process the data only to find the configuration fails for a reason that might be quickly detected using a smaller portion of the source dataset (for instance, using 1% of the data from the source). This issue describes a feature where one would be able to limit the data used by CytoTable using, for example the SAMPLE feature from DuckDB. This could be used to limit the data extracted to a smaller amount.

@d33bs d33bs added the enhancement New feature or request label Apr 16, 2024
@d33bs d33bs moved this from Todo to In Progress in No image left behind Dec 9, 2024
@d33bs
Copy link
Member Author

d33bs commented Dec 12, 2024

Experienced potential issue with implementation and raised this with DuckDB for better understanding: duckdb/duckdb#15302

@d33bs d33bs moved this from In Progress to Paused in No image left behind Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant