Z
zofficedepot
Are there rules of thumb? Back in the days before Microsoft vanquished
programming efficiency, you could calculate sizes fairly precisely -
multiply integers by 2 and longs by 4 and so forth (allowing an
address table and code and certain overhead).
I'm basically trying to get a handle on some huge files, and relate
their size to their tables, and see from where the fat arises.
Ideally I could add up field lengths giving record lengths which I
could multiply by record counts. But there must be more to it.
Notably, what about all those strings that have a default size of 255?
programming efficiency, you could calculate sizes fairly precisely -
multiply integers by 2 and longs by 4 and so forth (allowing an
address table and code and certain overhead).
I'm basically trying to get a handle on some huge files, and relate
their size to their tables, and see from where the fat arises.
Ideally I could add up field lengths giving record lengths which I
could multiply by record counts. But there must be more to it.
Notably, what about all those strings that have a default size of 255?