I want to store a computer's processor speed in a database. Should I use one column as a varchar and store the number and unit together e.g. "1.3 ghz"
or
should I create two separate columns, one as a decimal for "1.3" and a second column for the units as a varchar "ghz"?