rdf4j
rdf4j copied to clipboard
Deprecate LimitedSize iterators
Current Behavior
A long time ago I provided the LimitedSizeIterators in the queryalgebra-evaluation
packate to open-sesame. The idea at the time was to avoid anyone query to use to much RAM. This works but was rarely used by others. Now that GH-3843 is almost done, the benefits of this code are gone. The GH-3843 is a better approach and also all temporary data structures in RDF4j may be disk backed. So the whole issue that led to the introduction of this code is now moot.
I suggest deprecating LimitedSizeEvaluationStrategy and implementations for removal.
For release 5.0 this can be removed.
Expected Behavior
That these classes are gone :)
Steps To Reproduce
No response
Version
4.0.0-develop
Are you interested in contributing a solution yourself?
Yes
Anything else?
No response