Replace short memo fields with long text fields

When designing a database it is often hard to decide just how much room a text field is going to take up. It is tempting in these scenarios to use a memo field and consider the problem solved. This is not always the correct decision. As running the code fragment shows, retrieving a memo field can take more time than retrieving the equivalent.