Multi Paradigm Database Criticism

Continued from MultiParadigmDatabase

(TRDBMS = Traditional RDBMS, AKA Oracle and MS-SQL-Server style)

"Type" enforcement is generally through trigger-like constraints and validation. For example, integer could be enforced using a rule that only allows digits and no decimals. (Pre-defined types generally tend to favor specific languages, which we want to avoid. But for optimization purposes, how stuff is stored internally does not change the basic qualities of a MultiParadigmDatabase. If a column is designated an "integer", then it may indeed be stored as binary. This is just an implementation/optimization issue and does not change what the DB user sees. Essentially such a transformation is considered "hidden compression".) Related "type" info: TagFreeTypingRoadMap.

     <--- Requirements are Fuzzy ----- Medium ----- Requirements are Settled --->
     Spreadsheet...MultiParadigmDatabase...DynamicRelational....Traditional RDBMS
.

     <--- Requirements are Fuzzy and/or low-volume ---------- Requirements are Settled and/or high-volume --->
     Spreadsheet.............................................................................Traditional RDBMS
.


CategoryDatabase, CategoryPlanning, CategorySpeculative, CategoryCriticism


EditText of this page (last edited December 1, 2014) or FindPage with title or text search