Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support asyncio for windows #13262

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

eniac1024
Copy link
Contributor

@eniac1024 eniac1024 commented Jan 2, 2025

Implemented interfaces to support asynchronous I/O on Windows and updated the corresponding unit tests accordingly. Our benchmark tests revealed the following performance improvements:

  • Setup1: Sequentially filled data ( -key_size=32 -value_size=512 --num=1800000 ) then compacted to one single SST file. Randomly read from that file.

image
image
image

@eniac1024 eniac1024 force-pushed the dev/support-win-asyncio branch from 3f5fbd2 to c846eef Compare January 2, 2025 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants