Re: Compact does nothing

2022-11-03 Thread Mikael Pesonen

Ah, forgot that, thanks!

On 02/11/2022 18.58, Andy Seaborne wrote:



On 02/11/2022 16:25, Mikael Pesonen wrote:


Should compact wok without additional configuration? This

curl -X POST http://localhost:3030/$/compact/ds

ran for maybe 30 minutes but didn't free any disk space. I have Jena 
data size of 110Gb and deleted about half of data with sparql before 
compact.


Compacts copies the in-use data from e.g. /ds/Data-0001 to /ds/Data-0002

You can then delete Data-0001 or archive then delete it, or whatever 
you wish to do.


The next Fuseki version has ?deleteOld=true to delete the files.

    Andy


--
Lingsoft - 30 years of Leading Language Management

www.lingsoft.fi

Speech Applications - Language Management - Translation - Reader's and Writer's 
Tools - Text Tools - E-books and M-books

Mikael Pesonen
System Engineer

e-mail: mikael.peso...@lingsoft.fi
Tel. +358 2 279 3300

Time zone: GMT+2

Helsinki Office
Eteläranta 10
FI-00130 Helsinki
FINLAND

Turku Office
Kauppiaskatu 5 A
FI-20100 Turku
FINLAND



Re: Compact does nothing

2022-11-02 Thread Andy Seaborne




On 02/11/2022 16:58, Andy Seaborne wrote:



On 02/11/2022 16:25, Mikael Pesonen wrote:


Should compact wok without additional configuration? This

curl -X POST http://localhost:3030/$/compact/ds

ran for maybe 30 minutes but didn't free any disk space. I have Jena 
data size of 110Gb and deleted about half of data with sparql before 
compact.


Compacts copies the in-use data from e.g. /ds/Data-0001 to /ds/Data-0002

You can then delete Data-0001 or archive then delete it, or whatever you 
wish to do.


The next Fuseki version has ?deleteOld=true to delete the files.


Misread the date - it's already there.



     Andy


Re: Compact does nothing

2022-11-02 Thread Andy Seaborne




On 02/11/2022 16:25, Mikael Pesonen wrote:


Should compact wok without additional configuration? This

curl -X POST http://localhost:3030/$/compact/ds

ran for maybe 30 minutes but didn't free any disk space. I have Jena 
data size of 110Gb and deleted about half of data with sparql before 
compact.


Compacts copies the in-use data from e.g. /ds/Data-0001 to /ds/Data-0002

You can then delete Data-0001 or archive then delete it, or whatever you 
wish to do.


The next Fuseki version has ?deleteOld=true to delete the files.

Andy


Compact does nothing

2022-11-02 Thread Mikael Pesonen



Should compact wok without additional configuration? This

curl -X POST http://localhost:3030/$/compact/ds

ran for maybe 30 minutes but didn't free any disk space. I have Jena 
data size of 110Gb and deleted about half of data with sparql before 
compact.