Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

What is delta?

Former Member
0 Kudos
332

What is Delta....When we go for delta

Message was edited by:

balaji velpuri

2 REPLIES 2

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos
172

Dictionary.com is a wonderful tool.

http://dictionary.reference.com/browse/delta

<i>

<b>delta</b>

1. A quantitative change, especially a small or incremental one (this use is general in physics and engineering). "I just doubled the speed of my program!" "What was the delta on program size?" "About 30 percent." (He doubled the speed of his program, but increased its size by only 30 percent.)

2. [Unix] A diff, especially a diff stored under the set of version-control tools called SCCS (Source Code Control System) or RCS (Revision Control System). See change management.

3. A small quantity, but not as small as epsilon. The jargon usage of delta and epsilon stems from the traditional use of these letters in mathematics for very small numerical quantities, particularly in "epsilon-delta" proofs in limit theory (as in the differential calculus). The term delta is often used, once epsilon has been mentioned, to mean a quantity that is slightly bigger than epsilon but still very small. "The cost isn't epsilon, but it's delta" means that the cost isn't totally negligible, but it is nevertheless very small. Common constructions include "within delta of ---", "within epsilon of ---": that is, "close to" and "even closer to".

[The Jargon File]

(2000-08-02)

</i>

Regards,

Rich Heilman

raymond_giuseppi
Active Contributor
0 Kudos
172

(1) Fourth letter of greek alphabet

(2) Mode of extraction in BW

<i>With delta extraction, only the data that has changed since the last extraction is loaded into the BW. Data that has already been loaded and has not changed is not extracted and does not need to be deleted before a new load. This improves performance compared with periodic extraction of the entire dataset.</i>

Regards