Jake Tiritilli
Jake Tiritilli
I’ll work on trying to fix this one.
I'm not sure about other databases, but for PostgreSQL we found that the [hash index](https://hakibenita.com/postgresql-hash-index) works well given that Modulith is doing a full equality comparison on the serialized event...
For our use case, we wrote our own `EventPublication` entity so that associations with child tables that we built could be added. I wanted to be able to retrieve all...
@odrotbohm I just wanted to follow up with this to see if that's something you'd want to allow. I'd be willing to contribute the change if we can align on...