> Don't know anything about the DBD::SQLite extension.  Is there a
> separate mailing list for that?  Seems like DBD::SQLite is hosted
> on sourceforge, isn't it?  Probably ought to ask there.

There's no separate mailing list, just a bug tracker at http://rt.cpan.org/
.  I know Matt reads this list (at least occasionally), but he's got a
million projects.

> It is possible for a COMMIT to fail because you either
> ran out of disk space or memory.  But those errors are
> much more likely to occur while you are doing INSERTs.
> By the time you get to the COMMIT, most (or all) of the
> disk and memory space has already been allocated.

Hmm, it seems like it was probably a disk space issue - I know it was quite
tight when I was running these queries, and later on things mysteriously
started working again.

I'm a little hesitant to write scripts to test this theory, but it seemed
like if disk space ran out at the wrong time, sqlite failed in a nonobvious
way.  I'm thinking this has to do with hard vs. soft quotas - perhaps
filehandles that were already open were succeeding, but no new writes
worked?

I'm working on a solaris 7 box at the moment.

 -Ken

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to