# 哪些工作负载适合使用裸机实例？

裸机服务器是物理服务器，硬件和操作系统之间没有安装虚拟层。它们通常用于需要直接访问硬件资源的高性能工作负载。以下是适合裸机服务器的一些工作负载示例：

1. 高性能计算：裸机服务器常用于高性能计算（HPC）工作负载，这些工作负载需要大量的处理能力、内存和存储。HPC 工作负载包括科学模拟、机器学习和其他计算密集型任务。
2. 数据库：裸机服务器也适合那些需要直接访问硬件资源的数据库，例如大容量存储和快速网络连接。Oracle、Microsoft SQL Server 和 MongoDB 等数据库可以从裸机服务器的性能和可靠性中获益。
3. 游戏：裸机服务器还被用于游戏环境，其中低延迟和高吞吐量对于提供流畅的游戏体验至关重要。游戏开发者和发行商使用裸机服务器来托管多人游戏和游戏平台。
4. 大数据：裸机服务器非常适合需要高速数据处理和存储的大数据工作负载。Hadoop 集群和其他大数据平台可以部署在裸机服务器上，以提供处理大量数据所需的处理能力和存储容量。
5. 高流量 Web 应用程序：裸机服务器也可以用于托管需要高性能和可靠性的高流量 Web 应用程序。处理大量流量的应用程序，如社交媒体网站、电子商务平台和内容分发网络，可以从裸机服务器的高性能和低延迟中受益。


---

# 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/cn/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.
