|
Ahmad Fajar |
at Oct 10, 2005 at 11:24 am
|
⇧ |
| |
Dear Cristian,
If you need to index the field, you must know that it limit the length up to
1000 bytes. So if you need to index the field you must limit the field type,
ex: varchar(250), than you can index the field and you can gain better
perfomance in searching base on the fields, because the search uses the
index you have been created.
If you do not need to index the field, you can use the text field. Because
text field can store data up to 4 Gbytes.
Regards,
ahmad fajar
-----Original Message-----
From:
[email protected]On Behalf Of Cristian Prieto
Sent: Kamis, 06 Oktober 2005 1:22
To:
[email protected];
[email protected]Subject: [PERFORM] Text/Varchar performance...
Hello, just a little question, It's preferable to use Text Fields or
varchar(255) fields in a table? Are there any performance differences in the
use of any of them?
Thanks a lot for your answer!