Non Relational Database Example

Introduction There can be quite a bit of confusion about non relational databases especially since the term “non relational database” doesn’t really define what it is, but what it isn’t. We’ll quickly cover what a non relational database is and then we’ll go over some of the technologies and how it’s different and consider some … Continued

MongoDB Lookup – What a MongoDB Lookup Does and How To Use It

Introduction In this article we’ll talk about the $lookup in MongoDB. We’ll talk about what it does and how to execute one. We’ll go over an example in the MongoDB Shell so you can gain a concrete understanding. Prerequisites You should have MongoDB installed on your system. You can follow along using the MongoDB Shell … Continued

MongoDB Collection Size

Introduction In this article we’ll look at finding out the size of your MongoDB collection. Whether you’re looking for the number of documents in the collection or the amount of storage the collection is taking up we will show you how to get both in a simple easy way. We’ll first show you how to … Continued

MongoDB updateOne

Introduction In this article we will review the updateOne function in MongoDB. We will start by reviewing its function definition and then showing demonstration using JavaScript. we will talk about exactly what the function and went to apply. Prerequisites You should have MongoDB installed on your system. What updateOne Does? The updateOne() function updates the … Continued

How to Read MongoDB Log Error Messages

Introduction If you do any type of development or database admin you know the feeling of staring at a cryptic error message and having no idea where to start debugging. Just looking at that cryptic error message can be intimidating. Our goal for this article is to take some of that fear away by explaining … Continued

Tips and Tricks to Making Your SQL Queries Faster

Introduction However much we’d like to avoid it there are times when a DBA has to perform a query on the production database. When you do this you want to make sure that the queries are efficient and don’t hog the system resources which could cause problems for your users. In this article we’re gonna … Continued

What’s a DBA and What They Do

Introduction Database administrators (DBAs) manage database management systems (DBMSs) and use them to deploy and maintain databases. Today’s organizations use databases to store profiles of customers, product inventories, sales transactions, and much more. Even so, the area of database administration is often misunderstood. That could be the main reason why it’s not practiced the same … Continued

Understanding the Concepts of Database Scalability, Elasticity, and Availability

Introduction A sustainable database and database management system (DBMS) must have scalability elasticity availability concepts. Since databases are business investments, it makes sense for organizations to want to grasp essential database concepts so they can make informed purchasing decisions. Scalability is the ability of a database or DBMS to handle an increase or decrease of … Continued

Keep in the know!

Subscribe to our emails and we’ll let you know what’s going on at ObjectRocket. We hate spam and make it easy to unsubscribe.