× 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.



On 1/29/2015 2:52 PM, Horn, Jim wrote:
I understand the performance penalty, but
I guess somehow bundling journal writes (not making them when they happen)
is different from not writing data changes when they happen?
Still baffles me. I guess IBM just keeps it straight. The more it's like
magic........

If I may...

With FRCRATIO(1), a database write looks like this:
INSERT INTO...
call database I/O API
wait for disk to acknowledge the write
return to INSERT

With journaling, the same transaction looks like this:
INSERT INTO...
call database I/O API
don't wait
call journal API, which runs in different process
don't wait
return to INSERT

So, while journaling seems to do an extra thing, it does it in parallel
with the rest of the I/O. I think the key word here is asynchronous.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.