Projects
A project is the core unit of Meilisearch Cloud. Think of it as a dedicated Meilisearch server:- 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.| Resource-based | Usage-based | |
|---|---|---|
| Billing | Fixed resources (CPU, RAM, storage) | Searches and documents |
| Scaling | Manual (you choose the tier) | Automatic |
| Price predictability | High | Depends on traffic |
| Best for | Production workloads with known traffic | Variable or early-stage workloads |
Regions
Meilisearch Cloud is available in multiple regions across the world. Choose the region closest to your users for the lowest latency.| Code | Location | Recommended for |
|---|---|---|
FRA | Frankfurt, Germany | European users |
LON | London, United Kingdom | UK and Western Europe |
SGP | Singapore | Southeast Asia and Oceania |
JPN | Japan | Japan and Northeast Asia |
SFO | San Francisco, United States | US West Coast |
NYC | New York, United States | US East Coast and global default |
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
Premium Compute
Premium Compute is a class of dedicated infrastructure available on Enterprise plans. Compared to standard resource tiers, Premium Compute 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