6 ms·
We wrote a breadth first algorithm to handle the second problem you're describing. I'm curious to hear your thought on it: https://wundergraph.com/blog/dataload
by jensneuse 2y ago
We wrote a breadth first algorithm to handle the second problem you're describing. I'm curious to hear your thought on it: https://wundergraph.com/blog/dataloader_3_0_breadth_first_data_loading https://wundergraph.com/blog/dataloader_3_0_breadth_first_da...
- bassp 2y agoThat's really clever! Kudos. I'm gonna set aside some time this week to dive into the implementation