Skip to content

Mark MSSqlDevice catalog operators as deterministic #43

@JPercival

Description

@JPercival

Sql server is able to optimize query plans when they use operators that are deterministic, because it can call the operator once, and then cache the result.

The are operators in the catalog that could be marked as deterministic, but are not. We need to go through and analyze which operators could be marked as deterministic and do so.

There are examples in #42

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions