recommendations: Performance Recommendations

View source: R/diagnostics.R

recommendationsR Documentation

Performance Recommendations

Description

Uses run telemetry (copy/materialization stats, packing volume, buffer/table writes, scratch pool stats) to produce actionable recommendations.

Usage

recommendations(result)

Arguments

result

A shard_result from shard_map().

Value

A character vector of recommendations (possibly empty).

Examples


res <- shard_map(shards(100, workers = 2), function(s) sum(s$idx), workers = 2)
pool_stop()
recommendations(res)


shard documentation built on April 3, 2026, 9:08 a.m.