rdf4j icon indicating copy to clipboard operation
rdf4j copied to clipboard

Deprecate LimitedSize iterators

Open JervenBolleman opened this issue 2 years ago • 0 comments

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

JervenBolleman avatar Jun 10 '22 08:06 JervenBolleman