Optimize PostgreSQL indexes for query performance
Optimize indexes for the following PostgreSQL scenario: Table Definition: ```sql [PASTE YOUR TABLE SCHEMA] ``` Current Indexes: ```sql [PASTE EXISTING INDEXES] ``` Common Queries (list your most frequent queries): ```sql [PASTE QUERIES] ``` EXPLAIN ANALYZE output (if available): ``` [PASTE EXPLAIN…
Premium Prompt
Unlock this prompt — and all 30,000+ expert-crafted prompts — with Pro.
Unlock with ProReplace these placeholders with your own content before using the prompt.
[PASTE YOUR TABLE SCHEMA][PASTE EXISTING INDEXES][PASTE QUERIES]