Extension: omni.datastore-110.3.0

Documentation Generated: Aug 27, 2026

Overview#

Internal extension used to interact with different Derived Data Cache backends. This is used by RTX-Renderer and other systems to store GPU-ready data for streaming.

Shard disconnection resilience#

set, get, and touch transparently retry on transient shard failures (backoff up to /UJITSO/datastore/GRPCDataStore/operationMaxRetries attempts). If a shard drops mid-operation, the retry keeps waiting while the shard reconnects — including the brief window where no shard is active — instead of failing immediately. A request only fails fast on an empty shard set when no shard was ever connected.