On 2017-10-28 07:17, Charlie-gm wrote:
Whatever the case, please don't do something idiotic like declare
"VARCHAR(4000)" for fields that will never have more than 20
characters. That's the most common, stupid, wasteful, inefficient
mistake I've seen in so-called "enterprise" apps.
Hi Charlie,
I don't do that but I thought using varchar(n) fields were supposed to
be space-efficient in a sense that it just used a extra 1 or 2 bytes up
front at the head of the record to identify the true length? It's not
really allocating the space like a CHAR(n) field would...right?
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message:
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.