Skip to content

totten/rpow

Repository files navigation

CiviCRM Replay-on-Write Helper (civirpow)

This is a small utility which allows CiviCRM to work with an opportunistic combination of a read-write master database (RWDB) and read-only slave databases (RODB). The general idea is to connect to RODB optimistically (expecting a typical read-only use-case) -- and then switch to RWDB if there is an actual write.