TagTranslator creates a new PreparedStatment for every translation. #221
Labels
code quality
Related to our standards for 'good' code
performance
Performance optimizations, bottlenecks of the current pipeline, etc.
in
getOSHDBTagOf(OSMTag tag)
and
OSMTag getOSMTagOf(OSHDBTag tag)
every time a new PreparedStatment will be created instead of reusing them as there are intended.
The text was updated successfully, but these errors were encountered: