Learn R Programming

shard (version 0.1.0)

recommendations: Performance Recommendations

Description

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

Usage

recommendations(result)

Value

A character vector of recommendations (possibly empty).

Arguments

result

A shard_result from shard_map().

Examples

Run this code
# \donttest{
res <- shard_map(shards(100, workers = 2), function(s) sum(s$idx), workers = 2)
pool_stop()
recommendations(res)
# }

Run the code above in your browser using DataLab