Development

img
Development

What is MongoDB capped collections

By: Spoke Right / 11 Nov, 2023

Capped collections are fixed-size circular collections that follow the insertion order to support high performance for create, read, and delete operations. By circular, it mea...

img
Development

What is GridFS in MongoDB

By: Spoke Right / 11 Nov, 2023

GridFS is the MongoDB specification for storing and retrieving large files such as images, audio files, video files, etc. It is kind of a file system to store files but its da...

img
Development

How to working With Rock MongoDb

By: Spoke Right / 11 Nov, 2023

RockMongo is a MongoDB administration tool using which you can manage your server, databases, collections, documents, indexes, and a lot more. It provides a very user-friendly way for reading, writ...

img
Development

What does MongoDB - Regular Expression

By: Spoke Right / 11 Nov, 2023

Regular Expressions are frequently used in all languages to search for a pattern or word in any string. MongoDB also provides functionality of regular expression for string pattern matching using t...

img
Development

How to search for text in MongoDB

By: Spoke Right / 11 Nov, 2023

Starting from version 2.4, MongoDB started supporting text indexes to search inside string content. The Text Search uses stemming techniques to look for specified words i...

img
Development

What is MapReduce in MongoDB

By: Spoke Right / 11 Nov, 2023

As per the MongoDB documentation, Map-reduce is a data processing paradigm for condensing large volumes of data into useful aggregated results. MongoDB uses ...

img
Development

What is MongoDB - ObjectId

By: Spoke Right / 11 Nov, 2023

We have been using MongoDB Object Id in all the previous chapters. In this chapter, we will understand the structure of ObjectId.

An ObjectId is a 12-byte BSON type...

img
Development

What are the limitations of MongoDB

By: Spoke Right / 11 Nov, 2023

Extra Overhead

Every index occupies some space as well as causes an overhead on each insert, update and delete. So if you rarely use your collection for read operations, it makes sense not...

img
Development

What is MongoDB ObjectID

By: Spoke Right / 11 Nov, 2023

MongoDB uses ObjectIds as the default value of _id field of each document, which is generated while the creation of any document. The complex combination of ObjectId make...

img
Development

What are the limitations of MongoDB

By: Spoke Right / 11 Nov, 2023

In this chapter, we will learn about Indexing Limitations and its other components.

Extra Overhead

Every index occupies some space as well as causes an overhead on each insert, update...


Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20210902/imagick.so (/usr/local/lib/php/extensions/no-debug-non-zts-20210902/imagick.so: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20210902/imagick.so.so (/usr/local/lib/php/extensions/no-debug-non-zts-20210902/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0