-
Notifications
You must be signed in to change notification settings - Fork 2
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
[US1] YCSB-cpp 커스텀 데이터베이스 개발 #2
Comments
TODO in KVSSD-Hashmap
|
@BlaCkinkGJ kvs_value struct는 KVSSD 5.10.37 repo에서 그대로 가져온 것인데요, |
향후 KVSSD API 호환을 위해서 |
▲ PR 관리 정책 설정으로 인해서 작업이 있었습니다. |
hashmap db를 제외하고 pointer 형태로 관리되는 현재 test 상으로 예상 결과와 실제 결과가 같게 나오는 것으로 확인되었고, 메모리 누수 테스트도 이어 확인하겠습니다. |
다음 작업으로는 해당 db를 YCSB를 통해서 돌려보는 것 |
내용
참고
https://github.com/ls4154/YCSB-cpp
The text was updated successfully, but these errors were encountered: