Thread
:
Constant char length is a good practice?
View Single Post
#
1
(
permalink
)
02-28-2008, 08:52 AM
howachen@gmail.com
Posts: n/a
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?
howachen@gmail.com