← All stories
● Covered by 1 source · 1 reportMedium impact1 neutral

RapidsMPF Achieves 1.8 TiB/s Data Shuffling for Out-of-Core Operations

🔄 Updated 10h ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • RapidsMPF shuffles data at 1.8 TiB/s.
  • It is an out-of-core shuffler.
  • Addresses memory-intensive data shuffling.
  • Critical for operations like join, groupby, merge, sort.

RapidsMPF Performance

RapidsMPF, an out-of-core shuffler, has achieved a data shuffling speed of 1.8 TiB/s. This performance is significant for operations that require moving large datasets that do not fit into memory.

Addressing Shuffling Challenges

Shuffling is a core component in structured data analytics, essential for operations such as join, groupby, merge, and sort. These operations are often memory-intensive, can be slow due to data transport, and require synchronization, leading to potential Out-Of-Memory (OOM) errors or stalled execution plans.

RapidsMPF is designed to mitigate these issues by providing a reusable solution that manages data spilling to disk when memory limits are reached, allowing for budgeting of these operations.

Importance of Shuffling in Joins

Data joins, particularly in distributed systems, rely heavily on efficient shuffling. In-memory joins involve a build phase, where a hash table is constructed from one table, and a probe phase, where another table is scanned against this hash table. This process requires holding multiple tables and the hash table in memory simultaneously.

When data is distributed, the challenge intensifies as data may not be colocated, necessitating movement between processes or nodes. RapidsMPF's capabilities are particularly relevant for these distributed join scenarios.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~7 min · 6 stories · Sep 27

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

RapidsMPF, a reusable out-of-core shuffler, has demonstrated data shuffling at 1.8 TiB/s. This development addresses memory-intensive shuffling challenges in structured data analytics by enabling efficient handling of data that exceeds available memory.