× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



> From: JMBauman@wardtrucking.com
>
> Anyone have any idea how to avoid writing to a journal receiver while
> updating a journaled file.  I would like to make some mass deletes to a
> file during the work day but we must keep journaling active and the last
> time I tried this,  the journal receiver filled up causing me a mass
> headache.  Any help would be appreciated

The point of a journal is to record all activity.

What you really want to do is replace the file.  Logically what you are
doing with a mass delete is replacing the old version of the file with a new
version that has significantly fewer records.  So, you may want to copy the
file to a work file, delete the selected records, then copy the file back
into the journaled file.  Your journal will show an entry reflecting the
copy, rather than entries for all the deletes.

However, once you've done something like that, you have lost any capability
of using the journal to rebuild the file in case of catastrophe.  If you are
using the journal for backup/recovery purposes as opposed to auditing, then
the copy will negatively impact your security coverage.

Of course, if you are using the journal for auditing, a copy member is a bad
thing to do because you lose all visibility into the actual changes, but
that's a different issue.  You won't necessarily lose your data, but you
will lose audit control.

Joe



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.