Re: [DISCUSS][Rust][DataFusion] Introduce memory manager for query execution

2021-11-12 Thread Andrew Lamb
Thank you for doing this Yijie, I encourage everyone else to have a look too -- there are some great ideas in both the document and the PR Andrew On Fri, Nov 12, 2021 at 4:49 AM Yijie Shen wrote: > Hi, > > I propose adding memory management capabilities to DataFusion, expanding > the scale o

[DISCUSS][Rust][DataFusion] Introduce memory manager for query execution

2021-11-12 Thread Yijie Shen
Hi, I propose adding memory management capabilities to DataFusion, expanding the scale of data it can handle, and increasing its applicable scenarios. Here's the design doc [1] available for comments, and an experimental PR [2] illustrates the usage of the proposed API through an ExternalSorter e