Hi
I have some questions about tlog files and how are managed.
I'm using dih to do incremental data loading, once a day I do a full
refresh.
these are the request parameters
/dataimport?command=full-import&commit=true
/dataimport?command=delta-import&commit=true&optimize=false
I was expecting to see removed all the old tlog file when completing a
delta/full, but I see that these files remains. Actually
the older files gets removed.
Am I using the wrong parameters? is there a different parameter to
trigger the hard commit?
Are there some configuration parameters to configure the number of tlog
files to keep? Unfortunately I have very little space on my disks and I
need to double check space consumption .
I'm using solr 4
Thank you