eXist-db BLOB Deduplication in eXist-db I have recently completed work on a new BLOB (Binary Large Object) store for eXist-db which along with a couple of other changes replaces its previous Binary Document storage facility. The initial goal
eXist-db Preventing Large Range Counts from Crashing eXist-db To stop an OutOfMemoryError in eXist-db with large item sequences, I employed further lazy evaluation and streaming to fix the problem.