Description
As discussed on the dev mailing list [1]:
On content loading from content.xml, before each insert, Syncope issues a database statement that reads the whole table content, only to get the table metadata (see ContentLoaderHandler.getParameters()).
This can be optimized by adding "WHERE 0=1" to the query (so no records are returned, but the schema can still be obtained).
[1] http://syncope-dev.1063484.n5.nabble.com/minor-optimization-for-content-loading-td5716645.html