I use MySQL and SQLite often and plan to add PostgreSQL to my workflow soon. With that in mind, what are the costs of using NULL in each database? I have heard that MySQL adds an extra bit to each value of the NULL column to mark it as nullable.
source share