Subject | Re: [firebird-support] can you "compact" a database ? |
---|---|
Author | Ivan Prenosil |
Post date | 2007-12-31T14:16:36Z |
> Does the space from the deleted records that is now "available" for future database transactions contain the data from theIt is not cleared.
> previous data set? Or is it cleared (filled with 0's). (eg. the ability to securely delete data records).
And even if it was cleared, it could not be done immediately after DELETE or COMMIT,
but only in some unpredictable future during garbage collection.
Ivan