On Fri, Jun 18, 2010 at 05:58:02PM +0200, Patrick Ben Koetter wrote:

> > Right now this is a read-only implementation (like mysql/pgsql)
> > but it may be worthwhile to add update support. SQLite implements
> > locking internally. That would allow us to avoid the problems with
> > Postfix's external locks on Berkeley DB maps, which are broken
> > after BDB version 2.
> 
> That's great news!

Indeed. One still needs tools to insert data into the database.
Does Postfix need to provide a minimal interface for this, or do we
assume that SQLite users will have adequate tools outside Postfix.

Does Postfix need to do anything to indicate transaction boundaries
between its lookups? Or is not starting a transaction in the first place,
sufficient to indicate that each query is independent from all the others?

-- 
        Viktor.

Reply via email to