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

Why Fixed KVS_ITERATOR_BUFFER_SIZE? #59

Open
kwanghee0124 opened this issue Dec 12, 2021 · 1 comment
Open

Why Fixed KVS_ITERATOR_BUFFER_SIZE? #59

kwanghee0124 opened this issue Dec 12, 2021 · 1 comment

Comments

@kwanghee0124
Copy link

Location (Korea, USA, China, India, etc.)
Korea

Describe the bug
Why Fixed KVS_ITERATOR_BUFFER_SIZE?

file(.h): kvs_const.h
#define KVS_ITERATOR_BUFFER_SIZE (32*1024)

function: kvs_iterator_next(_async)
if(iter_list->size != KVS_ITERATOR_BUFFER_SIZE) {
return KVS_ERR_SYS_IO;
}

Screenshots
캡처

@kwanghee0124
Copy link
Author

find entries = 1
why 4 loop?

Screenshots
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant