Advertisement

NoSQL Databases: Advantages and Disadvantages

NoSQL databases (aka non-relational databases) come with both advantages and disadvantages. On the plus side, they are more scalable than traditional relational databases and can store a variety of formats. Additionally, they are easy to use, and their flexibility can speed up development, especially in a cloud computing environment. NoSQL databases were developed as a […]

A Database Reverse Engineering Case Study

Click here to learn more about author Michael Blaha. In a blog last year we discussed database archaeology, which is another name for database reverse engineering. Database reverse engineering is the inverse to normal development. We start with an application and work backwards to understand the software and infer its content. This month we’ll take a […]