Skip to content

Sequential Scans / Missing indexes? #380

Closed
@pglombardo

Description

@pglombardo

I'm happily using Solid queue in pwpush.com and the OSS project.

While investigating sequential scans I found this:

Screenshot 2024-10-10 at 13 21 07

Postgres backend. You can gather this info with the following DB query in rails dbconsole:

SELECT relname AS table_name,
       seq_scan,
       idx_scan
FROM pg_stat_user_tables
ORDER BY seq_scan DESC;

This project was originally at v0.3 and now v1.0 - all steps/migrations run. No production issues - everything runs smoothly. Only the minor issue above.

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