What is orthogonal? - Definition from Whatis.com
In geometry, orthogonal means "involving right angles" (from Greek ortho, meaning right, and gon meaning angled). The term has been extended to general use, meaning the characteristic of being independent (relative to something else). It also can mean: non-redundant, non-overlapping, or irrelevant. In computer terminology, something - such as a programming language or a data object - is orthogonal if it can be used without consideration as to how its use will affect something else.

In itself, a programming language is orthogonal if its features can be used without thinking about how that usage will affect other features. Pascal

Learn More

is sometimes considered to be an orthogonal language, while C++ is considered to be a non-orthogonal language.

Features of a program that is compatible with its own earlier versions - this is called backward compatible - have an orthogonal relationship with the features of the earlier version, because they are mutually independent; you don't have to worry about how the use of one version's features will cause an unintended effect because of an interaction with those of the other version. Both the features and the programs can be said to be mutually orthogonal.

The length of time data is kept in storage in a computer system is known as its persistence. Orthogonal persistence is the quality of a programming system that allows a programmer to treat data similarly without regard to the length of time the data is kept in storage. Data is stored for varying lengths of time; some is stored very briefly and some is stored relatively permanently. Frequently, a programmer must use different approaches and separate coding to access data depending on whether it is stored for a long time or a short time. Using a programming system with orthogonal data persistence allows the programmer to treat data the same way regardless of its persistence characteristic, saving programming time and making it easier to enforce referential integrity (a type of constraint applied to ensure correct data validity).

This was last updated in June 2000

Dig Deeper

  • Coming in the August 2011 issue of Storage magazine

    A sneak peek at Storage magazine's August 2011 issue. Learn more about the state of backup deduplication, storage virtualization and new trends in data storage.

  • Coming in the July 2011 issue of Storage magazine

    A sneak peek at Storage magazine's July 2011 issue. Learn more about backing up virtual servers, performance tips and how to turn your data center storage into a storage cloud.

  • Storage magazine May 2011 PDF

    Download Storage magazine's all-digital issue at no cost. This month: The benefits, functions, future outlook and buying considerations for automated tiered storage technologies.

Do you have something to add to this definition? Let us know.

Send your comments to techterms@whatis.com