Audience asks whether Eventide uses a centralised event store. Ladd: the 'one DB per service' rule comes from relational databases where associations prevent clean service boundaries. Event stores don't offer cross-stream associations and are naturally isolated at the stream boundary, so running all services against the same physical event store is fine. Split for operational reasons — e.g. if the account service's traffic interferes with other services, move its database out.