Range Scan Reads from the Java Client Require 3 JNI Calls instead of 1.
Open
- Dominant language
- C++
- Stars
- 16.7k
- Forks
- 1.6k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 126
Description
Current Model
- (JNI) Call and Obtain a Ptr to FDBFuture.
- (JNI) GetSummary
- (JNI) GetResults.
This really needs to be a single JNI call and cleaned up. It hotspots from the Record Layer.

Contributor guide
Assessment
This issue has not been assessed yet.