jiacai2050 opened a new pull request, #1431: URL: https://github.com/apache/incubator-horaedb/pull/1431
## Rationale When there is a cache miss in disk cache, it will 1. Fetch data from remote 2. Insert data to cache, which will incur disk IO 3. Return the data for query. We can move the second step to another thread to avoid it blocking the normal query process. ## Detailed Changes ## Test Plan CI -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
