📄️ Indexing
Indexing In Any Database is essential for faster retrieval of data. Indexing is a way to optimize the performance of a database by minimizing the number of disk accesses required when a query is processed. It is a data structure technique which is used to quickly locate and access the data in a database. Indexes are created using a few database columns.
📄️ Blueprint
MonPulse introduces a Blueprint class, this class easily allows you to create indexes on your collections. You can create indexes on a single field, multiple fields, and compound indexes.
📄️ Model Blueprint
Model Blueprint is an extended class of Blueprint that allows you to create indexes on your models.