Query time in input-jdbc database

is it possible to create an input-jdbc that executes a query every 3 seconds?
this query is small and takes milliseconds to return, but looking at the tail -f you can see that it takes a long time for a new query.
can you prioritize doing the same as the input-file so that as soon as something is written it captures?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.