Category Archives

MongoDB – Covered Queries

In this chapter, we will learn about covered queries. What is a Covered Query? As per the official MongoDB...

MongoDB – Covered Queries

In this chapter, we will learn about covered queries. What is a Covered Query? As per the official MongoDB...

MongoDB – PHP

To use MongoDB with PHP, you need to use MongoDB PHP driver. Download the driver from the url Download...

MongoDB – PHP

To use MongoDB with PHP, you need to use MongoDB PHP driver. Download the driver from the url Download...

MongoDB – Relationships

Relationships in MongoDB represent how various documents are logically related to each other. Relationships can be modeled via Embedded...

MongoDB – Relationships

Relationships in MongoDB represent how various documents are logically related to each other. Relationships can be modeled via Embedded...

MongoDB – Database References

As seen in the last chapter of MongoDB relationships, to implement a normalized database structure in MongoDB, we use...

MongoDB – Database References

As seen in the last chapter of MongoDB relationships, to implement a normalized database structure in MongoDB, we use...

MongoDB – Deployment

When you are preparing a MongoDB deployment, you should try to understand how your application is going to hold...

MongoDB – Deployment

When you are preparing a MongoDB deployment, you should try to understand how your application is going to hold...

MongoDB – Java

In this chapter, we will learn how to set up MongoDB CLIENT. Installation Before you start using MongoDB in...

MongoDB – Java

In this chapter, we will learn how to set up MongoDB CLIENT. Installation Before you start using MongoDB in...

MongoDB – Replication

Replication is the process of synchronizing data across multiple servers. Replication provides redundancy and increases data availability with multiple...

MongoDB – Replication

Replication is the process of synchronizing data across multiple servers. Replication provides redundancy and increases data availability with multiple...

MongoDB – Sharding

Sharding is the process of storing data records across multiple machines and it is MongoDB's approach to meeting the...

MongoDB – Sharding

Sharding is the process of storing data records across multiple machines and it is MongoDB's approach to meeting the...

MongoDB – Create Backup

In this chapter, we will see how to create a backup in MongoDB. Dump MongoDB Data To create backup...

MongoDB – Create Backup

In this chapter, we will see how to create a backup in MongoDB. Dump MongoDB Data To create backup...

MongoDB – Indexing

Indexes support the efficient resolution of queries. Without indexes, MongoDB must scan every document of a collection to select...

MongoDB – Indexing

Indexes support the efficient resolution of queries. Without indexes, MongoDB must scan every document of a collection to select...

', { 'anonymize_ip': true });