What I want to know specifically is what should I use when making an insertion in a table of a database, we are talking about tables that can accommodate more than 5000 records. I have a field that in most cases is stored as an empty string. In my ignorance I would say that an empty string weighs more than a null
. But I'm not sure, that's why I want the right answers to know if I should go from null
to empty before making the insert.