Does Null save space for TIMESTAMP data type in PostgreSQL?
I'm trying to create tables to store very large volume of data, and I wonder if I can use null TIMESTAMP to save storage? I have a variable update_at, which will be updated to NOW() whenever I modify the associated…