We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96854d8 commit cb9dd8aCopy full SHA for cb9dd8a
workload_examples/single_index_analysis.md
@@ -34,8 +34,6 @@ alter sequence test_pilot.items_id_seq owned by test_pilot.items.id;
34
35
create index items_updated_at_idx on test_pilot.items(items_updated_at_idx);
36
create index items_category_idx on test_pilot.items(category);
37
-create index items_category_idx on test_pilot.items(category);
38
39
create index items_status_idx on test_pilot.items(status);
40
create index items_created_at_idx on test_pilot.items(created_at);
41
create index items_email_idx on test_pilot.items(email);
0 commit comments