Skip to content

Using Spock with Snowflake Sequences

We strongly recommend that you use Snowflake sequences instead of legacy Postgres sequences.

Snowflake is an extension that provides an int8 and sequence based unique ID solution to optionally replace the Postgres built-in bigserial data type. This extension allows Snowflake IDs that are unique within one sequence across multiple instances in a distributed cluster.