OddBit
Home
Categories
About
  • Globally unique numeric keys in PostgreSQL

    João Pinheiro Dec 1, 2021 · 7 min read · sql tutorial  ·
    Share on:

    Usage of numeric unique identifiers is a very popular approach to identify individual records in database systems. However, these identifiers can lead to collisions between multiple database instances. In this tutorial, we show a simple mechanism to generate unique numeric keys per cluster.

    Read More

Featured Posts

  • The case against .env files for configuration
  • Globally unique numeric keys in PostgreSQL
  • Minimalist dependency injection in Python

Recent Posts

  • The case against .env files for configuration
  • Globally unique numeric keys in PostgreSQL
  • Minimalist dependency injection in Python

Categories

CLUSTER 1 POSTGRESQL 1 PYTHON 1 RANT 1

Tags

TUTORIAL 2 BEST-PRACTICES 1 PATTERNS 1 SQL 1
OddBit

Copyright 2020-  ODDBIT. All Rights Reserved