Hi guys!
I saw these conversations:
forum discussion: Partitioning in DDL
blog article (about partition key support): Hibernate ORM 6.2 - Partitioning support - In Relation To
And I think there’s a great, brand-new service for declarative schema management: atlas (with atlas-provider-hibernate)
Atlas let us to generate DDL from ORMs, versioned migrations, schema tests, and other beautiful things.
This means developers are able to select JPA Entity first approach.
But with advanced DDLs like partition is not supported by hibernate yet and atlas-provider-hibernate uses hibernate’s ddl generation, there’s no way to support partition while atlas has strong support for partition.
I think, from now, DDL support for partitioning could be a great feature for Atlas users.