I would like to use the max row size to store data instead of using the
blob data type. From the FAQ, I understand each row must not cross 8k
boundaries so the actual data must stay below 5k.

1. Is 5k litteral, ie exactly 5120 bytes?

2. In this situation, would it be preferable to use the text datatype and
make sure the total size is <5k or use a varchar(5120)?

Marc


************

Reply via email to