Some applications don't use prepared statements which
makes it hard to find the queries that executed more
number of times. Each execution has a different value
and hence will show up as a separate query in the UI.
It also consumes more memory.
It would be good if we can convert SQL queries with
embedded values into a form simillar to prepared
statements.