Good suggestion heard at MongoDay yesterday as used in a different (non Drupal) production environment: vary the write safety ("w" factor in getLastError(): fire&forget, safe, cluster ratio safe..) depending on the event criticity.
In our cae, this would likely have to be a setting with a sane default (probably confirmed by master).
Comments
Comment #1
fgmFeatures only go in the current dev version.
Comment #2
fgmBumping to current dev version.
Comment #3
fgmFor the record, write safety is currently defined globally in the Client options. Not sure there could be a generic strategy to derive a specific write safety setting from default options, so that would have to be specified entirely manually.
Comment #4
fgm