Share on Facebook Share on Twitter Email
Answers.com

Data domain

 
Hoover's Profile: Data Domain, Inc.
Contact Information
Data Domain, Inc.
2421 Mission College Blvd.
Santa Clara, CA 95054
CA Tel. 408-980-4800
Toll Free 866-933-3873
Fax 408-980-8620

Type: Subsidiary
On the web: http://www.datadomain.com
Employees: 777
Employee growth: 78.6%

Data Domain keeps datasets down to reasonable sizes. The company develops de-duplication appliances for data backup systems and other storage applications. Based on proprietary compression technology, its systems identify redundant files to reduce the amount of data that has to be stored. Its customers include enterprises in the defense, entertainment, finance, health care, legal, media, and retail sectors. The company also generates revenue from maintenance and support services. In 2009 Data Domain was acquired by data storage systems leader EMC.

Key numbers for fiscal year ending December, 2008:
Sales: $274.1M
One year growth: 121.7%
Net income: $21.6M

Officers:
Chairman: Aneel Bhusri
President, CEO, and Director: Frank Slootman
SVP Operations: Nick Bacica

Competitors:
NetApp
Quantum Corporation
Sun Microsystems

Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
Wikipedia: Data domain
Top

In data management and database analysis, a data domain refers to all the unique values which a data element may contain. The rule for determining the domain boundary may be as simple as a data type with enumerated list of values.

For example, a database table that has information about people, with one record per person, might have a "gender" column. This gender column might be declared as a string data type, and allowed to have one of two known code values: "M" for male, "F" for female—and NULL for records where gender is unknown or not applicable (or arguably "U" for unknown as a sentinel value). The data domain for the gender column is : "M", "F".

In a normalized data model, the reference domain is typically specified in a reference table. Following the previous example, a Gender reference table would have exactly two records, one per allowed value—excluding NULL. Reference tables are formally related to other tables in a database by the use of foreign keys.

Less simple domain boundary rules, if database-enforced, may be implemented through a check constraint or, in more complex cases, in a database trigger. For example, a column requiring positive numeric values may have a check constraint declaring the values must be greater than zero.

This definition combines the concepts of domain as an area over which control is exercised and the mathematical idea of a set of values of an independent variable for which a function is defined. See: domain (mathematics).

See also



 
 

 

Copyrights:

Hoover's Profile. ©2008 Hoover's, Inc. All rights reserved.  Read more
Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Data domain" Read more