LocalPod
Localpod Data Connector Documentation
The Localpod Data Connector enables setting up a parent/child relationship between datasets in the current Spicepod. This can be used for configuring multiple/tiered accelerations for a single dataset, and ensuring that the data is only downloaded once from the remote source. For example, you can use the localpod
connector to create a child dataset that is accelerated in-memory, while the parent dataset is accelerated to a file.
The dataset created by the localpod
connector will logically have the same data as the parent dataset.
Synchronized Refreshes
The localpod
connector supports synchronized refreshes, which ensures that the child dataset is refreshed from the same data as the parent dataset. Synchronized refreshes require that both the parent and child datasets are accelerated with refresh_mode: full
(which is the default).
When synchronization is enabled, the following logs will be emitted:
Examples
Last updated
Was this helpful?