Skip to content

Fehlende Indexe #242

Open
Open
@storchinger

Description

@storchinger

Hallo,

Das sind die drei indexe die ich benötige, ansonsten ist die Benutzung auf meinem raspi 4 ein graus.

CREATE INDEX idx_1 on film (CASE WHEN UPPER(SUBSTR(showname, 1, 1)) BETWEEN 'A' AND 'Z' THEN UPPER(SUBSTR(showname, 1, 1)) WHEN SUBSTR(showname, 1, 1) BETWEEN '0' AND '9' THEN '0' ELSE '#' END);
CREATE INDEX idx_7 on film (channel);
CREATE INDEX idx_5 on film (aired , title , showname);

Könnt ihr das bitte checken? Ich denke das gäbe einen riesen Vorteil für alle. Bei mir flutscht es ja schon.

vg

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