[sr-dev] git:master: acc: extended documentation for db_insert_mode parameter

Juha Heinanen jh at tutpro.com
Wed Apr 16 10:48:20 CEST 2014


Daniel-Constantin Mierla writes:

> +   If set to 2, async insert is used if the db driver module has support
> +   for it. If not, then standard INSERT is used.
> +
>     Default value is 0 (no INSERT DELAYED).

daniel,

just to clarity, is there some relationship between INSERT DELAYED and
async insert?  if db_insert_mode=2, is INSERT DELAYED or standard INSERT
used?  that is, do db_insert_mode 0 and 2 somehow differ on the wire to
db server or is it so that both 0 and 2 use standard INSERT?

-- juha



More information about the sr-dev mailing list