production / launch-notes-prod

Simulator

Need help?Mock data

Policy evidence

See the request BaseCLF evaluates.

Input01
Generated SQL
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_chen
Missing index

`posts.author_id` is used by a policy and has no index.

CREATE INDEX idx_posts_author_id ON posts(author_id);
Result2 of 4 visible
p_01Launch notesMaya · publishedVisible
p_02Team draftLeo · draftBlocked
p_03Public roadmapMaya · publishedVisible
p_04Private briefLeo · draftBlocked
Decided byread_publishedread_own_drafts
Policy simulation ready.Fixture-backed preview