# What kind of workloads are suitable for bare metal instances?

Bare metal servers are physical servers that do not have a hypervisor layer between the hardware and the operating system. They are often used for high-performance workloads that require direct access to hardware resources. Here are some examples of workloads that are well-suited for bare metal servers:

1. High-performance computing: Bare metal servers are often used for high-performance computing (HPC) workloads that require a high degree of processing power, memory, and storage. HPC workloads include scientific simulations, machine learning, and other computationally intensive tasks.
2. Databases: Bare metal servers are also well-suited for databases that require direct access to hardware resources, such as high-capacity storage and fast network connectivity. Databases such as Oracle, Microsoft SQL Server, and MongoDB can benefit from the performance and reliability of bare metal servers.
3. Gaming: Bare metal servers are also used in gaming environments where low latency and high throughput are critical to delivering a smooth and responsive gaming experience. Game developers and publishers use bare metal servers to host multiplayer games and gaming platforms.
4. Big data: Bare metal servers are ideal for big data workloads that require high-speed data processing and storage. Hadoop clusters and other big data platforms can be deployed on bare metal servers to provide the processing power and storage capacity needed to handle large volumes of data.
5. High-traffic web applications: Bare metal servers can also be used to host high-traffic web applications that require high performance and reliability. Applications that handle large volumes of traffic, such as social media sites, e-commerce platforms, and content delivery networks, can benefit from the high performance and low latency of bare metal servers.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.console.zenlayer.com/welcome/bare-metal/bare-metal-faq/what-kind-of-workloads-are-suitable-for-bare-metal-instances.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
