Add to the Java docs a .asList() vs .iterator() comparison
Open
- Dominant language
- C++
- Stars
- 16.7k
- Forks
- 1.6k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 126
Description
See https://forums.foundationdb.org/t/latency-of-range-queries-that-return-large-number-of-key-value-pairs/1291 for context.
I feel like everyone that's evaluated using FDB in Java ends up doing this comparison to figure out which function is the correct one to use to read a range of data as quick as possible. We should just add that answer to the docs of .asList() and .iterator() so that people stop having to individually write the same benchmark over and over.
Contributor guide
Assessment
This issue has not been assessed yet.