Closed
Description
I'm happily using Solid queue in pwpush.com and the OSS project.
While investigating sequential scans I found this:

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
Labels
No labels