I am reading this post that explains concepts in presto.
I am really confused by the definition of Schemas. The post says
Schema is what you use to organize your tables.
This is confusing to me because I have always thought of schema's as a way to describe the shape of a table. Ie the columns present and the types of the columns.
So this line is telling me Schema is a way to organize my tables? What does that even mean?
I am familiar with databases like MySQL, and I have mostly interacted with databases, and the tables contained within those databases
Presto seems to be introducing another concept of Schemas? And I find this confusing how it fits into the big picture.
So please what exactly are schemas in prestoDB?