|
This is a glossary of commonly used data warehousing, database and UCSD specific terms. This list is not designed to be conclusive. If there are any glaring omissions or obvious falsehoods please report them to the address listed at the end of the page.
|
Quickjump :
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
|
|
- A -
|
|
Additive Fact
|
|
Additive facts are measurements in a fact table that are able to be added across all of the dimensions.
|
|
alias
|
|
A short substitute or "nickname" for a table name.
|
|
ASCII
|
|
American Standard Code for Information Interchange. An eight-bit code for character representation; includes seven bits plus parity.
|
|
attribute
|
|
A field represented by a column within an object (entity). An object may be a table, view or report.
|
|
- B -
| |
|
Back End Tool
|
|
A back end tool is a software application, typically resident on both the client and the server; that assists in the production data extract process. Compare with front end tool.
|
|
browser
|
|
A software application that is used to allow users to read an HTML document in a user friendly readable format. Two well known browsers are Mosaic and NetScape.
|
|
- C -
| |
|
client
|
|
A software application on your computer, which is used to extract or download some application, data or service from a host system.
|
|
Client/Server architecture
|
|
A 'networked' environment where a smaller system such as a PC interacts with a larger, faster system. This allows the processing to be performed on the larger system which frees the user's PC. The larger system is able to connect and disconnect from the clients in order to more efficiently process the data.
|
|
Conforming Dimensions
|
|
Conforming dimensions are dimensions that have exactly the same set of primary keys and same number of records. Two conformed dimensions can be combined into a single dimension by creating the union of the attributes.
|
|
- D -
| |
|
Data Directory
|
|
The Data Directory is a component of ACTs DataLink product. The Data Directory provides the descriptions of all databases, tables and fields used within DARWIN. A physical data model (also called a schema or entity-relationship diagram) is provided for each subject area within DARWIN and a subset of the SQL-DSE. A search option also exists that allows the ability to find all structures containing the data field of interest.
|
|
DataLink
|
|
DataLink is a web based product developed by UCSD's Data Warehouse team to provide detailed information about the data contained within its environment. Currently, information is provided for overall data, available SQL queries and data refresh history.
|
|
DARWIN
|
|
DARWIN (Data Repository and Windows to Information) is the primary data environment running on a Sun/Sybase server, with full data directory support, integrity checks and training classes.
|
|
Data Mart
|
|
A data mart is a subject oriented subset of data classically designed for ease of use.
|
|
Degenerate Dimension
|
|
A dimension key, such as an invoice number or a ticket number that has no attributes and hence has no actual dimension table.
|
|
Denormalize
|
|
To allow redundancy in a table so that the table can remain flat.
|
|
dimensional modeling
|
|
Dimensional modeling is a generally accepted practice in the data warehouse industry to structure data intended for user access, analysis and reporting in dimensional data models. They are specifically designed to meet the twin goals of ease-of-use and performance. Over the past five years, the use of dimensional models for data warehousing has become an industry standard. It is a well-proven technique that allows for fast retrieval of data and also helps the business users to understand the data easily. This is achieved because the models are developed based on how the business sees the data.
|
|
- E -
| |
|
entity
|
|
A database object such as a table, view, report or screen.
|
|
Entity Relation Model
|
|
A model of an organization's data in which the objective has been to remove all repeated values by creating more tables.
|
|
- F -
| |
|
Fact Table
|
|
The central table in a star join schema characterized by a composite key, each of whose elements is a foreign key drawn from a dimension table.
|
|
Frequently Asked Questions (FAQs)
|
|
An acronym that refers to a text file on the internet that contains answers to frequently asked questions. FAQ's are a valuable resource for gaining knowledge on particular subjects of interest. FAQ's are compiled by subject matter.
|
|
Foreign Key
|
|
A field in a relational database table whose values are drawn from the values of a primary key in another table.
|
|
Front End Tool
|
|
A client tool that fetches or manipulates data stored on a relational database. Compare with back end tool.
|
|
ftp
|
|
File
Transfer
Protocol is the most common way to transfer files from one computer to another.
|
|
- G -
| |
|
Gigabyte
|
|
One billion bytes.
|
|
GQL
|
|
Graphical
Query
Language is a graphical query tool used to access information stored in a SQL database. As a user, you may query the data, download data into your own environment and generate reports. GQL is a software product designed by Andyne.
|
|
GUI
|
|
GUI (pronounced gooey) stands for
Graphical
User
Interface.
|
|
- H -
| |
|
HTML
|
|
HTML, or HyperText Markup Language, a subset of SGML, provides a tag set used to create an HTML document. The tags or elements tell the browser how to display the information. The tags are used to "mark," in a hierarchical format, the different components of the document.
|
|
HTTP
|
|
The HyperText Transfer Protocol is a fixed set of commands used during a hypertext link between a client and server.
|
|
hyperlink
|
|
A hyperlink is a logical link between two related pieces of information in the same document or between different documents. It will allow you to quickly jump from one document or location to another transparently. This is the "cool" part of HTML.
|
|
Hypertext
|
|
A hypertext document is a combination of text, links to other documents, sound, graphic images, and film clips.
|
|
- I -
| |
|
IFIS
|
|
Integrated Financial Information Systems is the central campus financial system that processes accounts payable, budget and staffing, chart of accounts, travel, purchasing, general accounting, express order systems.
|
|
index
|
|
An index is a link between one table and another, it allows for rapid access to the rows of a table based on the values of one or more columns in another table.
|
|
Internet
|
|
The internet is a network of networks linked together through low level protocols.
|
|
ip address
|
|
Every device on the network is assigned an address which is used for communicating from device to device.
|
|
ISIS
|
|
Integrated Student Information Systems is the central campus student system that processes academic history, accounts receivable, admissions, course catalog/schedue, facilities, grades, housing, registration, and student aid management systems.
|
|
- J -
| |
|
- K -
| |
|
- L -
|
|
Local Area Network (LAN)
|