Re: A performance tip
From: <mbk_at_boredom.org>
Date: 2003-01-23 20:39:58 CET
On Thu, Jan 23, 2003 at 10:49:07AM -0800, Bill Tutt wrote:
IANA BDB person, but db_open supports:
DB_DIRTY_READ Support dirty reads; that is, transactions, cursors and read operations in the database may request the return of modified but not yet committed data.
and db_get has:
DB_DIRTY_READ Read modified but not yet committed data. Silently ignored if the DB_DIRTY_READ flag was not specified when the underlying database was opened.
--ben
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.