Different database table for seperate aggreagtes with JPA Event store

Currently I am using default configuration for JPA event store ( with postgres). I was wondering if it is possoble to create / use selerate tables for seperate aggregate, & if a table is not configured for a given aggregate, the utilize default event store table. I will really appreciate if someone can share any examples / reference documentation. Utilizing Spring boot with axon 4.7. Thank you

Something like this is possible with multitenancy extension, but boundary is tenant, not an aggregate

@Deepak_Chaudhary, I’m curious about the use case you’re facing leading to this question.
So, would you mind sharing why you are trying to set up a dedicated database/database-table per aggregate in your application?
Perhaps we can think of other solutions that can help you further.