Groups | Search | Server Info | Login | Register


Groups > comp.databases.berkeley-db > #9

Recno db log files not getting deleted with DB_LOG_AUTO_REMOVE set

From face <face.mitev@gmail.com>
Newsgroups comp.databases.berkeley-db
Subject Recno db log files not getting deleted with DB_LOG_AUTO_REMOVE set
Date 2012-01-04 03:01 -0800
Organization http://groups.google.com
Message-ID <1b1b7ead-bc2b-4248-aca6-67f5280a81b7@p42g2000vbt.googlegroups.com> (permalink)

Show all headers | View raw


Hi,

I'm using a recno db like a queue - doing inserts at the end and
deleting from the beginning. I have set the DB_LOG_AUTO_REMOVE flag on
the environment, but the log files just keep piling up and never get
removed. Is it supposed to work like this, or am I doing something
wrong? I know about the queue backend, but my values are not fixed-
length. I made a simple test program which just inserts and then
deletes records in a loop, but still get this behaviour. Any other
ideas about how to accomplish what I'm trying to do are welcome.

Thanks,
/f

Back to comp.databases.berkeley-db | Previous | Next | Find similar


Thread

Recno db log files not getting deleted with DB_LOG_AUTO_REMOVE set face <face.mitev@gmail.com> - 2012-01-04 03:01 -0800

csiph-web