The GitHub Actions job "Check markdown links" on horaedb.git/main has succeeded. Run started by GitHub user jiacai2050 (triggered by jiacai2050).
Head commit for run: 8f9698cdf83d02e12b93581464114d4e7cef483a / Peiyang He <[email protected]> refactor: remove async remote write decode logic (#1631) ## Rationale Deserialization is a CPU-intensive task, so introducing async does not provide significant benefits. In addition, using async causes function contagion issues. Therefore, it is necessary to remove the async decode logic. ## Detailed Changes - Remove `decode_async` interface - Change the back-end object pool dependency from `deadpool` to `object-pool` - Change benchmark logic accordingly ## Test Plan Manual test Report URL: https://github.com/apache/horaedb/actions/runs/21419905120 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
