Open this paste on another device
The QR code contains the clean paste URL. It contains no password or delete token.
sqlRead-only
1
CREATE INDEX CONCURRENTLY IF NOT EXISTS idx_events_account_created
ON account_events (account_id, created_at DESC)
INCLUDE (event_type)
WHERE deleted_at IS NULL;
EXPLAIN (ANALYZE, BUFFERS)
SELECT event_type, created_at
FROM account_events
WHERE account_id = 42 AND deleted_at IS NULL
ORDER BY created_at DESC
LIMIT 50;
Paste details
- Visibility
- Public
- Size
- 319 bytes
- Protection
- Standard link access
- Retention
- No automatic expiry
Share with confidence
Unlisted links are not searchable, but anyone with the URL can open them. Never paste live credentials or personal data.