forked from cnosdb/cnosdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: async file system api (cnosdb#781)
* use async file interface * improve : fix wal test * io_uring done * feat(io): fix bugs for asnyc io, modify record_file API and some other changes: 1. wal, tombstone now use record_file API. 2. some changes for wal, tombstone. * fix: doc and record reader buffer size wrong * fix clippy errors * fix(test): too many error sending to channel; * fix: tskv drop_table removes block_on() Co-authored-by: roseboy <[email protected]> Co-authored-by: Subsegment <[email protected]> Co-authored-by: yongtaoliu <[email protected]>
- Loading branch information
1 parent
eaa5617
commit eee230a
Showing
53 changed files
with
2,291 additions
and
4,298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.