-
One on of the most important changes in Postgresql 10 is native (without triggers) partitioning support.
I think it's not so hard to port the sql files to work with this feature.
-
Postgres natively supports partitioned tables
https://www.postgresql.org/docs/current/ddl-partitioning.html
-
Partitioning Support in Doctrine for Relational Databases
| Q | A
|------------ | ------
| New Feature | yes
| RFC | no
| BC Break | no
#### Summary
Request a s…
-
https://wiki.postgresql.org/wiki/New_in_postgres_10#Native_Partitioning
Two questions:
- Currently, is there any way to modify/configure the command executed when creating tables to support addi…
-
Hi,
Do you have a plan to support postgresql 10's native partitioning mechanism?
BR
ra2er updated
5 years ago
-
Is it possible to specify a list of object names to ignore? (regex or glob)
In some case I am using native PostgreSQL partitioning and it would be nice to ignore those when generating a schema diff…
-
Timescaledb is a PostgreSQL extension: https://github.com/timescale/timescaledb
It seems like it could help manage the database going forward, adding things like automatic partitioning of time seri…
-
How can I use Postgres sharding with prisma? If it’s not currently supported, I would be very interested in it.
-
I'm a member of a project that is going to be using code-first EFC with Postgres and need to utilise table partitioning. It would be great if the data connector supported this natively so we don't hav…
-
PostgreSQL is an ORDBMS, supporting table inheritance, which might map quite nicely to Java class inheritance. This could be leveraged by the code generator, adding some more semantics to generated ar…