Projects
A project is a Meilisearch Cloud instance, a dedicated and fully isolated Meilisearch deployment:- Each project has its own indexes and documents
- Each project has its own API keys and security settings
- Each project is either resource-based or usage-based (see below)
Resource-based vs usage-based projects
When creating a project, you choose a billing model: Resource-based projects give you a fixed allocation of CPU, RAM, and storage. You have full control over the resources available to your instance, and billing is predictable: you pay for what you provision, regardless of traffic. Usage-based projects scale automatically. Instead of choosing a resource tier, you pay based on the number of searches performed and documents indexed. Meilisearch Cloud provisions the resources needed to serve your workload without you managing capacity. This model is simpler to get started with, but costs are harder to predict since they vary with your usage.Regions
Meilisearch Cloud is available in multiple regions across the world. Choose the region closest to your users for the lowest latency.PAR runs on the AWS European Sovereign Cloud and is a low-carbon region, making it a good default for European workloads with strict data sovereignty or sustainability requirements. For full region details and latency guidance, see Cloud regions.
Resource tiers
Each project runs on a resource tier that defines its CPU, RAM, and storage allocation. Choose a tier based on:- Index size: Larger indexes require more RAM for fast search
- Query volume: High QPS benefits from more CPU
- Vector search: Storing and searching vectors requires additional RAM proportional to the number of dimensions and documents
A small portion of a tier’s CPU and RAM (up to about 5%) is reserved to run Meilisearch and the tooling around it. Plan for slightly less than the full allocation being available for your data and queries.
Dedicated Resources
Dedicated Resources is a class of dedicated infrastructure available on Enterprise plans. Compared to standard resource tiers, Dedicated Resources offers:- Dedicated physical resources (no shared CPU or memory with other tenants)
- Higher-performance CPUs with better single-thread and multi-thread throughput
- Faster disk I/O for index reads and writes
- Optimized builds tuned for search workloads
Next steps
Create a project
Step-by-step guide to creating your first project
Regions
Detailed region reference and latency guidance
Manage resources
Scale CPU and RAM to match your workload
Version management
View and upgrade your Meilisearch version
Sharding and replication
Scale to large datasets with high availability
Backups
Automatic weekly backups with Enterprise customization options