author | Vincent Bernat <bernat@luffy.cx> | |
Sat, 12 Oct 2013 20:38:57 +0000 (22:38 +0200) | ||
committer | Vincent Bernat <bernat@luffy.cx> | |
Sat, 12 Oct 2013 20:38:57 +0000 (22:38 +0200) | ||
commit | 3402ebca4425ea0dbb8ccb1c438d0b8d23735067 | |
tree | 7af2eaffe823bbb29e840d4b48dc18787a0c8bf9 | tree | snapshot |
parent | 589383172bfa1728c96aa9d36be22d60d37e052b | commit | diff |
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.
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 | diff | blob | history |