View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 08:52 AM
howachen@gmail.com
 
Posts: n/a
Default Constant char length is a good practice?

Hi,

People said that using constant char length is a good practice as the
speed of accessing of a row is faster.

However, as the size of the table might get bigger and bigger, is this
really a good trade off?

Reply With Quote