I’m curious how much of a performance improvement this actually leads to. I would have thought the query parser, etc. would give similar performance for simple MySQL queries.
The constant query plan allows a complete bypass of several components that are necessary when handling arbitrary SQL.
I’m curious how much of a performance improvement this actually leads to. I would have thought the query parser, etc. would give similar performance for simple MySQL queries.
The constant query plan allows a complete bypass of several components that are necessary when handling arbitrary SQL.