Collection - Cardinality (Size/Length)

Data System Architecture

About

The cardinality of a collection is the number of values contained in that collection.

Visualisation

In a uml diagram, the possible cardinalities for a collection (value set) are specified with the multiplicity symbol.





Discover More
Data System Architecture
Collection - Sequence (Ordered)

A sequence is an abstract collection: of non-unique element where order matters - ie (A,B) is not equal to (B,A) non-unique means that it allows duplicate member (the same element/value may occur...
Association Entity Example
Logical Data Modeling - Association

An association is a relationship between two or more entities. It's represented by a link in the data model. An association: answers to the question why two entity need to know one another. specifies...
Data System Architecture
Logical Data Modeling - Multiplicity

Multiplicity constrain the number of values that may be contained by a container (ie entity set) The multiplicity specifies valid cardinalities of the collection it represents. (It denotes the possible...
Venn Diagram
Set Theory - Cardinality (Finite/Infinite Size)

cardinality in set The cardinality denotes the number of elements or cardinality of the set. (ie its size or length) The set has a cardinality of 4. A finite set is a set that you can...
Stream Vs Batch
Stream vs Batch

This article talks Stream Processing vs Batch Processing. The most important difference is that: in batch processing the size (cardinality) of the data to process is known whereas in a stream processing,...
Event Centric Thinking
What is a Stream? Also known as Pipe, Message Queue or Event Processing

A stream is: a sequence of aninfinite cardinality (size) delivered atunknown time intervals. list Streams of data user activity on a website sensor readings from devices (IOT) order...



Share this page:
Follow us:
Task Runner