production / launch-notes-prod
Simulator
Need help?Mock data
Policy evidence
See the request BaseCLF evaluates.
SELECT
"posts"."id",
"posts"."title",
"posts"."author_id",
"posts"."status"
FROM "posts"
WHERE (
"posts"."status" = ?1
OR "posts"."author_id" = ?2
);ParameterBound value
?1published?2usr_maya_chenMissing index
`posts.author_id` is used by a policy and has no index.
CREATE INDEX idx_posts_author_id ON posts(author_id);p_01Launch notesMaya · publishedVisiblep_02Team draftLeo · draftBlockedp_03Public roadmapMaya · publishedVisiblep_04Private briefLeo · draftBlockedPolicy simulation ready.Fixture-backed preview