Thread: "MixedCase sensitive quoted" names

"MixedCase sensitive quoted" names

From
"Whatever Deep"
Date:
Hello,

This question may sound dumb, but I would like to know if using
"MixedCase sensitive quoted" names instead of lowercase names for
object names has any negative hit to the database performance.

Thanks!

Re: "MixedCase sensitive quoted" names

From
Tom Lane
Date:
"Whatever Deep" <whatever.deep@gmail.com> writes:
> This question may sound dumb, but I would like to know if using
> "MixedCase sensitive quoted" names instead of lowercase names for
> object names has any negative hit to the database performance.

I can't imagine you could measure any performance difference ...
the two cases involve slightly different code paths in scan.l,
but after that it doesn't matter.

            regards, tom lane