zitadel/migrations/cockroach/V1.50__changes_idx.sql

1 line
126 B
MySQL
Raw Normal View History

CREATE INDEX changes_idx ON eventstore.events (aggregate_type, aggregate_id, creation_date) USING HASH WITH BUCKET_COUNT = 10;