Skip to content
Legacy docs for Tenzir v5.x. For the latest Tenzir v6 series, visit docs.tenzir.com. Migrating from v5? Read the Tenzir v6 migration guide.

Removes ordering assumptions from a pipeline.

unordered {}

The unordered operator takes a pipeline as an argument and removes ordering assumptions from it. This causes some operators to run faster.

Note that some operators implicitly remove ordering assumptions. For example, sort tells upstream operators that ordering does not matter.

unordered {
read_json
}

Last updated: