Skip to content

perf: is (status_geom_type) = ('latest', 'Point') more performant than (status_geom_type).geom_type = 'Point'`? #35

Description

@matthiasschaub

Is (status_geom_type).geom_type = 'Point'
as performant as

status_geom_type = ANY(ARRAY[
        ('latest', 'Point')::status_geom_type_type,
        ('history', 'Point')::status_geom_type_type])

?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions