RDF4J 4.2.0 #4223
hmottestad
announced in
Announcements
RDF4J 4.2.0
#4223
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
RDF4J 4.2.0 is a minor release introducing support for custom SPARQL aggregate functions as well as several performance improvements and bug fixes.
Aggregate functions
The support for custom SPARQL aggregate functions has allowed us to implement functions for standard deviation and variance using Apache Commons Math3.
Query example
Performance
More accurate query statistics for the LMDB Store drastically improves query performance. The LMDB Store can already scale to considerably larger datasets than the NativeStore and now also matches the performance for smaller datasets.
Validation performance for small transactions on large databases has been improved by batching together more operations when analyzing the changes in a transaction.
For a complete overview, see all issues fixed in 4.2.0.
This discussion was created from the release RDF4J 4.2.0.
Beta Was this translation helpful? Give feedback.
All reactions