dbi plugin: register one read callback for each database block
authorVincent Bernat <bernat@luffy.cx>
Sat, 12 Oct 2013 20:38:57 +0000 (22:38 +0200)
committerVincent Bernat <bernat@luffy.cx>
Sat, 12 Oct 2013 20:38:57 +0000 (22:38 +0200)
commit3402ebca4425ea0dbb8ccb1c438d0b8d23735067
tree7af2eaffe823bbb29e840d4b48dc18787a0c8bf9
parent589383172bfa1728c96aa9d36be22d60d37e052b
dbi plugin: register one read callback for each database block

By using a distinct read callback for each database block, collectd
will be able to query several databases in parallel. This is useful if
the plugin should handle many queries. This lets the user split them in
chunks and speed up the retrieval.
src/dbi.c