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’m trying to create tables to store very large volume of data, and I wonder if I can use null TIMESTAMP to save storage?