jiangzhx commented on issue #7429: URL: https://github.com/apache/arrow-datafusion/issues/7429#issuecomment-1696885515
It's not a good idea to load all data into memory. it's only save some disk I/O time. about "safely lock", you could consider creating two mem_tables and switching the query over to the 'refreshed' table. this approach will use twice the amount of memory. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
