objektiid
Objektiid is a term used in Estonian information technology to refer to unique identifiers assigned to objects in a computer system. They provide a stable reference that distinguishes objects—such as database records, files, API resources, or in-memory structures—from one another.
These identifiers are designed to be unique within a given scope, and often to remain stable over
Common formats include numeric IDs and non-numeric identifiers such as UUIDs, ULIDs, or Snowflake-style IDs. Numeric
In practice, objektiid are used as primary keys in databases, keys in data stores, resource identifiers in