[
https://issues.apache.org/jira/browse/JENA-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17235774#comment-17235774
]
Andy Seaborne commented on JENA-1987:
-------------------------------------
You do not need to build Jena.
The project does once-a-day complete build if there have been changes.
These go to the Apache snapshots maven repository:
[https://repository.apache.org/content/groups/snapshots/org/apache/jena/]
e.g. for the Fuseki binaries:
https://repository.apache.org/content/groups/snapshots/org/apache/jena/apache-jena-fuseki/3.17.0-SNAPSHOT/
Just make sure you pick up the latest which is at the bottom of the listing. At
the moment it is 46. The "20201119.075025" is date and time in UTC.
> HTTP API for TDB compact AND/OR periodical compact
> --------------------------------------------------
>
> Key: JENA-1987
> URL: https://issues.apache.org/jira/browse/JENA-1987
> Project: Apache Jena
> Issue Type: New Feature
> Components: Fuseki
> Reporter: Martin Kopeček
> Assignee: Rob Vesse
> Priority: Major
> Fix For: Jena 3.17.0
>
> Time Spent: 2h 50m
> Remaining Estimate: 0h
>
> To be able to use Fuseki server as a standalone service, we need to run the
> compacting of the database from a different node (after updating the data in
> the database) using HTTP API.
> Other solution would be to implement runnign tdb compact on a configurable
> interval (e.g. 5 minutes).
> Our tdb database is updated every five minutes (so grows rapidly) and manual
> compacting is not an option.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)