I have some string fields which may be null, while some definitely not null. The problem is that it takes time to distinguish them. There are about 100 fields, 50 of which are string, 10 of which I guess could be null.
Could I just specify all string types ["string", "null"], how much is the efficiency difference?
