I know that I can store boolean data (Yes/No) as a TINYINT or as an ENUM.
But which is better, in the long run?
I am carefully planning-out an application which will, eventually, contain a very, very large table with a couple of these boolean fields.
Both will occupy a single byte for a...