JdbcDataWriter info?

I can’t seem to find anything in the docs about the above. I assume its for saving down test runs to JDBC.

Are there any docs about this?

Thanks.

This pushes the records via JDBC, quite similar to Graphite.
This component is quite experimental, and we have no idea about its performance.

See here for the (configurable) schema and sql orders:
https://github.com/excilys/gatling/blob/master/gatling-core/src/main/resources/gatling-defaults.conf#L134-L145

Enabling it: add “jdbc” to the data writers list: https://github.com/excilys/gatling/blob/master/gatling-core/src/main/resources/gatling-defaults.conf#L119