In case you have your own slow SQL query, you can optimize it automatically here.
For the query above, the following recommendations will be helpful as part of the SQL tuning process.
You'll find 3 sections below:
CREATE INDEX verbatim_verbatim_idx_group_id ON "verbatim_verbatim" ("group_id");
SELECT
DISTINCT jsonb_object_keys("verbatim_verbatim"."meta") AS "meta_key"
FROM
"verbatim_verbatim"
WHERE
"verbatim_verbatim"."group_id" = 'dd1c8016-a0ea-49bb-914b-1c036fb3b0a1'::uuid