Replies: 2 comments 10 replies
-
@phdjsep Thanks for checking out the package! Database validation was actually the original use case for the package (for personally querying analytics data on Redshift). The queries that pointblank generates are pretty simple and run entirely on the database side (and very little data is collected back on the client side). The queries are translated/generated by dbplyr and there are even some variants (for certain functions, like If you do run tests on a 4B row table, I definitely wouldn't mind hearing about the timings you get! |
Beta Was this translation helpful? Give feedback.
-
here is a MWE with a public db that I just updated
|
Beta Was this translation helpful? Give feedback.
-
Hello! 👋
I'm really inspired by what I'm seeing with
pointblank
and I really appreciate all the documentation and videos surrounding it. I have a question on ifpointblank
can be used on large datasets in a cloud database (ex, Redshift)? The documentation and videos I've come across are all on smaller datasets (understandably), but couldpointblank
run on a table with four billion rows? Not sure I understand how it's working under the hood so any insight on scenarios like the above would be appreciated. 🙏Beta Was this translation helpful? Give feedback.
All reactions