|
|
|
|
|
by tabtab
2460 days ago
|
|
I'd like to see "dynamic relational" implemented. It's conceptually very similar to existing RDBMS and can use SQL (with some minor variations for comparing more explicitly). You don't have to throw away your RDBMS experience and start over. And you can incrementally "lock it down" so that you get RDBMS-like protections when projects mature. For example, you may add required-field constraints (non-blank) and type constraints (must be parsable as a number, for instance). Thus, it's good for prototyping and gradually migrating to production. It may not be as fast as an RDBMS for large datasets, though. But that's often the price for dynamicness. (A fancy version could allow migrating or integrating tables to/with a static system, but let's walk before we run.) https://stackoverflow.com/questions/66385/dynamic-database-s... Some smaller university out there can make a name for themselves by implementing it. I've been kicking around doing it myself, but I'd have to retire first. |
|
https://www.google.com/search?q=expression+index+postgres
https://www.postgresql.org/docs/10/ddl-partitioning.html