mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-15 01:32:56 +00:00
* feat: add framework for asynchronous index building Signed-off-by: SNC123 <sinhco@outlook.com> * test: add unit tests for IndexBuildTask Signed-off-by: SNC123 <sinhco@outlook.com> * chore: clippy,format,fix-udeps Signed-off-by: SNC123 <sinhco@outlook.com> * fix: correct write cache logic in IndexBuildTask Signed-off-by: SNC123 <sinhco@outlook.com> * chore: clippy, resolve conflicts Signed-off-by: SNC123 <sinhco@outlook.com> * chore: resolve conflicts Signed-off-by: SNC123 <sinhco@outlook.com> * fix: apply review suggestions Signed-off-by: SNC123 <sinhco@outlook.com> * chore: resolve conflicts Signed-off-by: SNC123 <sinhco@outlook.com> * fix: clean up index files in aborted case Signed-off-by: SNC123 <sinhco@outlook.com> * refactor: move manifest update logic into IndexBuildTask Signed-off-by: SNC123 <sinhco@outlook.com> * fix: enhance check file logic and error handling Signed-off-by: SNC123 <sinhco@outlook.com> --------- Signed-off-by: SNC123 <sinhco@outlook.com>