---
title: Incremental Reloads
description: Configure incremental reloads in Statsig Warehouse Native to process new data efficiently without recomputing the entire experiment dataset each run.
product: general
last_updated: 2025-09-18
token_estimate: 191
---
# Incremental Reloads

> For AI agents: a documentation index is available at [/llms.txt](/llms.txt). Append `.md` to any page URL for markdown, or send `Accept: text/markdown`.

Incremental reloads save state from the last load, and load from the latest data read with a small buffer to ensure completeness. This job wipes data since the last load, plus that buffer, and then appends all new data to the staging datasets before calculating results for changed days.

Use an incremental reload when only new data has arrived, rather than a full reload that recomputes everything or a metric reload that restates a single metric.

This is the recommended way to load active experiments, and works best for ongoing, daily loads, especially when datasets are large.

