Hi everyone,
I am currently evaluating visidata / vdsql to browse a duckdb database, that I load directly with vdsql db.duckdb
By default only 500 rows are loaded from a table, and table wise operations (sort, search, filtering) only apply to those 500 rows.
I’d have expected that such operations apply to the whole dataset, even if only 500 results are displayed.
I cannot find any settings to work with the whole dataset nor any discussion related to this behaviour.
Am I missing something?
Thanks a lot for your help