NoSQL Databases: Frequently Asked Questions
January 25, 2021
Q: What is NoSQL? When you hear someone use the term NoSQL, they’re referring to non-relational databases. Some people will tell you that NoSQL stands for “non SQL.” However, the more fitting term is “not only SQL” as some NoSQL databases continue to support SQL. NoSQL databases utilize a flexible system of storing data, compared […]
ArticlesA Beginner’s Guide to NoSQL
January 19, 2021
Traditionally the way that SQL works is through relational databases. As such, it tends to run into certain issues, for example, complex design due to needing to avoid data duplication. Another big issue is the fact that SQL is only vertically scalable, and therefore can become quite expensive as a project expands. NoSQL was made […]