Sufficiently Smart Database

Perhaps "sufficiently smart RDBMS" would be a better term.... but a SufficientlySmartDatabase is a database with numerous mystical quantities, yet to be implemented--yet often spoken of as it if exists (or is about to be available RealSoonNow).

Qualities of SufficientlySmartDatabases:

I'll settle for one which offers enough LogicalPhysicalSeparation? that the DBA can change the physical storage without affecting the logical model (UpdateableViews?, clustering [as in Oracle], MaterialisedViews? and query optimisation across federated databases all help here, but AFAIK no production quality RDBMS does enough yet). Then we won't ever have to talk about "denormalising for performance" or "star-schemas" ever again.

Yes, this is an important part of maintaining LogicalPhysicalSeparation?. A corollary is "stop inventing new SQL syntax for special cases you want to be faster, and just make the optimiser recognise them when written in standard SQL (e.g. quota queries). (Or use a different relational language that makes it easier, instead of SQL -- I'm not wedded to the language but to the model.)

Not the highest priority, I would think -- I don't mind paying an expert to tune a thing with lots of knobs. I just don't want that tuning to break my apps or compromise my data. Of course, SelfTuningDatabases (RDBMSs) would be nice to have...

Agreed -- I want to have relations in my application code too, but the library/product that allows doesn't need to share any code with the Oracle 28j server that self-tunes blah blah. As long as the _model_ scales (which it does), and the API is consistent, I'm happy with multiple implementations. An open question is how much of the "full RDBMS" functionality do you want in MinimalTable -- how important is log-phys separation, for example, given that we are using it at a low (i.e. close to physical) level?

See also SufficientlySmartCompiler, SelfTuningDatabases


EditText of this page (last edited September 15, 2005) or FindPage with title or text search