📄️ Concepts
Documents are at the heart of every record in FerretDB.
📄️ Insert operation
The insert operation adds a new document to a collection.
📄️ Read operation
The read operation retrieves documents in a collection.
📄️ Update operation
The update operation modifies a document record in a collection, based on a given query parameter and update.
📄️ Delete operation
The delete operation removes a document from the database when a given query is met.
📄️ Aggregation pipeline and commands
Aggregation operations involve performing various operations on a large number of data records, such as data grouping, sorting, restructuring, or modifying.
📄️ Indexes
Indexes are essential in improving query performance by enabling fast retrieval of relevant documents when querying large collections.