Run qsv validate before qsv count?
#2549
-
|
In the docs for |
Beta Was this translation helpful? Give feedback.
Answered by
jqnatividad
Feb 22, 2025
Replies: 1 comment 9 replies
-
|
Yes. Before you Doing so enables:
|
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actually, if you're doing
stats --typesonly, you can skip thecountand theindexaltogether as the latest qsv also adds "dataset stats" to the--typesonlyoutput - (qsv__rowcount,qsv__columncount,qsv_filesize_bytesandqsv_fingerprint_hash).You may want to consider setting the env_var
QSV_AUTOINDEX_SIZEthough. It will automatically create an index if the size of the input file is more than the specified size (in bytes).