Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Replace ULID raw record ID with UUID v7 #300

Merged
merged 4 commits into from
Jul 18, 2024

Commits on Jul 18, 2024

  1. chore: poetry add uuid7

    aaronsteers committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    299ac7e View commit details
    Browse the repository at this point in the history
  2. feat:replace ulid() with uuid7str() as raw record ID

    perf improvement: uuid7str() now takes 4us vs previous 9us: ULID() 4us + str() 5us
    aaronsteers committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    bee16ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8754c70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    209a746 View commit details
    Browse the repository at this point in the history