| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Sourcing Metadata for Database Independence
Dawn M. Wolthuis wrote:
>> > There are many different strategies for where to >> > source such metadata (as well as how extensive this metadata should be
>> > all code is, itself, metadata). >> >> Code contains and uses metadata, but it *is* not metadata, imho.
Dawn, I'll take a stab at that. My own practical experience is this: data is a portable appreciating asset, code is a non-portable depreciating asset. In other words, my prosperity is linked to the ratio of my investments in atomic data vs code. Therefore, regardless of anybody's theory, I cannot in practice treat the two of them as the same thing because if I do my bottom line will suffer.
Now, why isn't code another form of data? Here is one reason, amongst many. Because the process of generating code out of data is cheap, and the process of parsing code to get data is expensive. Only if my data is completely devoid of parsable expressions, that is, only if it does not contain that IF statement, can I manage the data purely with data-manipulation techniques and confidently grind out reams of app code without fear. As soon as it contains expressions that must be parsed, my simple one-way generator is now a two-way interpreter/generator. No thanks.
Hope this sheds light.
-- Kenneth Downs Use first initial plus last name at last name plus literal "fam.net" to email meReceived on Wed Aug 11 2004 - 09:25:16 CDT
![]() |
![]() |