Selecting a DBMS

Government institutions should follow the software lifecycle guidelines when procuring and implementing database management systems. In particular, the following should be considered when selecting a DBMS:

Data model [Recommended]

Determine the appropriate data model for your DBMS such as relational or NoSQL based on the nature of the data and how it will be used. Relational DBMS tend to be used for structured data while NoSQL supports unstructured or semi-structured data.

DBMS Choice [Mandatory]