-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments on lazy #465
Comments
Is what's in https://duckdb.org/2024/04/02/duckplyr.html#eager-vs-lazy-materialization still valid regarding laziness? Hasn't the default of lazy changed over time? (or are there two levels of laziness 🤪 ) Also note that https://duckplyr.tidyverse.org/dev/articles/developers.html#eager-and-lazy-modes has good content |
A table of lazy vs eager might make sense.
|
If a vignette is created it should include a full example of |
In the reference there's a single section https://duckplyr.tidyverse.org/dev/reference/index.html#connecting-copying-and-retrieving-data Why not split it into a section with functions for lazy frames, whose title would contain "lazy" and "materialization" (collect, compute*) and other functions (pull and explain). |
Thanks. I now think this should be a vignette. The creation of the vignette is tracked in #207, below are my clarifications.
|
Could you help me fix it? I think a table would help. |
@krlmlr
read_parquet_duckdb()
has an argument calledlazy
whereasduckdb_tibble()
's similar argument is called.lazy
.collect()
before the fallback? I think this could be clearer in the docs.The text was updated successfully, but these errors were encountered: