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 6 replies
-
Yes. Before you Doing so enables:
|
Beta Was this translation helpful? Give feedback.
6 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 thecount
and theindex
altogether as the latest qsv also adds "dataset stats" to the--typesonly
output - (qsv__rowcount
,qsv__columncount
,qsv_filesize_bytes
andqsv_fingerprint_hash
).You may want to consider setting the env_var
QSV_AUTOINDEX_SIZE
though. It will automatically create an index if the size of the input file is more than the specified size (in bytes).