I think that very often we are so focus in analyzing internals, or specific behaviours/situations/anomalies that we tend to forget the simple things.
It happened to me that last week a couple of customers raise the
same question: "How ProxySQL manage the default schema,
or the ones declared inside a FROM/JOIN?"
I was a bit surprise because I was given that for granted, and my
first thought was, 'well read the documentation', but
then I realize we do not have a clear section in the
documentation about this.
Given that and also because I realize I had not done a full and
extensive test on how the SCHEMA is actually managed.
I decide to do a simple set of tests and write down few lines.
This blog is to answer that very simple question:"How
ProxySQL manage the default schema, or the ones declared inside a
FROM/JOIN?"
The blog is split in two parts, part 1 …