Understanding In-Memory Databases for DBAs

Introduction Disk storage is used for preserving data in a database management system (DBMS). Because the information is on the disk, the data must first be retrieved, and then modified or read on disk as well. The in memory databases DBAs must utilize enable them to speed up accessing data. Many DBMSs handle the staging … Continued

How to add Pagination using Node and Mongo

Introduction In the last article series https://kb.objectrocket.com/mongo-db/how-to-setup-react-node-and-mongodb-based-project-part-1-459, I discussed how you can setup React, Node and Mongo together by making a To-Do List App. Today, we are going to dig deeper into our database system MongoDB. In this tutorial, I’m going to explain to you that how you can pagination in your application. Add Pagination … Continued

The Importance of Fine-Tuning Optimization for DBAs

Introduction If you’re working as a DBA, you probably find that much of your time is spent tuning database performance. Many DBAs, however, fall into the trap of getting too focused on optimizing SQL statements and application code without considering the impact of the database design and structure itself. The truth is, all the SQL … Continued

Good Data with ACID

Introduction ACID is an acronym for Atomicity, Consistency, Isolation, and Durability. It’s trending now, but how much and in which ways ACID benefits databases and database management systems (DBMS) could use more clarity. DBAs can take advantage of the four qualities of good data ACID. Atomicity refers to the ensuring that the processing guidelines of … Continued

The DBAs pursuit of Data Quality

Introduction Organizations gather, store, and create data at an exponential rate. To add credence to that fact, most businesses can easily say their current year’s data is larger than the previous year’s. What’s more, they predict that the amount of data they’ll manage next year will be more than what they manage today. That’s not … Continued

Mongodb vs Hadoop Performance – the Best Comparison

The IT community has experienced an interesting phenomenon in recent years. Many new technologies emerged and immediately used big data. A little older technology will also add big data to their own characteristics to avoid overloading the troops, and we notice the marginal blurring between different technologies. If you use MongoDB JSON files, or a … Continued

How to Get MongoDB Documents Using Golang

Introduction If you’re interested in using the Golang language to communicate with your instance of MongoDB, it’s easy to accomplish this with the help of the Golang driver for MongoDB. Once the driver is installed, it’s easy to connect to MongoDB from your Golang script with just a few lines of code. In this article, … Continued

How To Setup A MongoDB App Using Golang On MacOS

Introduction The Go programming language (Golang) helps developers, just like you, automate tasks more proficiently. Matter of fact, easier tasking could be one of the main reasons why it’s a popular and preferred language for many coders. Add to the mix, MongoDB, the database that’s document-based, and you’ve also streamlined your productivity in managing your … Continued

Tips and Tricks for Optimizing Database Performance

Introduction If you’re a DBA, you know how easy to is to get wrapped up in the details of performance tuning and overlook the big picture. It’s important to maintain a set of goals and guidelines to keep you heading on the right track and focused on the things that matter. Over time, we’ve developed … 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.