Skip to content

Use the Postgres UUID column type for UUID values #862

@jtwalsh0

Description

@jtwalsh0

We've been using SQLAlchemy text type for UUID columns rather than Postgres's native UUID column type. (See here for an example.) The latter is 1) more efficient and 2) more robust because it handles inconsistent hyphen use.

The biggest drawback to the Postgres type is that it ties triage to Postgres. Are we hoping to remain database agnostic?

Perhaps I'm being optimistic, but I'd expect this to be an easy change, and I'd be happy to do it if there are no objections.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions