Is this substantially different than https://github.com/intellectronica/ruler? Or how would you differentiate?
Is this correct? -- Parent table CREATE TABLE events ( id bigint, user_id bigint, event_type integer, payload text, created_at timestamp ) PARTITION BY HASH (user_id); -- First level: 16 partitions by user_id CREATE…
Is this substantially different than https://github.com/intellectronica/ruler? Or how would you differentiate?
Is this correct? -- Parent table CREATE TABLE events ( id bigint, user_id bigint, event_type integer, payload text, created_at timestamp ) PARTITION BY HASH (user_id); -- First level: 16 partitions by user_id CREATE…