---
title: 相关概念
description: "- In-memory Shuffle：在Shuffle过程中，将数据缓存在内存中，而不是直接写入磁盘。这样可以减少磁盘IO的开销，提高数据处理的效率。"
url: https://www.hikunpeng.com/document/detail/zh/omniruntime/omnishuffle/kunpengbds_omniruntime_20_9020.html
sourcePath: /source/zh/omniruntime/omnishuffle/kunpengbds_omniruntime_20_9020.html
indexId: e3d684ca932bcb755718d95b99d558b77fdce1db181fe02cca35576e845d767f70
---
# 相关概念

- In-memory Shuffle：在Shuffle过程中，将数据缓存在内存中，而不是直接写入磁盘。这样可以减少磁盘IO的开销，提高数据处理的效率。
- OCKD进程：OmniShuffle Shuffle加速安装成功后可以通过OCKD进程启停OmniShuffle Shuffle加速。
- RSS（Remote Shuffle Service）：Shuffle服务独立部署在Spark集群外的节点，会在远端进行Shuffle。
