Skip to main content

4 docs tagged with "data structures"

View All Tags

Data Structures - Indices

Indices are key components of any database. In the Genesis platform, every table must have at least one index: the primary key. This is vital for controlling how data is read by an application.

Data Structures - Tables

Typically, such as in relational databases, a table is a data structure that organises data into rows and columns.