Distributed Compute
Task graphs are a powerful feature of TileDB Cloud, allowing you to distribute work across numerous machines in a parallel, serverless manner.
Note
This feature is available only on TileDB Cloud.
A task graph is the way TileDB Cloud allows you to run any workload (ETL, ML, genomics, or any other computation) in a distributed manner across numerous machines that execute tasks in the task graph in parallel, respecting the dependencies specified by the edges of the graph. The Tutorials: Distributed Compute section includes examples of using task graphs with arrays. For more information on task graphs, visit the TileDB Cloud: Task Graphs section.