LST-Bench is a framework that allows users to run benchmarks specifically designed for evaluating Log-Structured Tables (LSTs) such as Delta Lake, Apache Hudi, and Apache Iceberg.
Apache License 2.0
69
stars
35
forks
source link
Introduce concurrent execution of tasks within a session #337
This PR introduces the ability to execute tasks concurrently within a session, providing more flexibility in workload management.
For concurrent execution, each task must specify a start time relative to the beginning of the session, and the maximum number of tasks that can run in parallel should be defined at the session level.
The following snippet shows the definition of a session executing tasks concurrently:
This PR introduces the ability to execute tasks concurrently within a session, providing more flexibility in workload management. For concurrent execution, each task must specify a start time relative to the beginning of the session, and the maximum number of tasks that can run in parallel should be defined at the session level. The following snippet shows the definition of a session executing tasks concurrently: