Database Systems - Week 8

    The three most important thinga about this course are the things we learned about Database planning and designing.  You need to understand what data you will be storing and how often it will be accessed, what type of queries will be used, etc.  

    Data integrity is key when you are having users access, update, and insert data on a regular basis.  Data validation and design are both important to keeping data integrity to make sure invalid data isn't being inserted.  Designing a system to make it as difficult as possible to make mistakes is important.

    Scalability and performance are also very important because many databases handle large amounts of data and the more time it takes to find the data you need, the more money the company is losing.  Being able to grow as the need arises will set yourself up for the future rather than pushing the buck to the future.

    Accessibility and usability need to be on the primary list of things to think about when database planning.  There needs to be ways for users and admins to access the database with relative ease.  It should also be able to provide reporting, whether it be with visualizations or simple analysis reports.  It would also be a good idea to provide access to the device through as many different portals/devices as possible to allow good access to all users.

Comments

Popular posts from this blog

Learning Journal Final Entry...

Software Engineering - Week 8

Computer Networks - Week 8