Introduction

Databases is a very crucial components in web development. Almost all websystem make use of some sort of database to store information, from rational databases to store user, product, article etc information to no-sql databases and even local storage.

Making sure that databases are maintained and setup correctly is very important for making sure your application is preforming at optimal speed, with the necessary security.

Important things to keep in mind

  • Backups: Preforming regular backups of your systems in very important for happy clients, and your peach of mind.
  • Archive Data: Archiving old data ensures your database stays lean and preformant.
  • User Access: Limiting access directly to your database is one of the most important security step you can take.