Arbit - project tracking

PHPillow - PHP CouchDB connector

#2: Implement ACID setting

Issue revisions

  • new by kore at 2009-J-06 13:05
Type enhancement enhancement
State new new
Priority low low
Resolution none none
Assigned to Nobody
Scheduled for
Affected versions 0.3-alpha
Affected components Core
Last change Tuesday 6 January 2009 13:05:33 UTC by kore

Short description

CouchDB recently allows to configure how "ACID" the storage backends behaves, because ACID compliant behavior might be slow on *BSD systems due to lot of fsync() calls.

A setting is required to make use of the corresponding header, switching ACID compliance on / off.

  • kore at Sunday 16 August 2009 07:37:28 UTC

    The HTTP header used for this is called X-Couch-Full-Commit.