Class ValueStoreWalSearch

java.lang.Object
org.eclipse.rdf4j.sail.nativerdf.wal.ValueStoreWalSearch

public final class ValueStoreWalSearch extends Object
Utility to search a ValueStore WAL for a specific minted value ID efficiently. Strategy: scan the first minted record in each segment to determine the best candidate segment (binary search on the first IDs), then scan only that segment to locate the requested ID.