You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all;
is it possible to have the storage.issueFullFileCheck() but blocking until compacting is finished?
reaons is, I have a small utility to manipulate microstream db and as a result the DB is bloated. this utility is a short leaving process.
if I understand correctly the issueFullFileCheck and issueFileCheck(nano) do not block and so my utility main method exists without my utlity compacting the DB (not enough time for housekeeping to operate).
I am looking for a way to compact the DB such that only on compacting completion my code will exit.
is there a way to achieve this?
thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all;
is it possible to have the storage.issueFullFileCheck() but blocking until compacting is finished?
reaons is, I have a small utility to manipulate microstream db and as a result the DB is bloated. this utility is a short leaving process.
if I understand correctly the issueFullFileCheck and issueFileCheck(nano) do not block and so my utility main method exists without my utlity compacting the DB (not enough time for housekeeping to operate).
I am looking for a way to compact the DB such that only on compacting completion my code will exit.
is there a way to achieve this?
thanks
Beta Was this translation helpful? Give feedback.
All reactions