Logical Data Modeling - (Atomic|Indivisible)

Data System Architecture

Logical Data Modeling - (Atomic|Indivisible)

About

Atomic means indivisible.

Atomic data is the most detailed information collected.

Such data cannot be subdivided further and is said to be an the lowest grain.

In data analysis, this is in general data that represents an event or a dimension (ie entity).

If you drill down in your data (ie by adding a column to your query), the returned row set should have the same count than before.

The atomic grain of a set is defined by its unique key (a primary key is also a unique key)





Discover More
Card Puncher Data Processing
Data Type - Scalar Variable

A scalar variable is an atomic quantity that can hold only one value at a time A scalar function returns a scalar. The contrary of scalar variable are collections. A scalar multiplication is usually...
Star Schema
Dimensional Data Modeling - Grain

The grain is the combination of all lower hierarchy level of the descriptif attribute of a relation (table or query). If you query only a table, the unique key of this table is the grain If you query...
Compiler
Lexical Analysis - (Token|Lexical unit|Lexeme|Symbol|Word)

A token is symbols of the vocabulary of the language. Each token is a single atomic unit of the language. The token syntax is typically a regular language, so a finite state automaton constructed from...
Data System Architecture
Logical Data Modeling - Unique Key

A Unique Key identifies: the lowest level of an entity the unique identifier of a single instance remains unique over time butcan change over time. and enforces uniqueness primary key The set...
Text Mining
Natural Language - Token (Word|Term)

In Natural Language processing, Tokens can be things like: word, numbers, acronyms, word-roots or fixed-length character strings. A token is the result of parsing (tokenization) the document...



Share this page:
Follow us:
Task Runner