Does materialize require the dataset to be loaded into memory? #438
Unanswered
davidfstein
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Currently, yes, unfortunately. To unblock your use case, you'd need to patch |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a large dataset, ~30 million x ~500. I would like to stream this data from the disk in batches, but I'm wondering if materialize is compatible with this? Does materialize load the entire data into memory to compute column statistics?
Beta Was this translation helpful? Give feedback.
All reactions