Discussion about this post

User's avatar
Matt Martin's avatar

Also a few other things to note:

1. The CLI is self-contained meaning no dependencies needed to be installed. It makes the process clean and easy

2. You mentioned timing commands. Simply run this dot command in the cli and then it will start providing execution times:

.timer on

Matt Martin's avatar

Good stuff. As an fyi with the duck, if you are exporting to parquet, you no longer need to specify the format arg afterwards e.g. this just works:

Copy v_orders to ‘data.parquet’

Only time you’d have to put in additional args is if you want to specify row group thresholds

3 more comments...

No posts

Ready for more?