Skip to main content
Since 2.23.0 Generate a UUIDv7 object based on the current time. The UUID contains a UNIX timestamp split into millisecond and sub-millisecond parts, followed by random bits. You can use this function to generate a time-ordered series of UUIDs suitable for use in a time-partitioned column in . UUIDv7 microseconds

Samples

  • Generate a UUIDv7 object based on the current time
  • Insert a generated UUIDv7 object

Returns