Quantcast
Channel: Severalnines - MongoDB
Browsing all 286 articles
Browse latest View live

Tips for Managing MongoDB Remotely

Working remotely due to the Covid-19 pandemic means an increase in the importance of isolated infrastructures; more specifically ones that can only be accessed through an internal network, but in a way...

View Article


An Overview of MongoDB User Management

Database User Management is a particularly important part of data security, as we must understand who is accessing the database and set the access rights of each user. If a database does not have a...

View Article


Image may be NSFW.
Clik here to view.

NoSQL Data Streaming with MongoDB & Kafka

Developers describe Kafka as a "Distributed, fault-tolerant, high throughput, pub-sub, messaging system." Kafka is well-known as a partitioned, distributed, and replicated commit log service. It also...

View Article

Dealing with Slow Queries in MongoDB

When in production, an application should provide a timely response to the user for the purpose of improving user interaction with your application. At times, however, database queries may start to lag...

View Article

Image may be NSFW.
Clik here to view.

The Battle of the NoSQL Databases - Comparing MongoDB & Cassandra

Introduction to MongoDBMongoDB was introduced back in 2009 by a company named 10gen. 10gen was later renamed to MongoDB Inc., the company which is responsible for the development of the software, and...

View Article


Preparing a MongoDB Server for Production

After developing your application and database model (when it is time to move the environment into production) there are a couple of things that need to be done first. Oftentimes developers fail to...

View Article

Image may be NSFW.
Clik here to view.

The Battle of the NoSQL Databases - Comparing MongoDB & MSSQL's NoSQL Functions

It is a well-known fact that MSSQL databases have ruled the world of data technologies and have been the primary source of data storage for over four decades. Generally, the MSSQL database is used...

View Article

Image may be NSFW.
Clik here to view.

How to Reduce Replication Lag in Multi-Cloud Deployments

Replication lag is an inevitable occurrence for multi-cloud database deployments, as it causes delays of transactions to reflect into the target node or cluster. When implementing a multi-cloud...

View Article


Troubleshooting a MongoDB Sharded Cluster

In MongoDB, large data sets involve high throughput operations and this may overwhelm the capacity of a single server. Large working data sets implicate more stress on the I/O capacity of disk devices...

View Article


Image may be NSFW.
Clik here to view.

The Battle of the NoSQL Databases - Comparing MongoDB & Firebase

The most challenging task to do in a business start-up is to choose the perfect technology based on business needs. In the course of backend app development, any mistake while choosing the right...

View Article

Image may be NSFW.
Clik here to view.

Fixing Page Faults in MongoDB

Page faults are a prevalent error that mostly occurs in a large application involving large data. It takes place when MongoDB database reads data from physical memory rather than from virtual memory....

View Article

Image may be NSFW.
Clik here to view.

The Battle of the NoSQL Databases - Comparing MongoDB and CouchDB

MongoDB and CouchDB both are the types of document-based NoSQL databases. A document database is also called mdocument store, and they are usually used to store the document format of the...

View Article

Determining the Best Architecture for a MongoDB Cluster Deployment

Cluster deployments are of great significance in ensuring the high availability of data as well as protecting it. MongoDB enhances this through replication and sharding, whereby replication ensures...

View Article


A Security Checklist for MongoDB Production Deployments

When an application requires a large geographical area to perform an organization is often forced to store its data in the cloud. Applications built on MongoDB are not an exception to this concept....

View Article

Image may be NSFW.
Clik here to view.

Comparing Deployment Patterns for MongoDB

MongoDB deployment in production can only really work if the right deployment pattern is adhered to. Deploying a replica set in a single host does not guarantee the high availability of data. Dealing...

View Article


How to Prevent Rollbacks in MongoDB

Replication in MongoDB involves replica sets by members with an architecture of a primary and secondary members but at times with a non data bearing member called an arbiter. The replication process is...

View Article

What’s New in MongoDB 4.4

MongoDB 4.4 (currently in beta) is being rolled out with the main agenda of addressing developer suggestions from the MongoDB community . This version has been released to augment the database's...

View Article


Storing Files in MongoDB with GridFS

Many applications involve file management and have file storage as an important feature for enhancing data processing. File storage often requires a third party CDN (Content Delivery Network), such as...

View Article

Tips for Running MongoDB in Production Using Change Streams

Modern databases must have the capacity to capture and react to data as they flow in real-time.  This explains why MongoDB has a feature called MongoDB Change Streams responsible for capturing and...

View Article

A Development & Operations Checklist for MongoDB

MongoDB operation and development checklists are meant to help database administrators avoid encountering issues in the MongoDB production environment. A Development Checklist should address issues...

View Article
Browsing all 286 articles
Browse latest View live