Does using optional fields have a positive impact on database performance?
Hi, I have a table where I can make some fields optional, and it seems that having them unset rather than containing thousands of false values might be beneficial. Is this a good practice, what do you think?