PennyDreadfulMTG / perf-reports

2 stars 2 forks source link

Exceeded slow_query limit (132.1 > 100.0) in mysql: ``` #42372

Closed vorpal-buildbot closed 5 years ago

vorpal-buildbot commented 5 years ago
    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Tranquil Garden', 'Falkenrath Gorger', 'Abzan Charm', 'Teysa, Envoy of Ghosts', 'Dwynen, Gilt-Leaf Daen', 'Flying Men', 'Kindle', 'Elvish Harbinger', 'Pillar of Flame', 'Kederekt Leviathan', 'Masked Admirers', 'Divine Reckoning', 'Time Stop', 'Sanguine Sacrament', 'Savage Surge', 'Wingcrafter', 'Aryel, Knight of Windgrace', 'Rise from the Tides', 'Pirate Ship', 'Distress', 'Chandra''s Spitfire', 'Bojuka Brigand', 'Teshar, Ancestor''s Apostle', 'Pilfered Plans', 'Elixir of Immortality', 'Shrine of Loyal Legions', 'Prophet of Distortion', 'Scatter to the Winds', 'Plumeveil', 'Kjeldoran Outpost', 'Thornbow Archer', 'Servo Exhibition', 'Sultai Emissary', 'Protean Hydra', 'Sever the Bloodline', 'Whispering Specter', 'Trial of Ambition', 'Read the Bones', 'Baleful Ammit', 'Take Inventory', 'Price of Fame', 'Lull', 'Sphere of the Suns', 'Moment of Craving', 'Phantasmal Dragon', 'Yavimaya Elder', 'Reverse Engineer', 'Carrion Call', 'Millikin', 'Blighted Fen', 'Thornweald Archer', 'Sai of the Shinobi', 'Gather the Pack', 'Paladin en-Vec', 'Sram''s Expertise', 'Elvish Branchbender', 'Bogbrew Witch', 'Story Circle', 'Pontiff of Blight', 'Jalum Tome', 'Crystal Ball', 'Deathspore Thallid', 'Bubbling Cauldron', 'Vendetta', 'Flesh-Eater Imp', 'Gathan Raiders', 'Ashling''s Prerogative', 'Puppeteer Clique', 'Trespasser''s Curse', 'Servo Schematic', 'Cremate', 'Rootwater Depths', 'Jarad''s Orders', 'Incendiary Flow', 'Stasis Snare', 'Overwhelming Stampede', 'Saving Grace', 'Hellrider', 'Whispersilk Cloak', 'Grim Haruspex', 'Chief of the Foundry', 'Followed Footsteps', 'Opulent Palace', 'Phyrexian Totem', 'Bloodwater Entity', 'Drana''s Emissary', 'Terra Eternal', 'Fevered Visions', 'Foundry of the Consuls', 'Sandsteppe Citadel', 'Defend the Hearth', 'Murderous Cut', 'Dream Twist', 'Nest of Scarabs', 'Comparative Analysis', 'Destructive Force', 'One with the Machine', 'Sylvan Advocate', 'Thought Eater', 'Gateway Plaza', 'Witness the End', 'Manic Scribe', 'Gruul Guildgate', 'Stone Quarry', 'Rogue Refiner', 'Outrider en-Kor', 'Aven Mimeomancer', 'Lonely Sandbar', 'Cephalid Illusionist', 'Elemental Bond', 'Honored Hierarch', 'Hidden Stockpile', 'Ever After', 'Spatial Contortion', 'Valduk, Keeper of the Flame', 'Honden of Cleansing Fire', 'Circuitous Route', 'Illusory Angel', 'Smothering Abomination', 'Fling', 'Jhessian Infiltrator', 'Fiery Impulse', 'Revitalize', 'Rampant Growth', 'Dread Statuary', 'Kessig Prowler', 'Grim Reminder', 'Riot Control', 'Rakshasa Deathdealer', 'Nettlevine Blight', 'End Hostilities', 'Grow from the Ashes', 'Conduit of Ruin', 'Spell Shrivel', 'Cataclysmic Gearhulk', 'Captain''s Claws', 'Lathnu Hellion', 'Fungal Reaches', 'Brago, King Eternal', 'Halcyon Glaze', 'Marshal''s Anthem', 'Red Sun''s Zenith', 'Jayemdae Tome', 'Curse of Thirst', 'Bloodthrone Vampire', 'Dawntreader Elk', 'Kitesail Apprentice', 'Dimir Guildgate', 'Shivan Sand-Mage', 'Mind Grind', 'Wee Dragonauts', 'Firedrinker Satyr', 'Hellion Crucible', 'Traxos, Scourge of Kroog', 'Druid of the Cowl', 'Blood Scrivener', 'Sword of Vengeance', 'Skirsdag High Priest', 'Intet, the Dreamer', 'Sigarda''s Aid', 'Clash of Wills', 'Fairgrounds Warden', 'Rogue''s Passage', 'Assault // Battery', 'Repeal', 'Barter in Blood', 'Winds of Rebuke', 'Cadaver Imp', 'Cartouche of Strength', 'Shrapnel Blast', 'Mask of Avacyn', 'Pyramid of the Pantheon', 'Gruul Signet', 'Attune with Aether', 'Short Sword', 'Nekrataal', 'Bounty of the Luxa', 'High Priest of Penance', 'Lantern Scout', 'Zhur-Taa Druid', 'Kiora''s Follower', 'Slinn Voda, the Rising Deep', 'Sanctum of Ugin', 'Ornamental Courage', 'Toolcraft Exemplar', 'Leaf Gilder', 'Encroaching Wastes', 'Spire Tracer', 'Hixus, Prison Warden', 'Fiery Fall', 'Hellspark Elemental', 'Duskmantle, House of Shadow', 'Sweatworks Brawler', 'Phantasmagorian', 'Ruins of Trokair', 'Hallowed Moonlight', 'Grasp of Darkness', 'Tome Scour', 'Ire Shaman', 'Striped Riverwinder', 'Bident of Thassa', 'Steam Augury', 'Stonecloaker', 'Concentrate', 'Oona, Queen of the Fae', 'Warleader''s Helix', 'Last Breath', 'Putrid Imp', 'Simic Guildgate', 'Altar''s Reap', 'Gatekeeper of Malakir', 'Efficient Construction', 'Icefeather Aven', 'Tempered Steel', 'Boon Reflection', 'Lightning Rift', 'Drake Haven', 'Swell of Growth', 'Kor Duelist', 'Phyrexian Hydra', 'Mycosynth Wellspring', 'Crossbow Infantry', 'Molten Disaster', 'Empyrial Plate', 'Flinthoof Boar', 'Bone Saw', 'Memorial to Genius', 'Gilded Lotus', 'Enraged Giant', 'Dreg Mangler', 'Zada''s Commando', 'Briarberry Cohort', 'Fungal Infection', 'Tetsuko Umezawa, Fugitive', 'Myr Sire', 'Merrow Harbinger', 'Electrostatic Pummeler', 'Veiled Apparition', 'Hand of the Praetors', 'Watchers of the Dead', 'Healing Hands', 'Burning of Xinye', 'Hanweir Militia Captain', 'Choked Estuary', 'Tranquil Expanse', 'Ally Encampment', 'Archery Training', 'Cunning Lethemancer', 'Root Snare', 'Confirm Suspicions', 'Sporecrown Thallid', 'Rest for the Weary', 'Arvad the Cursed', 'Honden of Seeing Winds', 'Starstorm', 'Renegade Rallier', 'Soltari Priest', 'Selesnya Signet', 'Scatter Arc', 'Sepulchral Primordial', 'Palace Familiar', 'Urban Evolution', 'Spark Spray', 'Oblivion Strike', 'Flame Jab', 'Mangara of Corondor', 'Merrow Commerce', 'Hermit Druid', 'Epochrasite', 'Khenra Charioteer', 'Fleshbag Marauder', 'Increasing Confusion', 'Mortuary Mire', 'Eldrazi Skyspawner', 'Semblance Anvil', 'Illusionist''s Bracers', 'Demonlord of Ashmouth', 'Curator of Mysteries', 'Soul''s Majesty', 'Soulcatcher', 'Fireslinger', 'Confiscate', 'Merfolk Spy', 'Kessig Cagebreakers', 'Nomad Outpost', 'Identity Thief', 'Slimefoot, the Stowaway', 'Addle', 'Declaration in Stone', 'Cloud Sprite', 'Staggershock', 'Magister of Worth', 'Goblin Dark-Dwellers', 'Aquitect''s Will', 'Savage Knuckleblade', 'Deeproot Waters', 'Vivid Meadow', 'Need for Speed', 'Sylvan Messenger', 'Opal Acrolith', 'Bow of Nylea', 'Esperzoa', 'Planar Outburst', 'Emeria Shepherd', 'Spore Swarm', 'Status // Statue', 'Izzet Guildgate', 'Howling Golem', 'Village Messenger', 'Verdant Force', 'Jaya''s Immolating Inferno', 'Genju of the Fens', 'Revoke Existence', 'Grozoth', 'Wanted Scoundrels', 'Brigid, Hero of Kinsbaile', 'Curse of Death''s Hold', 'Bloodsoaked Champion', 'Thallid Soothsayer', 'Trigon of Infestation', 'Chimeric Mass', 'Turn // Burn', 'Rot Wolf', 'Harm''s Way', 'Planar Cleansing', 'Selesnya Guildgate', 'Complete Disregard', 'Genju of the Falls', 'Salvage Drone', 'Imminent Doom', 'Everflowing Chalice', 'Chained to the Rocks', 'Restoration Specialist', 'Soulcatchers'' Aerie', 'Masticore', 'Cloudgoat Ranger', 'Utter End', 'Evolving Wilds', 'Rupture Spire', 'Tornado', 'Skirge Familiar', 'Waterveil Cavern', 'Nighthowler', 'Sunbird''s Invocation', 'Selesnya Guildmage', 'Storm Fleet Aerialist', 'Ranger''s Guile', 'Connive // Concoct', 'Corrupted Crossroads', 'Asylum Visitor', 'Ayli, Eternal Pilgrim', 'Tatyova, Benthic Druid', 'Fleetwheel Cruiser', 'Glorious Anthem', 'Healer''s Hawk', 'Felidar Guardian', 'Helm of the Host', 'Knight of the White Orchid', 'Memorial to Unity', 'Ondu Giant', 'Hada Freeblade', 'Emergent Growth', 'Momentary Blink', 'Treetop Scout', 'Flayer of the Hatebound', 'Unsummon', 'Psychic Drain', 'Stun Sniper', 'Nightveil Predator', 'Seaside Haven', 'Krosan Tusker', 'Brain Maggot', 'Brass Gnat', 'Sundering Growth', 'Yavimaya Hollow', 'Genju of the Fields', 'Thunderbolt', 'Rugged Highlands', 'Keldon Halberdier', 'Verdant Sun''s Avatar', 'Orochi Sustainer', 'Costly Plunder', 'Cruel Reality', 'Brainspoil', 'Jace''s Ingenuity', 'Kumena''s Awakening', 'Collective Effort', 'Boros Guildgate', 'Piston-Fist Cyclops', 'Temur Ascendancy', 'Psychic Strike', 'Jilt', 'Cliffhaven Vampire', 'Desecration Demon', 'Cathar''s Shield', 'Call the Bloodline', 'Spined Thopter', 'Engulf the Shore', 'Night Market Lookout', 'Brimstone Volley', 'Stone Haven Outfitter', 'Terrarion', 'Foul Orchard', 'Diabolic Tutor', 'Mogg Flunkies', 'Goblin Cratermaker', 'Soul Foundry', 'Fireball', 'Triskelion', 'Faith of the Devoted', 'The Mending of Dominaria', 'Curse of Echoes', 'Goblin Gaveleer', 'World Shaper', 'Demon of Dark Schemes', 'Hour of Revelation', 'Sin Collector', 'Behemoth Sledge', 'Slip Through Space', 'Metalwork Colossus', 'Phantasmal Bear', 'Urborg', 'Charmbreaker Devils', 'Whispers of the Muse', 'Power Sink', 'Fathom Feeder', 'Anax and Cymede', 'Cultivator''s Caravan', 'Caravan Vigil', 'Desert of the Glorified', 'Lightning Mauler', 'Honden of Night''s Reach', 'Forsaken Sanctuary', 'Yixlid Jailer', 'Compulsive Research', 'Kolaghan Monument', 'Sigil of the Empty Throne', 'Pentavus', 'Flameshadow Conjuring', 'Channeler Initiate', 'Sanitarium Skeleton', 'Protean Raider', 'Bile Blight', 'Metalspinner''s Puzzleknot', 'Radiant Flames', 'See Beyond', 'Displacement Wave', 'Countervailing Winds', 'Mesmeric Fiend', 'Collective Defiance', 'Radha, Heir to Keld', 'Plagued Rusalka', 'Squadron Hawk', 'Champion of Dusk', 'Jwar Isle Refuge', 'Spawning Pool', 'Artificer''s Assistant', 'Aphetto Alchemist', 'Greenseeker', 'Gempalm Strider', 'Sphinx of Uthuun', 'Blighted Woodland', 'Zendikar Resurgent', 'Exemplar of Strength', 'Oversoul of Dusk', 'Mercurial Pretender', 'Hunted Witness', 'Lotleth Giant', 'Accursed Witch', 'Brain Freeze', 'Azorius Guildgate', 'Nullify', 'Dominator Drone', 'Rattleclaw Mystic', 'Vigean Hydropon', 'Sludge Crawler', 'Psychatog', 'Ichor Slick', 'Glint Hawk Idol', 'Honed Khopesh', 'White Sun''s Zenith', 'Treasure Cruise', 'Dreadship Reef', 'Consume the Meek', 'Vile Rebirth', 'Highland Lake', 'Makeshift Mannequin', 'Molten Primordial', 'Painful Truths', 'Exile', 'Essence Flux', 'Scepter of Fugue', 'Expedite', 'Anticipate', 'Necropolis Fiend', 'Clone', 'Alchemist''s Vial', 'Implement of Combustion', 'Mystifying Maze', 'Haunted Dead', 'Rosheen Meanderer', 'Indulgent Aristocrat', 'Kamahl''s Druidic Vow', 'Crovax, Ascendant Hero', 'Supernatural Stamina', 'Vicious Conquistador', 'Shefet Monitor', 'Architects of Will', 'Crush Contraband', 'Ivory Tower', 'Dromoka Monument', 'Molderhulk', 'Court Homunculus', 'Tormenting Voice', 'Tribute to Hunger', 'Heir of Falkenrath', 'Tattermunge Maniac', 'Sygg, River Guide', 'Sunset Pyramid', 'Lich''s Mastery', 'Golden Wish', 'Scute Mob', 'Tragic Arrogance', 'Benevolent Bodyguard', 'Halimar Wavewatch', 'Dead Weight', 'Vivid Grove', 'Flaying Tendrils', 'Lord of the Unreal', 'Pinecrest Ridge', 'Viridian Joiner', 'Perilous Myr', 'Stromkirk Condemned', 'Familiar''s Ruse', 'Marwyn, the Nurturer', 'Hypnotic Specter', 'Diluvian Primordial', 'Atarka Monument', 'Ancient Amphitheater', 'Drownyard Behemoth', 'Krovikan Mist', 'Rustwing Falcon', 'Faith''s Fetters', 'Yavimaya Sapherd', 'Bitterheart Witch', 'Torment of Scarabs', 'Streambed Aquitects', 'Leave in the Dust', 'Lake of the Dead', 'Dissipate', 'Roterothopter', 'Looter il-Kor', 'Arc Lightning', 'Saltcrusted Steppe', 'Praetor''s Grasp', 'Aethertorch Renegade', 'Cytoplast Root-Kin', 'Ravenous Intruder', 'Consign // Oblivion', 'Aether Figment', 'Voldaren Pariah', 'Dread Return', 'Fists of Ironwood', 'Kalastria Healer', 'Frontline Medic', 'Zulaport Cutthroat', 'Skizzik', 'Fated Return', 'Cloudcrest Lake', 'Scab-Clan Mauler', 'Kazuul, Tyrant of the Cliffs', 'Dead // Gone', 'Overrun', 'Crumbling Necropolis', 'Keening Stone', 'Hordeling Outburst', 'Early Frost', 'Scuzzback Scrapper', 'Memorial to War', 'Boros Challenger', 'Vampire Cutthroat', 'Horribly Awry', 'Bygone Bishop', 'Razaketh''s Rite', 'Favorable Winds', 'Burst of Strength', 'Final Parting', 'Spellheart Chimera', 'Orzhov Guildgate', 'Cruel Edict', 'Splinterfright', 'March from the Tomb', 'Cryptoplasm', 'Turn Aside', 'Tuktuk the Explorer', 'Bloodhusk Ritualist', 'Ruination Guide', 'Bloodline Shaman', 'Inventor''s Apprentice', 'Altered Ego', 'Faerie Impostor', 'Bounty Agent', 'Ritual of Rejuvenation', 'Rakdos Guildgate', 'Dispeller''s Capsule', 'Final Judgment', 'Longtusk Cub', 'Bonded Fetch', 'Solemn Offering', 'Academy Elite', 'Druid''s Deliverance', 'Demonfire', 'Machinate', 'Invigorated Rampage', 'Safewright Quest', 'Conqueror''s Galleon', 'Grenzo, Dungeon Warden', 'Spiketail Hatchling', 'Svogthos, the Restless Tomb', 'Mask of Memory', 'Rishkar''s Expertise', 'Merfolk Sovereign', 'Gaea''s Blessing', 'Wren''s Run Vanquisher', 'Maverick Thopterist', 'Always Watching', 'Ulcerate', 'Ready // Willing', 'Culling Drone', 'Elsewhere Flask', 'Carrier Thrall', 'Fury Charm', 'Meandering River', 'Reviving Dose', 'Enclave Elite', 'Seeker of the Way', 'Curious Homunculus', 'Parallel Thoughts', 'Pain Seer', 'Maximize Velocity', 'Invoke the Divine', 'Stolen Identity', 'Swarm Surge', 'Angel of Condemnation', 'Veil of Secrecy', 'Reaver Drone', 'Cackling Counterpart', 'Skeleton Shard', 'Boartusk Liege', 'Advent of the Wurm', 'Auramancer', 'Elite Archers', 'Consul''s Lieutenant', 'Journeyer''s Kite', 'Electrostatic Bolt', 'Skinrender', 'Hunting Triad', 'Benalish Hero', 'Intrepid Hero', 'Burglar Rat', 'Wolf-Skull Shaman', 'Biorhythm', 'Lavinia of the Tenth', 'Survival Cache', 'Voltaic Brawler', 'Harvest Season', 'Curse of the Swine', 'Illusory Ambusher', 'Armament Master', 'Spear of Heliod', 'Reality Acid', 'Riddlesmith', 'Commencement of Festivities', 'Kuro, Pitlord', 'Blood-Cursed Knight', 'Vulshok Battlemaster', 'Mesa Pegasus', 'Pardic Dragon', 'Banisher Priest', 'Foreboding Ruins', 'Emeria Angel', 'Crumbling Vestige', 'Undead Gladiator', 'Loxodon Hierarch', 'Sculpting Steel', 'Underworld Cerberus', 'Precognition Field', 'Dregscape Zombie', 'Sphinx of Lost Truths', 'Deathbloom Thallid', 'Plague Stinger', 'Granite Shard', 'Veiled Sentry', 'Mizzium Skin', 'Kaleidostone', 'Grindclock', 'Fathom Seer', 'Corpse Hauler', 'Geistflame', 'Kazuul''s Toll Collector', 'Rootwater Hunter', 'Champion of the Flame', 'Transgress the Mind', 'Danitha Capashen, Paragon', 'Felhide Spiritbinder', 'Built to Smash', 'Sultai Charm', 'Accorder''s Shield', 'Errant Ephemeron', 'Cogwork Assembler', 'Vampiric Rites', 'Urza''s Factory', 'Void Shatter', 'Commune with Nature', 'Kor Bladewhirl', 'Agony Warp', 'Luminate Primordial', 'Prophet of Kruphix', 'Drowned Secrets', 'Quasiduplicate', 'Mind Spring', 'Immaculate Magistrate', 'Slaughter Drone', 'Plague Wind', 'Pale Rider of Trostad', 'Forbid', 'Tide Drifter', 'Slith Firewalker', 'Make a Stand', 'New Benalia', 'Blazing Archon', 'Dark Tutelage', 'Renewed Faith', 'Foriysian Totem', 'Grave Betrayal', 'Prophetic Bolt', 'Ghor-Clan Rampager', 'Viashino Sandstalker', 'Soltari Monk', 'Splendid Agony', 'Ulvenwald Tracker', 'Gnarlroot Trapper', 'Vivid Marsh', 'Krosan Wayfarer', 'Bogardan Hellkite', 'Carnophage', 'Loxodon Warhammer', 'Trophy Mage', 'Curse of Oblivion', 'Dack''s Duplicate', 'Dark Withering', 'Benefaction of Rhonas', 'Thawing Glaciers', 'Thallid Omnivore', 'Suffer the Past', 'Faerie Trickery', 'Saheeli''s Artistry', 'Open the Armory', 'Golgari Guildgate', 'Careful Consideration', 'Banishing Light', 'Pilgrim''s Eye', 'Consuming Vapors', 'Fanatic of Xenagos', 'Sejiri Merfolk', 'Narcomoeba', 'Dwarven Ruins', 'Cloudblazer', 'Hammer of Bogardan', 'Mark of the Oni', 'Vessel of Nascency', 'Savage Lands', 'Putrefy', 'Ravenous Rats', 'Sphinx Summoner', 'Stitch Together', 'Pulse Tracker', 'Watchwolf', 'Grand Warlord Radha', 'Hedron Archive', 'Salvager of Secrets', 'Military Intelligence', 'Scoured Barrens', 'Quicksand', 'Shrine of the Forsaken Gods', 'Reaper from the Abyss', 'Festering Newt', 'Arcanis the Omnipotent', 'Landslide', 'Perilous Voyage', 'Curse of Misfortunes', 'Insidious Will', 'Spelltwine', 'Riftwing Cloudskate', 'Inner Demon', 'Herald of Torment', 'Leave // Chance', 'Urza''s Ruinous Blast', 'Mystic Monastery', 'Walk the Plank', 'Shuko', 'Scryb Sprites', 'Smother', 'Bloodgift Demon', 'Black Cat', 'Vicious Offering', 'Trusty Machete', 'Gift of Growth', 'Ashcloud Phoenix', 'Secluded Steppe', 'Sagu Mauler', 'Teferi''s Moat', 'Teneb, the Harvester', 'Traumatic Visions', 'Kemba, Kha Regent', 'Sinister Concoction', 'Control Magic', 'Trial of Knowledge', 'Greatbow Doyen', 'Burning Oil', 'Shaman en-Kor', 'Immortal Servitude', 'Skarrg, the Rage Pits', 'Orzhov Charm', 'Congregation at Dawn', 'Broken Bond', 'Mockery of Nature', 'Exquisite Archangel', 'Brion Stoutarm', 'Kazandu Tuskcaller', 'Wretched Banquet', 'Chromatic Lantern', 'Chandra''s Ignition', 'Psychotic Episode'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 132.1, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (364.4 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Haunted Dead', 'Sunbird''s Invocation', 'Gilded Lotus', 'Aether Swooper', 'Spined Thopter', 'Greatbow Doyen', 'Watchers of the Dead', 'Dread Return', 'Expedition Envoy', 'Confiscate', 'Hellspark Elemental', 'Pia''s Revolution', 'Geistflame', 'Oona''s Grace', 'Savage Lands', 'Cackling Counterpart', 'Flameshadow Conjuring', 'Crumbling Vestige', 'Reef Shaman', 'Decoction Module', 'Make a Stand', 'Whirler Virtuoso', 'Starstorm', 'Collective Defiance', 'Oona, Queen of the Fae', 'Indulgent Aristocrat', 'Kederekt Leviathan', 'Rampant Growth', 'Declaration in Stone', 'Collective Effort', 'Crystal Ball', 'Scrabbling Claws', 'Wanted Scoundrels', 'Heir of Falkenrath', 'Gateway Plaza', 'Rupture Spire', 'Stasis Snare', 'Firedrinker Satyr', 'Vivid Grove', 'Murderous Cut', 'Gigantomancer', 'Agony Warp', 'Putrefy', 'Ally Encampment', 'Tranquil Garden', 'Herald of Torment', 'Blighted Woodland', 'Drownyard Behemoth', 'Fleetwheel Cruiser', 'Cultivator''s Caravan', 'Intet, the Dreamer', 'Narcomoeba', 'Bow of Nylea', 'Banishing Light', 'Unwind', 'Spelltwine', 'Boros Challenger', 'Carrier Thrall', 'Dreadship Reef', 'Call the Bloodline', 'Join the Ranks', 'Izzet Guildgate', 'Felidar Guardian', 'Highland Lake', 'Blisterpod', 'Executioner''s Capsule', 'Perilous Voyage', 'Scent of Brine', 'Dread Statuary', 'Skirsdag High Priest', 'Stone Quarry', 'Wharf Infiltrator', 'Repeal', 'Web of Inertia', 'Magus of the Future', 'Always Watching', 'Captain''s Claws', 'Hellrider', 'Increasing Savagery', 'Unsummon', 'Docent of Perfection', 'Banewhip Punisher', 'Tooth of Chiss-Goria', 'Sultai Charm', 'Makeshift Mannequin', 'Rugged Highlands', 'Lonely Sandbar', 'Moratorium Stone', 'Separatist Voidmage', 'Spiketail Hatchling', 'Gruul Signet', 'Cryptoplasm', 'Careful Consideration', 'Brigid, Hero of Kinsbaile', 'Stromkirk Condemned', 'Molten Primordial', 'Blood Scrivener', 'Mystic Monastery', 'Loxodon Hierarch', 'Traxos, Scourge of Kroog', 'Sram''s Expertise', 'Cloudblazer', 'Court Homunculus', 'Skinrender', 'Empyreal Voyager', 'Toolcraft Exemplar', 'Radiant Flames', 'Elite Archers', 'Flame Jab', 'Insidious Will', 'Addle', 'Kindle', 'Spiritmonger', 'Grove of the Guardian', 'Glint Hawk Idol', 'Vivid Marsh', 'Pillar of Flame', 'Darksteel Relic', 'Necropolis Fiend', 'Helm of the Host', 'Treasure Cruise', 'Edge of Autumn', 'Dark Withering', 'Memorial to Genius', 'Sphere of the Suns', 'Read the Bones', 'Kalastria Healer', 'Vitu-Ghazi, the City-Tree', 'Pilgrim''s Eye', 'Curious Homunculus', 'Identity Thief', 'Bile Blight', 'Forbid', 'Narcolepsy', 'Hermit Druid', 'Bounty of the Luxa', 'Temur Ascendancy', 'Rishkar''s Expertise', 'Cloudgoat Ranger', 'Consume the Meek', 'Shaman en-Kor', 'Bloodthrone Vampire', 'Benevolent Bodyguard', 'Immortal Servitude', 'Efficient Construction', 'Gruul Guildgate', 'Wretched Banquet', 'Phylactery Lich', 'True Believer', 'Desert of the Glorified', 'Asylum Visitor', 'Zulaport Cutthroat', 'Sculpting Steel', 'Fabrication Module', 'Ondu Giant', 'Talus Paladin', 'Followed Footsteps', 'Sultai Emissary', 'Selesnya Signet', 'Khalni Gem', 'Voldaren Pariah', 'Maximize Velocity', 'Advent of the Wurm', 'Grow from the Ashes', 'Krosan Tusker', 'Alchemist''s Vial', 'Desecration Demon', 'Jace''s Ingenuity', 'Academy Elite', 'Chromatic Lantern', 'Commune with Nature', 'Artificer''s Assistant', 'Dead Weight', 'Psychotic Episode', 'Lotleth Giant', 'Cremate', 'Last Breath', 'Planar Outburst', 'Azorius Guildgate', 'Shrapnel Blast', 'Charmbreaker Devils', 'Evolving Wilds', 'Thopter Spy Network', 'Dissipate', 'Hanweir Militia Captain', 'Felhide Spiritbinder', 'Stolen Identity', 'Rattleclaw Mystic', 'Selesnya Guildmage', 'Early Frost', 'Chained to the Rocks', 'Planar Cleansing', 'Phantasmal Bear', 'Barter in Blood', 'Baleful Ammit', 'Void Shatter', 'Spawning Pool', 'Martyr of Frost', 'Ire Shaman', 'Qasali Ambusher', 'Channeler Initiate', 'Hallowed Moonlight', 'Rakshasa Deathdealer', 'Choked Estuary', 'Naga Vitalist', 'Ulcerate', 'Sylvan Advocate', 'Woodland Stream', 'Distress', 'Gatekeeper of Malakir', 'Esperzoa', 'The Mending of Dominaria', 'Take Inventory', 'Attune with Aether', 'Chief of the Foundry', 'Magister of Worth', 'Anticipate', 'Engulf the Shore', 'Cascading Cataracts', 'Connive // Concoct', 'Waterveil Cavern', 'Veil of Secrecy', 'Bogardan Hellkite', 'Secluded Steppe', 'Consign // Oblivion', 'Dregscape Zombie', 'Tempered Steel', 'Grozoth', 'Desert of the Indomitable', 'Curse of the Swine', 'Gathan Raiders', 'Diluvian Primordial', 'Foreboding Ruins', 'Memorial to Unity', 'Hypnotic Specter', 'Chandra''s Spitfire', 'Sundering Growth', 'Boggart Harbinger', 'Momentary Blink', 'Epochrasite', 'Drana''s Emissary', 'Glorious Anthem', 'Vessel of Nascency', 'Grenzo, Dungeon Warden', 'Urborg', 'Tribute to Hunger', 'Seal of Doom', 'Psychic Possession', 'Chandra''s Ignition', 'Inner Demon', 'Mercurial Chemister', 'Unknown Shores', 'Pain Seer', 'Yavimaya Hollow', 'Brutal Expulsion', 'Conqueror''s Galleon', 'Rootwater Depths', 'Scoured Barrens', 'Tatyova, Benthic Druid', 'Dack''s Duplicate', 'Pale Rider of Trostad', 'Soul Foundry', 'Painful Truths', 'Reckless Fireweaver', 'Thawing Glaciers', 'Stun Sniper', 'Oath of Gideon', 'Falkenrath Gorger', 'Crumbling Necropolis', 'Falkenrath Noble', 'Opulent Palace', 'Prophet of Kruphix', 'Cataclysmic Gearhulk', 'Bojuka Brigand', 'Memorial to War', 'Sky Hussar', 'Moment of Craving', 'Bloodsoaked Champion', 'Servo Exhibition', 'Spear of Heliod', 'Saheeli''s Artistry', 'Elemental Bond', 'Tranquil Expanse', 'Power Sink', 'Seeker of the Way', 'Snapback', 'Kuro, Pitlord', 'Spellheart Chimera', 'Metalwork Colossus', 'Cephalid Illusionist', 'Sinister Concoction', 'Slith Firewalker', 'Scourglass', 'Landslide', 'Benefaction of Rhonas', 'Rogue''s Passage', 'Tormenting Voice', 'Journeyer''s Kite', 'Mesmeric Fiend', 'Shuko', 'Augury Owl', 'Rogue Refiner', 'Zada''s Commando', 'Vampire Cutthroat', 'Thornweald Archer', 'Sin Collector', 'Crossbow Infantry', 'Sphinx of Uthuun', 'Restoration Specialist', 'Tidal Warrior', 'March from the Tomb', 'Blighted Fen', 'Protean Raider', 'Artificer''s Epiphany', 'Serene Steward', 'Encroaching Wastes', 'Urza''s Factory', 'Vivid Meadow', 'Bloodwater Entity', 'Salvager of Secrets', 'Putrid Imp', 'Clockwork Beetle', 'Hordeling Outburst', 'Shrine of the Forsaken Gods', 'Mockery of Nature', 'Quasiduplicate', 'Circuitous Route', 'Clone', 'Fungal Infection', 'Elixir of Immortality', 'Fevered Visions', 'Shrine of Loyal Legions', 'Entomber Exarch', 'Simic Guildgate', 'Fiery Impulse', 'Flayer of the Hatebound', 'Demonlord of Ashmouth', 'Sandsteppe Citadel', 'Salvage Titan', 'Mercurial Pretender', 'Pyramid of the Pantheon', 'Ancient Amphitheater', 'Brain Maggot', 'Confirm Suspicions', 'Galvanic Bombardment', 'Broken Bond', 'Longtusk Cub', 'Harm''s Way', 'Trial of Knowledge', 'Jwar Isle Refuge', 'Grim Haruspex', 'Precognition Field', 'Hada Freeblade', 'Wall of Resurgence', 'Vampiric Rites', 'Altered Ego', 'Compulsive Research', 'Psychatog', 'Village Messenger', 'Cunning Lethemancer'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 364.4, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (118.3 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Bile Blight', 'Gruul Signet', 'Wanted Scoundrels', 'Trail of Evidence', 'Dead Weight', 'Pilgrim''s Eye', 'Precognition Field', 'Highland Lake', 'Cunning Lethemancer', 'Spined Thopter', 'Wall of Resurgence', 'Dark Withering', 'Vivid Grove', 'Prophetic Bolt', 'Spellheart Chimera', 'Psychic Possession', 'Woodland Stream', 'Sinister Concoction', 'Putrid Imp', 'Cryptoplasm', 'Fungal Infection', 'Opulent Palace', 'Moment of Craving', 'Seeker of the Way', 'March from the Tomb', 'Vessel of Nascency', 'Aether Swooper', 'Sunbird''s Invocation', 'Stromkirk Condemned', 'Kindle', 'Vitu-Ghazi, the City-Tree', 'Necropolis Fiend', 'Trial of Knowledge', 'Salvager of Secrets', 'Intet, the Dreamer', 'Boggart Harbinger', 'Shaman en-Kor', 'Prophet of Kruphix', 'Artificer''s Epiphany', 'Maximize Velocity', 'Narcolepsy', 'Boros Challenger', 'Last Breath', 'Clockwork Beetle', 'Connive // Concoct', 'Oath of Gideon', 'Galvanic Bombardment', 'Crumbling Necropolis', 'Compulsive Research', 'Unsummon', 'Thopter Spy Network', 'Insidious Will', 'Tidal Warrior', 'Dack''s Duplicate', 'Jwar Isle Refuge', 'Planar Cleansing', 'Sphinx of Uthuun', 'Bounty of the Luxa', 'Bloodthrone Vampire', 'Bojuka Brigand', 'Diluvian Primordial', 'Crumbling Vestige', 'Vampire Cutthroat', 'Power Sink', 'Gruul Guildgate', 'Addle', 'Chief of the Foundry', 'Scrabbling Claws', 'Putrefy', 'Drownyard Behemoth', 'Qasali Ambusher', 'Enclave Elite', 'Ally Encampment', 'Snapback', 'Cloudcrest Lake', 'Expedition Envoy', 'Murderous Cut', 'Sandsteppe Citadel', 'Moratorium Stone', 'Benefaction of Rhonas', 'Consign // Oblivion', 'Talus Paladin', 'Bloodwater Entity', 'Gateway Plaza', 'Scent of Brine', 'Mercurial Pretender', 'Izzet Guildgate', 'Memorial to War', 'Jace''s Ingenuity', 'Stun Sniper', 'Tribute to Hunger', 'Bow of Nylea', 'Confirm Suspicions', 'Manta Riders', 'Charmbreaker Devils', 'Memorial to Unity', 'Aquitect''s Will', 'Merrow Harbinger', 'Unknown Shores', 'Felidar Guardian', 'Cataclysmic Gearhulk', 'Elemental Bond', 'Bogbrew Witch', 'Rugged Highlands', 'Restoration Specialist', 'Ravenous Rats', 'Drana''s Emissary', 'Flame Jab', 'Martyr of Frost', 'Rogue Refiner', 'Cremate', 'Chained to the Rocks', 'Curious Homunculus', 'Skirsdag High Priest', 'Yavimaya Hollow', 'Oona, Queen of the Fae', 'Veil of Secrecy', 'Azorius Guildgate', 'Skinrender', 'Herald of Torment', 'Saheeli''s Artistry', 'Magister of Worth', 'Phantasmal Bear', 'True Believer', 'Demonlord of Ashmouth', 'Vivid Marsh', 'Agony Warp', 'Brutal Expulsion', 'Magus of the Future', 'Molten Primordial', 'Cascading Cataracts', 'Longtusk Cub', 'Curse of the Swine', 'Glint Hawk Idol', 'Tracker''s Instincts', 'Unwind', 'Hypnotic Specter', 'Brain Maggot', 'Graveblade Marauder', 'Pia''s Revolution', 'Simic Guildgate', 'Stasis Snare', 'Treasure Cruise', 'Sundering Growth', 'Soul Foundry', 'Halimar Wavewatch', 'Forbid', 'Esperzoa', 'Scourglass', 'Radiant Flames', 'Gilded Lotus', 'Wharf Infiltrator', 'Careful Consideration', 'Memorial to Genius', 'Deeproot Waters', 'Followed Footsteps', 'Temur Ascendancy', 'Slith Firewalker', 'Sram''s Expertise', 'Consume the Meek', 'Edge of Autumn', 'Court Homunculus', 'Felhide Spiritbinder', 'Always Watching', 'Sphere of the Suns', 'Sultai Charm', 'Krosan Tusker', 'Sin Collector', 'Watchers of the Dead', 'Sultai Emissary', 'Salvage Titan', 'Shrine of the Forsaken Gods', 'Rampant Growth', 'Identity Thief', 'Rupture Spire', 'Fiery Impulse', 'Kessig Cagebreakers', 'Call the Bloodline', 'Separatist Voidmage', 'Ondu Giant', 'Hordeling Outburst', 'Anticipate', 'Reef Shaman', 'Shrine of Loyal Legions', 'Spiritmonger', 'Commune with Nature', 'Pyramid of the Pantheon', 'Epochrasite', 'Zada''s Commando', 'Psychotic Episode', 'Collective Defiance', 'Servo Exhibition', 'Psychatog', 'Reckless Fireweaver', 'Declaration in Stone', 'Falkenrath Gorger', 'Dregscape Zombie', 'Cephalid Illusionist', 'Thawing Glaciers', 'Landslide', 'Artificer''s Assistant', 'Foreboding Ruins', 'Blighted Woodland', 'Sygg, River Guide', 'Ulcerate', 'Lotleth Giant', 'Festering Newt', 'Gigantomancer', 'Tooth of Chiss-Goria', 'Tranquil Expanse', 'Hellspark Elemental', 'Flameshadow Conjuring', 'Mockery of Nature', 'Pale Rider of Trostad', 'Docent of Perfection', 'Ancient Amphitheater', 'Circuitous Route', 'Fabrication Module', 'Rootwater Depths', 'Barter in Blood', 'Whirler Virtuoso', 'Blood Scrivener', 'Empyreal Voyager', 'Sky Hussar', 'Choked Estuary', 'Toolcraft Exemplar', 'Ire Shaman', 'Desert of the Indomitable', 'Repeal', 'Desecration Demon', 'Altar''s Reap', 'Banewhip Punisher', 'Cadaver Imp', 'Selesnya Signet', 'Grow from the Ashes', 'Spawning Pool', 'Vendetta', 'Crossbow Infantry', 'Indulgent Aristocrat', 'Selesnya Guildmage', 'Dissipate', 'Sylvan Advocate', 'Grim Haruspex', 'Attune with Aether', 'Fevered Visions', 'Kalastria Healer', 'Narcomoeba', 'Take Inventory', 'Distress', 'Makeshift Mannequin', 'Baleful Ammit', 'Increasing Savagery', 'Hallowed Moonlight', 'Encroaching Wastes', 'Advent of the Wurm', 'Planar Outburst', 'Web of Inertia', 'Wretched Banquet', 'Immortal Servitude', 'Kederekt Leviathan', 'Phylactery Lich', 'Cultivator''s Caravan', 'Urborg', 'Decoction Module', 'Spelltwine', 'Wrecking Ball', 'Desert of the Glorified', 'Darksteel Relic', 'Dreadship Reef', 'Geistflame', 'Grozoth', 'Quasiduplicate', 'Make a Stand', 'Flayer of the Hatebound', 'Crystal Ball', 'Benevolent Bodyguard', 'Grove of the Guardian', 'Secluded Steppe', 'Protean Raider', 'The Mending of Dominaria', 'Rattleclaw Mystic', 'Oona''s Grace', 'Vivid Meadow', 'Inner Demon', 'Stolen Identity', 'Glorious Anthem', 'Haunted Dead', 'Naga Vitalist', 'Starstorm', 'Chandra''s Spitfire', 'Mesmeric Fiend', 'Read the Bones', 'Engulf the Shore', 'Academy Elite', 'Dread Statuary', 'Vampiric Rites', 'Executioner''s Capsule', 'Hanweir Militia Captain', 'Serene Steward', 'Asylum Visitor', 'Tormenting Voice', 'Hellrider', 'Tatyova, Benthic Druid', 'Helm of the Host', 'Altered Ego', 'Scoured Barrens', 'Alchemist''s Vial', 'Painful Truths', 'Chandra''s Ignition', 'Merfolk Sovereign', 'Metalwork Colossus', 'Kopala, Warden of Waves', 'Entomber Exarch', 'Grenzo, Dungeon Warden', 'Tranquil Garden', 'Join the Ranks', 'Traxos, Scourge of Kroog', 'Mystic Monastery', 'Spear of Heliod', 'Perilous Voyage', 'Banishing Light', 'Cloudgoat Ranger', 'Splinterfright', 'Shuko', 'Firedrinker Satyr', 'Bloodsoaked Champion', 'Rogue''s Passage', 'Tempered Steel', 'Fleetwheel Cruiser', 'Pillar of Flame', 'Pain Seer', 'Orzhov Charm', 'Brigid, Hero of Kinsbaile', 'Thornweald Archer', 'Urza''s Factory', 'Village Messenger', 'Cloudblazer', 'Blighted Fen', 'Void Shatter', 'Journeyer''s Kite', 'Hermit Druid', 'Shrapnel Blast', 'Clone', 'Hada Freeblade', 'Rishkar''s Expertise', 'Elite Archers', 'Savage Lands', 'Lonely Sandbar', 'Hidden Stockpile', 'Dread Return', 'Carrier Thrall', 'Bogardan Hellkite', 'Rakshasa Deathdealer', 'Captain''s Claws', 'Waterveil Cavern', 'Sculpting Steel', 'Mercurial Chemister', 'Harm''s Way', 'Confiscate', 'Bubbling Cauldron', 'Spiketail Hatchling', 'Blisterpod', 'Chromatic Lantern', 'Channeler Initiate', 'Broken Bond', 'River Sneak', 'Zulaport Cutthroat', 'Efficient Construction', 'Khalni Gem', 'Gatekeeper of Malakir', 'Heir of Falkenrath', 'Summon the School', 'Augury Owl', 'Collective Effort', 'Greatbow Doyen', 'Kuro, Pitlord', 'Gathan Raiders', 'Evolving Wilds', 'Loxodon Hierarch', 'Stone Quarry', 'Early Frost', 'Cackling Counterpart', 'Conqueror''s Galleon', 'Voldaren Pariah', 'Momentary Blink', 'Falkenrath Noble', 'Elixir of Immortality', 'Seal of Doom'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 118.3, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (210.1 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Ayli, Eternal Pilgrim', 'Ire Shaman', 'Shrine of Loyal Legions', 'Pillar of Flame', 'Pilgrim''s Eye', 'Revitalize', 'Manta Riders', 'Putrefy', 'Consuming Aberration', 'Cackling Counterpart', 'Grow from the Ashes', 'High Priest of Penance', 'Aether Swooper', 'Blighted Fen', 'Galvanic Bombardment', 'Selesnya Signet', 'Choked Estuary', 'Demonlord of Ashmouth', 'Prophetic Bolt', 'Vendetta', 'Rugged Highlands', 'Quasiduplicate', 'Tracker''s Instincts', 'Azorius Guildgate', 'Chandra''s Ignition', 'Simic Guildgate', 'Desert of the Fervent', 'Bile Blight', 'Sphinx Summoner', 'Spawning Pool', 'Ulvenwald Tracker', 'Deeproot Waters', 'Summoner''s Egg', 'Gruul Guildgate', 'Salvager of Secrets', 'Moratorium Stone', 'Indulgent Aristocrat', 'Sculpting Steel', 'Thopter Spy Network', 'Thawing Glaciers', 'Vivid Grove', 'Salvage Titan', 'Last Breath', 'Bloodsoaked Champion', 'Gigantomancer', 'Asylum Visitor', 'Makeshift Mannequin', 'Stolen Identity', 'Scrabbling Claws', 'Declaration in Stone', 'Anticipate', 'Selesnya Guildgate', 'Sram''s Expertise', 'Opulent Palace', 'Reviving Dose', 'March from the Tomb', 'Expedition Envoy', 'Conqueror''s Galleon', 'Scatter to the Winds', 'Cloudgoat Ranger', 'Exava, Rakdos Blood Witch', 'Stromkirk Condemned', 'Cryptoplasm', 'Elixir of Immortality', 'Ulcerate', 'Skirk Ridge Exhumer', 'Necropolis Fiend', 'Psychatog', 'Lake of the Dead', 'Stun Sniper', 'Attune with Aether', 'Falkenrath Gorger', 'Shaman en-Kor', 'Trial of Knowledge', 'Kessig Cagebreakers', 'Ancient Amphitheater', 'Brutal Expulsion', 'Pianna, Nomad Captain', 'Radiant Flames', 'Dregscape Zombie', 'Kalastria Healer', 'Basking Rootwalla', 'Memorial to Unity', 'Krosan Tusker', 'Collective Defiance', 'Driven // Despair', 'Flaying Tendrils', 'Dread Return', 'Slice and Dice', 'Falkenrath Noble', 'Mirko Vosk, Mind Drinker', 'Magus of the Future', 'Hellrider', 'Stone Quarry', 'Narcolepsy', 'Sylvan Advocate', 'Bloodwater Entity', 'Sphere of the Suns', 'Autochthon Wurm', 'Millstone', 'Insidious Will', 'Make a Stand', 'Smother', 'Shefet Monitor', 'Ondu Giant', 'Benefaction of Rhonas', 'Chief of the Foundry', 'Call the Bloodline', 'Incendiary Flow', 'Geistflame', 'Followed Footsteps', 'Savage Lands', 'Cryptborn Horror', 'Bow of Nylea', 'Cultivator''s Caravan', 'Void Shatter', 'Planar Outburst', 'Prophet of Kruphix', 'Merrow Harbinger', 'Resolute Archangel', 'Psychic Strike', 'Grenzo, Dungeon Warden', 'Concentrate', 'Skirsdag High Priest', 'Lash Out', 'Lonely Sandbar', 'Dread Statuary', 'Reef Shaman', 'Ritual of Rejuvenation', 'Mangara of Corondor', 'Epochrasite', 'Mind Grind', 'Seal of Primordium', 'Wrecking Ball', 'Splinterfright', 'Maximize Velocity', 'Hedron Archive', 'Perilous Myr', 'Utter End', 'Spiritmonger', 'Aryel, Knight of Windgrace', 'Oath of Gideon', 'Trophy Mage', 'Pentavus', 'Docent of Perfection', 'Sanctum of Ugin', 'Mesmeric Fiend', 'Winds of Rebuke', 'Augury Owl', 'Chained to the Rocks', 'Noose Constrictor', 'Tribute to Hunger', 'Lotleth Giant', 'Boggart Harbinger', 'Helm of the Host', 'Cunning Lethemancer', 'Sultai Charm', 'Burning Oil', 'Merfolk Sovereign', 'Arvad the Cursed', 'Haunted Dead', 'Decoction Module', 'Cephalid Illusionist', 'Scoured Barrens', 'Tranquil Expanse', 'Gilded Lotus', 'Consign // Oblivion', 'Putrid Imp', 'Exile', 'Ravenous Rats', 'Sensei Golden-Tail', 'Diluvian Primordial', 'Elemental Bond', 'Agony Warp', 'Khalni Gem', 'Meandering River', 'Moment of Craving', 'Brigid, Hero of Kinsbaile', 'Academy Elite', 'Healing Hands', 'Longtusk Cub', 'Baleful Ammit', 'Bounty of the Luxa', 'Browbeat', 'Psychic Spiral', 'Spined Thopter', 'Bogbrew Witch', 'Festering Newt', 'Curse of Death''s Hold', 'Howling Golem', 'Brimstone Volley', 'Trial of Ambition', 'Story Circle', 'Arrogant Wurm', 'Increasing Confusion', 'Cruel Reality', 'Careful Consideration', 'Altar''s Reap', 'Nomad Outpost', 'Compulsive Research', 'Aquitect''s Will', 'Cogwork Assembler', 'Vivid Meadow', 'Sin Prodder', 'Evolving Wilds', 'Memorial to War', 'Join the Ranks', 'Landslide', 'Narcomoeba', 'Spear of Heliod', 'Desert of the Glorified', 'Spelltwine', 'Mercurial Chemister', 'Gathan Raiders', 'Sky Hussar', 'Chandra''s Spitfire', 'Circuitous Route', 'Glorious Anthem', 'Kentaro, the Smiling Cat', 'Hordeling Outburst', 'Sphinx of Uthuun', 'Saheeli''s Artistry', 'Oona''s Grace', 'Tempered Steel', 'Graveblade Marauder', 'Jwar Isle Refuge', 'Terra Stomper', 'Skeleton Shard', 'Memorial to Genius', 'Flame Jab', 'Mockery of Nature', 'Crossbow Infantry', 'Vivid Marsh', 'Edge of Autumn', 'Selesnya Guildmage', 'Snapback', 'Psychic Drain', 'Clone', 'Temur Ascendancy', 'Separatist Voidmage', 'Underworld Cerberus', 'Blood Scrivener', 'Hellspark Elemental', 'Carrier Thrall', 'Urza''s Ruinous Blast', 'Captain''s Claws', 'Painful Truths', 'Kuro, Pitlord', 'Scatter Arc', 'Kederekt Leviathan', 'Sin Collector', 'Cadaver Imp', 'Mycosynth Wellspring', 'Executioner''s Capsule', 'Pain Seer', 'Dreadship Reef', 'Supernatural Stamina', 'White Sun''s Zenith', 'Hanweir Militia Captain', 'Fiery Impulse', 'Vampire Cutthroat', 'Hammer of Bogardan', 'Spiketail Hatchling', 'Gruul Signet', 'Molten Primordial', 'Golgari Guildgate', 'Mercurial Pretender', 'Advent of the Wurm', 'Talus Paladin', 'Transgress the Mind', 'Unwind', 'Orzhov Charm', 'Unknown Shores', 'Bubbling Cauldron', 'Shuko', 'Fabrication Module', 'Trostani''s Summoner', 'Slith Firewalker', 'Kemba, Kha Regent', 'Aven Riftwatcher', 'Metalwork Colossus', 'Gateway Plaza', 'Zulaport Cutthroat', 'Banishing Light', 'Addle', 'Brine Elemental', 'Curse of the Swine', 'Herald of Torment', 'Restoration Specialist', 'Voldaren Pariah', 'Rakshasa Deathdealer', 'Consuming Vapors', 'Woodland Wanderer', 'Survival Cache', 'Woodland Stream', 'Drowned Secrets', 'Protean Raider', 'Qasali Ambusher', 'Waterveil Cavern', 'Sunbird''s Invocation', 'Secluded Steppe', 'Veil of Secrecy', 'Prognostic Sphinx', 'Dack''s Duplicate', 'Greatbow Doyen', 'Tatyova, Benthic Druid', 'Final Judgment', 'Kopala, Warden of Waves', 'Benalish Honor Guard', 'Rogue''s Passage', 'Hada Freeblade', 'Seeker of the Way', 'Court Homunculus', 'Distress', 'Psychic Possession', 'Fungal Infection', 'Desert of the Indomitable', 'Scourge Wolf', 'Precognition Field', 'Watchers of the Dead', 'Trail of Evidence', 'Phylactery Lich', 'Wharf Infiltrator', 'Whirler Virtuoso', 'Skinrender', 'Encroaching Wastes', 'Protean Hydra', 'Felidar Guardian', 'Rishkar''s Expertise', 'Early Frost', 'Weight of Memory', 'Consume the Meek', 'Flayer of the Hatebound', 'One with the Machine', 'Tidal Warrior', 'Toolcraft Exemplar', 'Read the Bones', 'Sinister Concoction', 'Loxodon Warhammer', 'Thunderbolt', 'Crumbling Necropolis', 'Yavimaya Hollow', 'Dark Withering', 'Fevered Visions', 'Seal of Doom', 'Stasis Snare', 'Entomber Exarch', 'Journeyer''s Kite', 'Halimar Wavewatch', 'Broken Bond', 'Diabolic Tutor', 'Zada''s Commando', 'Blighted Woodland', 'Bogardan Hellkite', 'Urza''s Factory', 'Danitha Capashen, Paragon', 'Invigorated Rampage', 'Izzet Guildgate', 'The Mending of Dominaria', 'Murderous Cut', 'Charmbreaker Devils', 'Power Sink', 'Phantasmal Bear', 'Rattleclaw Mystic', 'Cataclysmic Gearhulk', 'Magister of Worth', 'Intet, the Dreamer', 'Cloudblazer', 'Treasure Cruise', 'Web of Inertia', 'Glint Hawk Idol', 'Triskelion', 'Heir of Falkenrath', 'Grove of the Guardian', 'Vesuvan Shapeshifter', 'Foreboding Ruins', 'Boros Challenger', 'Commune with Nature', 'Engulf the Shore', 'Draining Whelk', 'Kjeldoran Outpost', 'Teshar, Ancestor''s Apostle', 'Hypnotic Specter', 'Boon Reflection', 'Crumbling Vestige', 'Rampant Growth', 'Thornweald Archer', 'Soul Foundry', 'Servo Exhibition', 'Faith''s Fetters', 'Barter in Blood', 'Increasing Savagery', 'Sejiri Merfolk', 'Sandsteppe Citadel', 'Spellheart Chimera', 'Perilous Voyage', 'Summon the School', 'Desecration Demon', 'Wretched Banquet', 'Repeal', 'Dissipate', 'Sifter Wurm', 'Blackblade Reforged', 'Cremate', 'Rootwater Depths', 'River Sneak', 'Enclave Elite', 'Flameshadow Conjuring', 'Traxos, Scourge of Kroog', 'Jace''s Ingenuity', 'Drana''s Emissary', 'Fleetwheel Cruiser', 'Mystic Monastery', 'Smokestack', 'Scent of Brine', 'Chromatic Lantern', 'Phantom Nomad', 'Dead Weight', 'Drownyard Behemoth', 'Collective Effort', 'Scepter of Fugue', 'True Believer', 'Vitu-Ghazi, the City-Tree', 'Vessel of Nascency', 'Village Messenger', 'Jayemdae Tome', 'Azra Bladeseeker', 'Ally Encampment', 'Elite Archers', 'Felhide Spiritbinder', 'Starstorm', 'Dreg Mangler', 'Confirm Suspicions', 'End Hostilities', 'Tormenting Voice', 'Channeler Initiate', 'Shrine of the Forsaken Gods', 'Scourglass', 'Mindstorm Crown', 'Identity Thief', 'Astral Slide', 'Gatekeeper of Malakir', 'Sygg, River Guide', 'Martyr of Frost', 'Connive // Concoct', 'Hellhole Flailer', 'Take Inventory', 'From Under the Floorboards', 'Always Watching', 'Duskmantle, House of Shadow', 'Artificer''s Epiphany', 'Unsummon', 'Cartouche of Strength', 'Loxodon Hierarch', 'Wanted Scoundrels', 'Sundering Growth', 'Banewhip Punisher', 'Rakdos Guildgate', 'Altered Ego', 'Endless Ranks of the Dead', 'Urborg', 'Harm''s Way', 'Empyreal Voyager', 'Hermit Druid', 'Avoid Fate', 'Pilfered Plans', 'Hidden Stockpile', 'Curious Homunculus', 'Saving Grace', 'Pyramid of the Pantheon', 'Grozoth', 'Benevolent Bodyguard', 'Prepare // Fight', 'Ivory Tower', 'Pale Rider of Trostad', 'Highland Lake', 'Rupture Spire', 'Faerie Trickery', 'Warleader''s Helix', 'Tome Scour', 'Planar Cleansing', 'Psychotic Episode', 'Confiscate', 'Crystal Ball', 'Kindle', 'Dream Twist', 'Forbid', 'Ashenmoor Gouger', 'Rogue Refiner', 'Beneath the Sands', 'Oona, Queen of the Fae', 'Hallowed Moonlight', 'Serene Steward', 'Inner Demon', 'Renewed Faith', 'Bojuka Brigand', 'Tranquil Garden', 'Firedrinker Satyr', 'Naga Vitalist', 'Blisterpod', 'Cloudcrest Lake'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 210.1, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (228.0 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Tracker''s Instincts', 'Scatter Arc', 'Toolcraft Exemplar', 'Cloudcrest Lake', 'Hypnotic Specter', 'Planar Cleansing', 'Shuko', 'Teshar, Ancestor''s Apostle', 'Vivid Meadow', 'Tidal Warrior', 'Scourglass', 'Temur Ascendancy', 'Graveblade Marauder', 'Lash Out', 'Gigantomancer', 'Notion Rain', 'Kjeldoran Outpost', 'Woodland Stream', 'Wrecking Ball', 'Memorial to Genius', 'Sygg, River Guide', 'Blood Scrivener', 'Aquitect''s Will', 'Faerie Trickery', 'Hada Freeblade', 'Augury Owl', 'Sanctum of Ugin', 'Duskmantle, House of Shadow', 'Psychotic Episode', 'Tribute to Hunger', 'Epochrasite', 'Vitu-Ghazi, the City-Tree', 'Nomad Outpost', 'Rogue''s Passage', 'Rootwater Depths', 'River Sneak', 'Ritual of Rejuvenation', 'Mangara of Corondor', 'Pianna, Nomad Captain', 'Hanweir Militia Captain', 'Cataclysmic Gearhulk', 'Foreboding Ruins', 'Oona''s Grace', 'Trostani''s Summoner', 'Hidden Stockpile', 'Magister of Worth', 'Putrid Imp', 'Hellspark Elemental', 'Millstone', 'Burning Oil', 'Rupture Spire', 'Shefet Monitor', 'Mercurial Chemister', 'Engulf the Shore', 'True Believer', 'Bogbrew Witch', 'Inner Demon', 'Evolving Wilds', 'Cryptborn Horror', 'Merfolk Sovereign', 'Court Homunculus', 'Mystic Monastery', 'Rugged Highlands', 'Starstorm', 'Followed Footsteps', 'Power Sink', 'Precinct Captain', 'Bogardan Hellkite', 'Cultivator''s Caravan', 'Hypothesizzle', 'Rampant Growth', 'Attune with Aether', 'Galvanic Bombardment', 'Unknown Shores', 'Flameshadow Conjuring', 'Golgari Guildgate', 'Consign // Oblivion', 'Ally Encampment', 'Trophy Mage', 'Mindstorm Crown', 'Arrogant Wurm', 'Wretched Banquet', 'Cryptoplasm', 'Kentaro, the Smiling Cat', 'Wort, Boggart Auntie', 'Pain Seer', 'Restoration Specialist', 'Shaman en-Kor', 'Consuming Aberration', 'Stromkirk Condemned', 'Bubbling Cauldron', 'Quasiduplicate', 'Sin Collector', 'Magus of the Future', 'Skeleton Shard', 'Serene Steward', 'Soul Foundry', 'Join the Ranks', 'Concentrate', 'Vessel of Nascency', 'Vampire Cutthroat', 'One with the Machine', 'Drowned Secrets', 'Kalastria Healer', 'Fleetwheel Cruiser', 'Fabrication Module', 'Brine Elemental', 'Asylum Visitor', 'Selesnya Guildmage', 'Dream Twist', 'The Mending of Dominaria', 'Diabolic Tutor', 'Browbeat', 'Sever the Bloodline', 'Grozoth', 'Stolen Identity', 'Loxodon Hierarch', 'Advent of the Wurm', 'Merrow Harbinger', 'Herald of Torment', 'Village Messenger', 'Felidar Guardian', 'Benevolent Bodyguard', 'Geistflame', 'Ancient Amphitheater', 'Incendiary Flow', 'Sultai Emissary', 'Prophetic Bolt', 'Murderous Cut', 'Garza Zol, Plague Queen', 'Grenzo, Dungeon Warden', 'Addle', 'Heir of Falkenrath', 'Urza''s Factory', 'Kemba, Kha Regent', 'Repeal', 'Desert of the Indomitable', 'Hellhole Flailer', 'Cackling Counterpart', 'End Hostilities', 'Final Judgment', 'Naga Vitalist', 'Lonely Sandbar', 'Psychic Spiral', 'Thopter Spy Network', 'Phylactery Lich', 'Sejiri Merfolk', 'Elite Archers', 'Firedrinker Satyr', 'Mockery of Nature', 'Frogtosser Banneret', 'Indulgent Aristocrat', 'Harm''s Way', 'Martyr of Frost', 'Zada''s Commando', 'Glint Hawk Idol', 'Bow of Nylea', 'Helm of the Host', 'Boros Challenger', 'Spined Thopter', 'Separatist Voidmage', 'Winds of Rebuke', 'Dregscape Zombie', 'Selesnya Signet', 'Cloudblazer', 'Transgress the Mind', 'Psychic Possession', 'Ulcerate', 'Warren Weirding', 'Psychatog', 'Wanted Scoundrels', 'Aether Swooper', 'Simic Guildgate', 'Crossbow Infantry', 'Ivory Tower', 'Skirsdag High Priest', 'Trail of Evidence', 'Yavimaya Hollow', 'Scrabbling Claws', 'Captain''s Claws', 'Loxodon Warhammer', 'Declaration in Stone', 'Secluded Steppe', 'Terra Stomper', 'Faith''s Fetters', 'Weight of Memory', 'Pilgrim''s Eye', 'Cogwork Assembler', 'Resolute Archangel', 'Howling Golem', 'Prophet of Kruphix', 'Beneath the Sands', 'Snapback', 'Urza''s Ruinous Blast', 'Ravenous Rats', 'Mesmeric Fiend', 'Rishkar''s Expertise', 'Skirk Ridge Exhumer', 'Goblin Ringleader', 'Scourge Wolf', 'Chandra''s Ignition', 'Cadaver Imp', 'Early Frost', 'Sunset Pyramid', 'Desert of the Fervent', 'Draining Whelk', 'Astral Slide', 'Advanced Stitchwing', 'Mirko Vosk, Mind Drinker', 'Drana''s Emissary', 'Vendetta', 'Landslide', 'Shrine of the Forsaken Gods', 'Dread Return', 'Metalwork Colossus', 'Scent of Brine', 'Watchers of the Dead', 'Lake of the Dead', 'Void Shatter', 'Protean Hydra', 'Identity Thief', 'Altar''s Reap', 'Banishing Light', 'Manta Riders', 'Hammer of Bogardan', 'Vivid Grove', 'Edge of Autumn', 'Cruel Reality', 'Cartouche of Strength', 'Healing Hands', 'Perilous Myr', 'Scepter of Fugue', 'Ire Shaman', 'Mycosynth Wellspring', 'Seal of Doom', 'Immortal Servitude', 'Meandering River', 'Tormenting Voice', 'Moratorium Stone', 'Haunted Dead', 'Banewhip Punisher', 'Exile', 'Summoner''s Egg', 'Blighted Fen', 'Tome Scour', 'Spiketail Hatchling', 'Bounty of the Luxa', 'Summon the School', 'Bojuka Brigand', 'Sphinx Summoner', 'Wharf Infiltrator', 'Vampiric Rites', 'Aryel, Knight of Windgrace', 'Last Breath', 'Stasis Snare', 'Curse of Thirst', 'Elemental Bond', 'Empyreal Voyager', 'Hallowed Moonlight', 'Sram''s Expertise', 'Spelltwine', 'Maximize Velocity', 'Baleful Ammit', 'Rakshasa Deathdealer', 'Danitha Capashen, Paragon', 'Ayli, Eternal Pilgrim', 'Seeker of the Way', 'Mercurial Pretender', 'Consuming Vapors', 'Orzhov Charm', 'Utter End', 'Flaying Tendrils', 'Deeproot Waters', 'Tatyova, Benthic Druid', 'Narcomoeba', 'Hordeling Outburst', 'Saheeli''s Artistry', 'Servo Exhibition', 'Elixir of Immortality', 'Intet, the Dreamer', 'Moment of Craving', 'Dead Weight', 'Cinder Barrens', 'Qasali Ambusher', 'Cephalid Illusionist', 'Diluvian Primordial', 'Slith Firewalker', 'Ashenmoor Gouger', 'Glorious Anthem', 'Bloodwater Entity', 'Opulent Palace', 'Grim Haruspex', 'Aven Riftwatcher', 'Festering Newt', 'Read the Bones', 'Confirm Suspicions', 'Smokestack', 'Desecration Demon', 'Grove of the Guardian', 'Fungal Infection', 'Pale Rider of Trostad', 'Izzet Guildgate', 'Choked Estuary', 'Confiscate', 'Bile Blight', 'Whirler Virtuoso', 'Avoid Fate', 'Sunbird''s Invocation', 'Dreadship Reef', 'Cunning Lethemancer', 'Pentavus', 'Decoction Module', 'Stone Quarry', 'Gathan Raiders', 'Crumbling Necropolis', 'Phantom Nomad', 'Perilous Voyage', 'Curious Homunculus', 'Lotleth Giant', 'Krosan Tusker', 'Sylvan Advocate', 'Docent of Perfection', 'Underworld Cerberus', 'Traxos, Scourge of Kroog', 'Makeshift Mannequin', 'Curse of the Swine', 'Sifter Wurm', 'Flame Jab', 'Dark Withering', 'Sensei Golden-Tail', 'Treasure Cruise', 'Bane of Bala Ged', 'Careful Consideration', 'Altered Ego', 'Falkenrath Noble', 'Waterveil Cavern', 'Brain Maggot', 'Seal of Primordium', 'Increasing Confusion', 'Narcolepsy', 'Saving Grace', 'Smother', 'Ogre Slumlord', 'Thornweald Archer', 'Web of Inertia', 'Distress', 'Bloodthrone Vampire', 'Sin Prodder', 'Bygone Bishop', 'Benefaction of Rhonas', 'Academy Elite', 'Oona, Queen of the Fae', 'Woodland Wanderer', 'Goblin Warchief', 'Supernatural Stamina', 'Azorius Guildgate', 'Stitch Together', 'Artificer''s Epiphany', 'Boggart Harbinger', 'Jwar Isle Refuge', 'Fiery Impulse', 'Rakdos Guildgate', 'Conqueror''s Galleon', 'Crumbling Vestige', 'Slice and Dice', 'Cloudgoat Ranger', 'Collective Effort', 'Talus Paladin', 'Blighted Woodland', 'Tranquil Garden', 'Basking Rootwalla', 'Dread Statuary', 'Sculpting Steel', 'Memorial to Unity', 'Oath of Gideon', 'Reef Shaman', 'Chief of the Foundry', 'Chromatic Lantern', 'Gatekeeper of Malakir', 'Psychic Strike', 'Falkenrath Gorger', 'Kederekt Leviathan', 'Felhide Spiritbinder', 'Kopala, Warden of Waves', 'Blisterpod', 'Longtusk Cub', 'Striped Riverwinder', 'Journeyer''s Kite', 'Greatbow Doyen', 'Rogue Refiner', 'Arvad the Cursed', 'Endless Ranks of the Dead', 'Triskelion', 'Unwind', 'Reviving Dose', 'Spiritmonger', 'Warren Pilferers', 'Spawning Pool', 'Consume the Meek', 'Sphere of the Suns', 'Pillar of Flame', 'Prepare // Fight', 'Tranquil Expanse', 'Circuitous Route', 'Dack''s Duplicate', 'Gateway Plaza', 'Azra Bladeseeker', 'Sky Hussar', 'Collective Defiance', 'Chandra''s Spitfire', 'March from the Tomb', 'Chained to the Rocks', 'Pyramid of the Pantheon', 'Brimstone Volley', 'High Priest of Penance', 'Exava, Rakdos Blood Witch', 'Commune with Nature', 'Salvage Titan', 'Unsummon', 'Spellheart Chimera', 'Ulvenwald Tracker', 'Goblin Cratermaker', 'Kuro, Pitlord', 'Salvager of Secrets', 'Thunderbolt', 'Shrine of Loyal Legions', 'Sinister Concoction', 'Protean Raider', 'Brutal Expulsion', 'Tempered Steel', 'Scoured Barrens', 'Curse of Death''s Hold', 'From Under the Floorboards', 'Highland Lake', 'Barter in Blood', 'Channeler Initiate', 'Take Inventory', 'Enclave Elite', 'Vesuvan Shapeshifter', 'Skinrender', 'Always Watching', 'Halimar Wavewatch', 'Splinterfright', 'Psychic Drain', 'Zulaport Cutthroat', 'Trial of Ambition', 'Voldaren Pariah', 'Savage Lands', 'Renewed Faith', 'Pilfered Plans', 'Crystal Ball', 'Trial of Knowledge', 'Gruul Guildgate', 'Radiant Flames', 'Blackblade Reforged', 'Urborg', 'Memorial to War', 'Sundering Growth', 'Broken Bond', 'Gilded Lotus', 'Call the Bloodline', 'Story Circle', 'Mind Grind', 'Selesnya Guildgate', 'Benalish Honor Guard', 'Encroaching Wastes', 'Khalni Gem', 'Fevered Visions', 'Anticipate', 'Charmbreaker Devils', 'Sandsteppe Citadel', 'Warleader''s Helix', 'Sphinx of Uthuun', 'Increasing Savagery', 'Thawing Glaciers', 'Demonlord of Ashmouth', 'Scatter to the Winds', 'Curse of Misfortunes', 'Autochthon Wurm', 'Rattleclaw Mystic', 'Carrier Thrall', 'Agony Warp', 'Clone', 'Hellrider', 'Sultai Charm', 'Make a Stand', 'Expedition Envoy', 'Flayer of the Hatebound', 'Executioner''s Capsule', 'Gruul Signet', 'Painful Truths', 'Jace''s Ingenuity', 'Kessig Cagebreakers', 'Noose Constrictor', 'Molten Primordial', 'Hedron Archive', 'Driven // Despair', 'Precognition Field', 'Necropolis Fiend', 'White Sun''s Zenith', 'Spear of Heliod', 'Boon Reflection', 'Forbid', 'Kindle', 'Cremate', 'Hermit Druid', 'Planar Outburst', 'Connive // Concoct', 'Prognostic Sphinx', 'Mad Auntie', 'Brigid, Hero of Kinsbaile', 'Invigorated Rampage', 'Emeria Angel', 'Drownyard Behemoth', 'Vivid Marsh', 'Entomber Exarch', 'Grow from the Ashes', 'Jayemdae Tome', 'Compulsive Research', 'Desert of the Glorified', 'Stun Sniper', 'Veil of Secrecy', 'Bloodsoaked Champion', 'Ondu Giant', 'Survival Cache', 'Thraben Doomsayer', 'Insidious Will', 'Putrefy', 'Revitalize', 'Phantasmal Bear', 'Dreg Mangler', 'Remove Soul', 'Dissipate'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 228.0, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (396.4 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Vitu-Ghazi, the City-Tree', 'Grim Haruspex', 'Blighted Woodland', 'Bogbrew Witch', 'Shaman en-Kor', 'Aven Riftwatcher', 'Whirler Virtuoso', 'Utter End', 'Inner Demon', 'Precinct Captain', 'Docent of Perfection', 'Thraben Doomsayer', 'Dissipate', 'Mesmeric Fiend', 'Psychic Spiral', 'Rampant Growth', 'Web of Inertia', 'Dread Statuary', 'Hellspark Elemental', 'Basking Rootwalla', 'Sculpting Steel', 'Hypnotic Specter', 'Ire Shaman', 'Thawing Glaciers', 'Pianna, Nomad Captain', 'Broken Bond', 'Collective Effort', 'Selesnya Guildgate', 'Underworld Cerberus', 'Waterveil Cavern', 'Void Shatter', 'Magus of the Future', 'Thornweald Archer', 'Mercurial Pretender', 'Lash Out', 'Spellheart Chimera', 'Seal of Doom', 'Skeleton Shard', 'Wharf Infiltrator', 'Vampire Cutthroat', 'Consume the Meek', 'Summon the School', 'Pentavus', 'Talus Paladin', 'Spear of Heliod', 'Prognostic Sphinx', 'Graveblade Marauder', 'Orzhov Charm', 'Kalastria Healer', 'Fiery Impulse', 'Grove of the Guardian', 'Village Messenger', 'Hordeling Outburst', 'Azorius Guildgate', 'Brutal Expulsion', 'Helm of the Host', 'Desert of the Fervent', 'Rugged Highlands', 'Trophy Mage', 'Advent of the Wurm', 'Hellhole Flailer', 'Intet, the Dreamer', 'Cryptoplasm', 'Early Frost', 'Murderous Cut', 'Slith Firewalker', 'Teshar, Ancestor''s Apostle', 'Oath of Gideon', 'Magister of Worth', 'Mindstorm Crown', 'Always Watching', 'Indulgent Aristocrat', 'Striped Riverwinder', 'Treasure Cruise', 'Mercurial Chemister', 'Desert of the Glorified', 'Scourglass', 'Tranquil Expanse', 'Spiketail Hatchling', 'Crumbling Necropolis', 'Thunderbolt', 'Kopala, Warden of Waves', 'Lake of the Dead', 'Ritual of Rejuvenation', 'Benalish Honor Guard', 'Shuko', 'Selesnya Signet', 'Driven // Despair', 'Fungal Infection', 'Cunning Lethemancer', 'Stun Sniper', 'Boggart Harbinger', 'Stone Quarry', 'Avoid Fate', 'Hellrider', 'Flameshadow Conjuring', 'Vivid Meadow', 'Curse of the Swine', 'Wort, Boggart Auntie', 'Mystic Monastery', 'Goblin Ringleader', 'Cruel Reality', 'Phantasmal Bear', 'Increasing Confusion', 'Sky Hussar', 'Elemental Bond', 'Psychic Drain', 'Rupture Spire', 'Metalwork Colossus', 'Izzet Guildgate', 'Quasiduplicate', 'Ancient Amphitheater', 'Brain Maggot', 'Faerie Trickery', 'Scepter of Fugue', 'Ulvenwald Tracker', 'Revitalize', 'Phylactery Lich', 'Elixir of Immortality', 'Sin Collector', 'Veil of Secrecy', 'Reef Shaman', 'Psychic Strike', 'Ally Encampment', 'Anticipate', 'Pilgrim''s Eye', 'Elite Archers', 'Trial of Ambition', 'Kuro, Pitlord', 'Engulf the Shore', 'Clone', 'Desert of the Indomitable', 'Crystal Ball', 'Exile', 'Draining Whelk', 'White Sun''s Zenith', 'Pain Seer', 'Ravenous Rats', 'Protean Raider', 'Savage Lands', 'Immortal Servitude', 'Glint Hawk Idol', 'Sandsteppe Citadel', 'Unwind', 'Tatyova, Benthic Druid', 'Greatbow Doyen', 'Grenzo, Dungeon Warden', 'Invigorated Rampage', 'Chromatic Lantern', 'Sundering Growth', 'Hallowed Moonlight', 'Flayer of the Hatebound', 'Connive // Concoct', 'Choked Estuary', 'Altar''s Reap', 'Serene Steward', 'Shrine of Loyal Legions', 'Supernatural Stamina', 'Sphere of the Suns', 'Sunset Pyramid', 'Vessel of Nascency', 'Seal of Primordium', 'Millstone', 'Memorial to War', 'Sram''s Expertise', 'From Under the Floorboards', 'Skirk Ridge Exhumer', 'Jwar Isle Refuge', 'Glorious Anthem', 'Tempered Steel', 'Benevolent Bodyguard', 'Merfolk Sovereign', 'Make a Stand', 'Final Judgment', 'Noose Constrictor', 'Rattleclaw Mystic', 'Cogwork Assembler', 'Mind Grind', 'Urza''s Ruinous Blast', 'Naga Vitalist', 'Firedrinker Satyr', 'Dream Twist', 'Addle', 'Heir of Falkenrath', 'Hada Freeblade', 'Arvad the Cursed', 'Cloudblazer', 'Tormenting Voice', 'Woodland Wanderer', 'Expedition Envoy', 'Foundry of the Consuls', 'Benefaction of Rhonas', 'Cackling Counterpart', 'Zulaport Cutthroat', 'Toolcraft Exemplar', 'Warleader''s Helix', 'Read the Bones', 'Carrier Thrall', 'Rakshasa Deathdealer', 'Vesuvan Shapeshifter', 'Chief of the Foundry', 'Sphinx Summoner', 'Browbeat', 'Sever the Bloodline', 'Mycosynth Wellspring', 'Salvager of Secrets', 'Resolute Archangel', 'Demonlord of Ashmouth', 'Narcomoeba', 'Manta Riders', 'Hypothesizzle', 'Falkenrath Gorger', 'Mockery of Nature', 'Drana''s Emissary', 'Exava, Rakdos Blood Witch', 'Temur Ascendancy', 'Followed Footsteps', 'Bow of Nylea', 'Roterothopter', 'Foreboding Ruins', 'Vendetta', 'Merrow Harbinger', 'Nomad Outpost', 'Flaying Tendrils', 'Vampiric Rites', 'Astral Slide', 'Scatter to the Winds', 'Cultivator''s Caravan', 'Howling Golem', 'Altered Ego', 'Sensei Golden-Tail', 'Survival Cache', 'Enclave Elite', 'Sultai Charm', 'Prophetic Bolt', 'Conqueror''s Galleon', 'Power Sink', 'Memorial to Unity', 'Dread Return', 'Putrid Imp', 'Cloudgoat Ranger', 'Landslide', 'Tracker''s Instincts', 'Captain''s Claws', 'Wretched Banquet', 'Consuming Vapors', 'Yavimaya Hollow', 'Curse of Thirst', 'Hidden Stockpile', 'Chandra''s Spitfire', 'Mirko Vosk, Mind Drinker', 'Haunted Dead', 'Deeproot Waters', 'Reviving Dose', 'Narcolepsy', 'Identity Thief', 'Golgari Guildgate', 'Desecration Demon', 'Maximize Velocity', 'Blackblade Reforged', 'Cadaver Imp', 'Scent of Brine', 'Sinister Concoction', 'Court Homunculus', 'Sylvan Advocate', 'Call the Bloodline', 'Faith''s Fetters', 'Baleful Ammit', 'Incendiary Flow', 'Molten Primordial', 'Qasali Ambusher', 'Gathan Raiders', 'Bloodwater Entity', 'Sultai Emissary', 'Artificer''s Epiphany', 'Festering Newt', 'Saving Grace', 'Kindle', 'Necrotic Wound', 'Cremate', 'Rishkar''s Expertise', 'Gatekeeper of Malakir', 'Goblin Cratermaker', 'Curse of Misfortunes', 'Radiant Flames', 'Brigid, Hero of Kinsbaile', 'Empyreal Voyager', 'Jayemdae Tome', 'Bojuka Brigand', 'Zada''s Commando', 'Halimar Wavewatch', 'Lonely Sandbar', 'Ogre Slumlord', 'Bloodthrone Vampire', 'Gruul Guildgate', 'Ulcerate', 'Hammer of Bogardan', 'Emeria Angel', 'Dreadship Reef', 'Weaponcraft Enthusiast', 'Dead Weight', 'Geistflame', 'Decoction Module', 'Aquitect''s Will', 'Dack''s Duplicate', 'Skinrender', 'Selesnya Guildmage', 'Watchers of the Dead', 'Chained to the Rocks', 'Take Inventory', 'Traxos, Scourge of Kroog', 'Psychic Possession', 'Transgress the Mind', 'Drownyard Behemoth', 'Trial of Knowledge', 'Necropolis Fiend', 'Perilous Myr', 'Sifter Wurm', 'Wrecking Ball', 'Salvage Titan', 'Gateway Plaza', 'Highland Lake', 'Declaration in Stone', 'Skirsdag High Priest', 'Loxodon Hierarch', 'Memorial to Genius', 'Stolen Identity', 'Cartouche of Strength', 'Cryptborn Horror', 'Gruul Signet', 'Secluded Steppe', 'Blood Scrivener', 'March from the Tomb', 'Moratorium Stone', 'Weight of Memory', 'Summoner''s Egg', 'Planar Cleansing', 'Edge of Autumn', 'Ashenmoor Gouger', 'Confiscate', 'Meandering River', 'Planar Outburst', 'Painful Truths', 'Cataclysmic Gearhulk', 'Brine Elemental', 'Bile Blight', 'Oona''s Grace', 'Urza''s Factory', 'Frogtosser Banneret', 'Story Circle', 'Consuming Aberration', 'Advanced Stitchwing', 'Kessig Cagebreakers', 'Goblin Warchief', 'Phantom Nomad', 'Channeler Initiate', 'Shrine of the Forsaken Gods', 'Drowned Secrets', 'Unsummon', 'Curse of Death''s Hold', 'Scrabbling Claws', 'Cinder Barrens', 'Pilfered Plans', 'Winds of Rebuke', 'Repeal', 'Pale Rider of Trostad', 'Woodland Stream', 'Felhide Spiritbinder', 'Slice and Dice', 'Blisterpod', 'Prophet of Kruphix', 'Starstorm', 'Trostani''s Summoner', 'Brimstone Volley', 'Executioner''s Capsule', 'Warren Weirding', 'Bygone Bishop', 'Scoured Barrens', 'Harm''s Way', 'Sphinx of Uthuun', 'Commune with Nature', 'Increasing Savagery', 'Martyr of Frost', 'Wanted Scoundrels', 'Lotleth Giant', 'True Believer', 'Confirm Suspicions', 'Renewed Faith', 'Agony Warp', 'Crossbow Infantry', 'Arrogant Wurm', 'Oona, Queen of the Fae', 'Tribute to Hunger', 'Chandra''s Ignition', 'Consign // Oblivion', 'Rogue''s Passage', 'Asylum Visitor', 'Bounty of the Luxa', 'Vivid Marsh', 'Hedron Archive', 'Kentaro, the Smiling Cat', 'Servo Exhibition', 'Collective Defiance', 'Burning Oil', 'Scatter Arc', 'Autochthon Wurm', 'Kederekt Leviathan', 'Jace''s Ingenuity', 'Opulent Palace', 'Evolving Wilds', 'Dreg Mangler', 'Ayli, Eternal Pilgrim', 'Blighted Fen', 'Pyramid of the Pantheon', 'One with the Machine', 'Precognition Field', 'Cloudcrest Lake', 'Aryel, Knight of Windgrace', 'Splinterfright', 'Sejiri Merfolk', 'Flame Jab', 'Separatist Voidmage', 'Spiritmonger', 'Psychotic Episode', 'Spined Thopter', 'Galvanic Bombardment', 'Soul Exchange', 'Saheeli''s Artistry', 'Makeshift Mannequin', 'Vivid Grove', 'Psychatog', 'Danitha Capashen, Paragon', 'Concentrate', 'Careful Consideration', 'Gigantomancer', 'Tome Scour', 'Rootwater Depths', 'Voldaren Pariah', 'Banishing Light', 'High Priest of Penance', 'Ondu Giant', 'Khalni Gem', 'Loxodon Warhammer', 'Gilded Lotus', 'Banewhip Punisher', 'Barter in Blood', 'Hermit Druid', 'Spawning Pool', 'Healing Hands', 'Garza Zol, Plague Queen', 'Journeyer''s Kite', 'Warren Pilferers', 'Longtusk Cub', 'Thopter Spy Network', 'Dark Withering', 'Fabrication Module', 'Stasis Snare', 'Aether Swooper', 'Protean Hydra', 'Scourge Wolf', 'Fevered Visions', 'Grow from the Ashes', 'Bloodsoaked Champion', 'Prepare // Fight', 'Sin Prodder', 'Insidious Will', 'Compulsive Research', 'Sanctum of Ugin', 'Attune with Aether', 'Join the Ranks', 'Circuitous Route', 'Kjeldoran Outpost', 'Rogue Refiner', 'Endless Ranks of the Dead', 'Bubbling Cauldron', 'Tranquil Garden', 'Seeker of the Way', 'Entomber Exarch', 'Moment of Craving', 'Putrefy', 'The Mending of Dominaria', 'Pillar of Flame', 'Dregscape Zombie', 'Triskelion', 'Forbid', 'Soul Foundry', 'Krosan Tusker', 'Felidar Guardian', 'Mad Auntie', 'Tidal Warrior', 'Urborg', 'Mangara of Corondor', 'Grozoth', 'Distress', 'Stitch Together', 'Charmbreaker Devils', 'Unknown Shores', 'Rakdos Guildgate', 'Hanweir Militia Captain', 'Smother', 'Azra Bladeseeker', 'Fleetwheel Cruiser', 'Last Breath', 'Diabolic Tutor', 'Smokestack', 'Academy Elite', 'Shefet Monitor', 'Falkenrath Noble', 'End Hostilities', 'Stromkirk Condemned', 'Ivory Tower', 'Diluvian Primordial', 'Epochrasite', 'Simic Guildgate', 'Herald of Torment', 'Duskmantle, House of Shadow', 'Perilous Voyage', 'Restoration Specialist', 'Sygg, River Guide', 'Cephalid Illusionist', 'Boros Challenger', 'Boon Reflection', 'Beneath the Sands', 'Bogardan Hellkite', 'Snapback', 'Kemba, Kha Regent', 'Terra Stomper', 'River Sneak', 'Crumbling Vestige', 'Encroaching Wastes', 'Augury Owl', 'Spelltwine', 'Trail of Evidence', 'Curious Homunculus', 'Sunbird''s Invocation'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 396.4, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (158.9 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Prognostic Sphinx', 'Jwar Isle Refuge', 'Kitesail Apprentice', 'Glint Hawk Idol', 'Oath of Gideon', 'Brutal Expulsion', 'Basking Rootwalla', 'Stasis Snare', 'Chromatic Lantern', 'Bygone Bishop', 'High Priest of Penance', 'Intet, the Dreamer', 'Falkenrath Noble', 'Docent of Perfection', 'Smokestack', 'Early Frost', 'Ondu Giant', 'Mystic Monastery', 'Hidden Stockpile', 'Bogbrew Witch', 'Perilous Myr', 'Snapback', 'Blighted Woodland', 'Opulent Palace', 'Prophetic Bolt', 'Bone Saw', 'Bubbling Cauldron', 'Spellheart Chimera', 'Duskmantle, House of Shadow', 'Channeler Initiate', 'Naga Vitalist', 'Manta Riders', 'Vitu-Ghazi, the City-Tree', 'Dread Statuary', 'Summon the School', 'Journeyer''s Kite', 'Tatyova, Benthic Druid', 'Altar''s Reap', 'Scatter Arc', 'Spined Thopter', 'Separatist Voidmage', 'Cloudgoat Ranger', 'Shrine of the Forsaken Gods', 'Greatbow Doyen', 'Sunset Pyramid', 'Woodland Stream', 'Loxodon Hierarch', 'Kentaro, the Smiling Cat', 'Immortal Servitude', 'Consign // Oblivion', 'Tragic Lesson', 'Chandra''s Ignition', 'Inner Demon', 'Void Shatter', 'Grozoth', 'Pilfered Plans', 'Curse of Death''s Hold', 'Spiketail Hatchling', 'Foundry of the Consuls', 'Selesnya Guildmage', 'Exava, Rakdos Blood Witch', 'Renewed Faith', 'Sram''s Expertise', 'Gathan Raiders', 'Consuming Vapors', 'Goblin Ringleader', 'Makeshift Mannequin', 'Academy Elite', 'Ritual of Rejuvenation', 'Sphinx Summoner', 'Desecration Demon', 'Warren Pilferers', 'Seal of Doom', 'Boggart Harbinger', 'Sin Prodder', 'Sensei Golden-Tail', 'Pentavus', 'Spear of Heliod', 'Arrogant Wurm', 'White Sun''s Zenith', 'Rootwater Depths', 'Demonlord of Ashmouth', 'Hermit Druid', 'Firedrinker Satyr', 'Declaration in Stone', 'Crumbling Vestige', 'Remove Soul', 'Hypothesizzle', 'Mindstorm Crown', 'Edge of Autumn', 'Augury Owl', 'Felidar Guardian', 'Conqueror''s Galleon', 'Seal of Primordium', 'Skirsdag High Priest', 'Revitalize', 'Secluded Steppe', 'Vampire Cutthroat', 'Pale Rider of Trostad', 'Bloodwater Entity', 'Phylactery Lich', 'Lonely Sandbar', 'Stitch Together', 'Elixir of Immortality', 'Join the Ranks', 'Precognition Field', 'Rugged Highlands', 'Scrabbling Claws', 'Reef Shaman', 'Salvage Titan', 'Frogtosser Banneret', 'Kor Outfitter', 'Distress', 'Careful Consideration', 'Protean Raider', 'Izzet Guildgate', 'Jace''s Ingenuity', 'Nomad Outpost', 'Cunning Lethemancer', 'Brimstone Volley', 'Khalni Gem', 'Mirko Vosk, Mind Drinker', 'Call the Bloodline', 'Shefet Monitor', 'Flaying Tendrils', 'Anticipate', 'Shrine of Loyal Legions', 'Felhide Spiritbinder', 'Scepter of Fugue', 'Watchers of the Dead', 'Clone', 'Sculpting Steel', 'Collective Defiance', 'Rogue Refiner', 'Captain''s Claws', 'Tragic Arrogance', 'Benefaction of Rhonas', 'Lotleth Giant', 'Dark Withering', 'Aryel, Knight of Windgrace', 'Tome Scour', 'Shaman en-Kor', 'Phantasmal Bear', 'Skinrender', 'Summoner''s Egg', 'Tormenting Voice', 'Psychic Possession', 'Memorial to Unity', 'Sejiri Merfolk', 'Slith Firewalker', 'Weight of Memory', 'Dregscape Zombie', 'Ancient Amphitheater', 'Curse of Misfortunes', 'Astral Slide', 'Urza''s Factory', 'Collective Effort', 'Invigorated Rampage', 'Hedron Archive', 'Highland Lake', 'Halimar Wavewatch', 'Putrid Imp', 'Artificer''s Epiphany', 'Evolving Wilds', 'Oona, Queen of the Fae', 'Final Judgment', 'Longtusk Cub', 'Faith''s Fetters', 'Stone Haven Medic', 'Goblin Cratermaker', 'Cataclysmic Gearhulk', 'Burning Oil', 'Stuffy Doll', 'Triskelion', 'Rampant Growth', 'Attune with Aether', 'Increasing Savagery', 'Glorious Anthem', 'Endless Ranks of the Dead', 'Ogre Slumlord', 'Saheeli''s Artistry', 'Trostani''s Summoner', 'Fiery Impulse', 'Drowned Secrets', 'Hallowed Moonlight', 'Wort, Boggart Auntie', 'Seeker of the Way', 'Autochthon Wurm', 'Increasing Confusion', 'Advanced Stitchwing', 'Followed Footsteps', 'Yavimaya Hollow', 'Scatter to the Winds', 'Elemental Bond', 'Ulvenwald Tracker', 'Crystal Ball', 'Ivory Tower', 'Barter in Blood', 'Unknown Shores', 'Thopter Spy Network', 'Oona''s Grace', 'Pain Seer', 'Unsummon', 'Mind Grind', 'Rakshasa Deathdealer', 'Forbid', 'Memorial to Genius', 'Chandra''s Spitfire', 'Consuming Aberration', 'Entomber Exarch', 'Cephalid Illusionist', 'Court Homunculus', 'Vivid Grove', 'Rattleclaw Mystic', 'Crumbling Necropolis', 'Mangara of Corondor', 'Azra Bladeseeker', 'Cartouche of Strength', 'Urza''s Ruinous Blast', 'Helm of the Host', 'Blackblade Reforged', 'Repeal', 'Stolen Identity', 'Vesuvan Shapeshifter', 'Flameshadow Conjuring', 'Terra Stomper', 'Gateway Plaza', 'Ravenous Rats', 'Grove of the Guardian', 'Flame Jab', 'Jayemdae Tome', 'Sigarda''s Aid', 'Scent of Brine', 'Brain Maggot', 'Sprouting Thrinax', 'Compulsive Research', 'Trusty Machete', 'Fevered Visions', 'Blighted Cataract', 'Thraben Doomsayer', 'Hellspark Elemental', 'Restoration Specialist', 'Reviving Dose', 'Loxodon Warhammer', 'Kalastria Healer', 'Galvanic Bombardment', 'Crossbow Infantry', 'Chief of the Foundry', 'Ire Shaman', 'Maximize Velocity', 'Hellhole Flailer', 'Banewhip Punisher', 'Danitha Capashen, Paragon', 'Skirk Ridge Exhumer', 'Cultivator''s Caravan', 'Protean Hydra', 'Healing Hands', 'Dream Twist', 'Aven Riftwatcher', 'Precinct Captain', 'Sultai Emissary', 'Blood Scrivener', 'Tempered Steel', 'Geistflame', 'Necrotic Wound', 'Power Sink', 'Prepare // Fight', 'Desert of the Glorified', 'Dissipate', 'Survival Cache', 'Arvad the Cursed', 'Cremate', 'Starstorm', 'Memorial to War', 'Kuro, Pitlord', 'The Mending of Dominaria', 'Simic Guildgate', 'Zulaport Cutthroat', 'Stun Sniper', 'Narcomoeba', 'Confiscate', 'Insidious Will', 'Concentrate', 'Draining Whelk', 'Underworld Cerberus', 'Merfolk Sovereign', 'Trial of Knowledge', 'Grenzo, Dungeon Warden', 'Gorgon''s Head', 'Trail of Evidence', 'Gruul Signet', 'Mockery of Nature', 'Weaponcraft Enthusiast', 'Emeria Angel', 'Transgress the Mind', 'Mesmeric Fiend', 'Slice and Dice', 'Serene Steward', 'Beneath the Sands', 'Psychotic Episode', 'Selesnya Guildgate', 'Sphinx of Uthuun', 'Sphere of the Suns', 'Vivid Marsh', 'Kessig Cagebreakers', 'Gigantomancer', 'Heart-Piercer Bow', 'True Believer', 'Make a Stand', 'Warren Weirding', 'Thornweald Archer', 'Hada Freeblade', 'Decoction Module', 'Splinterfright', 'Lash Out', 'Wanted Scoundrels', 'Cogwork Assembler', 'Mercurial Pretender', 'Curse of Thirst', 'Herald of Torment', 'Radiant Flames', 'Deathcap Cultivator', 'Warleader''s Helix', 'Sanctum of Ugin', 'Altered Ego', 'Rogue''s Passage', 'Vivid Meadow', 'Garza Zol, Plague Queen', 'Asylum Visitor', 'Identity Thief', 'Cloudcrest Lake', 'Mercurial Chemister', 'Blisterpod', 'Wharf Infiltrator', 'Connive // Concoct', 'Encroaching Wastes', 'Unwind', 'Sandsteppe Citadel', 'Molten Primordial', 'Utter End', 'Baleful Ammit', 'Vendetta', 'Story Circle', 'Putrefy', 'Kopala, Warden of Waves', 'Falkenrath Gorger', 'Blighted Fen', 'Stone Quarry', 'Mad Auntie', 'Desert of the Indomitable', 'Planar Outburst', 'Goblin Warchief', 'Wrecking Ball', 'Psychic Strike', 'Broken Bond', 'Circuitous Route', 'Benalish Honor Guard', 'Metalwork Colossus', 'Diluvian Primordial', 'Grow from the Ashes', 'Resolute Archangel', 'Azorius Guildgate', 'Trophy Mage', 'Deeproot Waters', 'Browbeat', 'Desert of the Fervent', 'Dack''s Duplicate', 'Gilded Lotus', 'Consume the Meek', 'Tranquil Garden', 'Vampiric Rites', 'Cadaver Imp', 'Kemba, Kha Regent', 'Toolcraft Exemplar', 'Necropolis Fiend', 'Kjeldoran Outpost', 'Veil of Secrecy', 'Hour of Revelation', 'Kor Duelist', 'Rupture Spire', 'Advent of the Wurm', 'Empyreal Voyager', 'Treasure Cruise', 'Choked Estuary', 'Grim Haruspex', 'Cryptborn Horror', 'Selesnya Signet', 'Spelltwine', 'Tidal Warrior', 'Confirm Suspicions', 'Thawing Glaciers', 'Ulcerate', 'Kindle', 'River Sneak', 'From Under the Floorboards', 'Bile Blight', 'Cryptoplasm', 'Martyr of Frost', 'Foreboding Ruins', 'Cinder Barrens', 'Drana''s Emissary', 'Thunderbolt', 'Servo Exhibition', 'Incendiary Flow', 'Gruul Guildgate', 'Expedition Envoy', 'Talus Paladin', 'Exile', 'Scoured Barrens', 'Haunted Dead', 'Noose Constrictor', 'Dead Weight', 'Sunbird''s Invocation', 'Avoid Fate', 'Faerie Trickery', 'Planar Cleansing', 'Read the Bones', 'Aquitect''s Will', 'Commune with Nature', 'Cascading Cataracts', 'Ashenmoor Gouger', 'Stromkirk Condemned', 'Flayer of the Hatebound', 'Sever the Bloodline', 'Salvager of Secrets', 'Tracker''s Instincts', 'Meandering River', 'Mycosynth Wellspring', 'Dread Return', 'Sifter Wurm', 'Roterothopter', 'Brine Elemental', 'Fungal Infection', 'Hordeling Outburst', 'Bow of Nylea', 'Sinister Concoction', 'Hellrider', 'Millstone', 'Narcolepsy', 'Engulf the Shore', 'Perilous Voyage', 'One with the Machine', 'Last Breath', 'Chained to the Rocks', 'Ally Encampment', 'Drownyard Behemoth', 'Bogardan Hellkite', 'Murderous Cut', 'Kederekt Leviathan', 'Tranquil Expanse', 'Vessel of Nascency', 'Fabrication Module', 'Scourglass', 'Phantom Nomad', 'Krosan Tusker', 'Teshar, Ancestor''s Apostle', 'Harm''s Way', 'Sultai Charm', 'Brigid, Hero of Kinsbaile', 'Spiritmonger', 'Pianna, Nomad Captain', 'Bloodsoaked Champion', 'Hammer of Bogardan', 'Painful Truths', 'Psychic Spiral', 'Skeleton Shard', 'Curious Homunculus', 'Sky Hussar', 'Agony Warp', 'Carrier Thrall', 'Howling Golem', 'Dreadship Reef', 'Bounty of the Luxa', 'Stone Haven Outfitter', 'Trial of Ambition', 'Woodland Wanderer', 'Gatekeeper of Malakir', 'Savage Lands', 'Voldaren Pariah', 'Boon Reflection', 'Prophet of Kruphix', 'Wretched Banquet', 'Urborg', 'Broodmate Dragon', 'Moment of Craving', 'Magus of the Future', 'Fleetwheel Cruiser', 'Banishing Light', 'Moratorium Stone', 'Sundering Growth', 'Take Inventory', 'Hypnotic Specter', 'Winds of Rebuke', 'Traxos, Scourge of Kroog', 'Shuko', 'Dreg Mangler', 'Heir of Falkenrath', 'Aether Swooper', 'Tribute to Hunger', 'Festering Newt', 'Benevolent Bodyguard', 'Driven // Despair', 'Landslide', 'Executioner''s Capsule', 'Cloudblazer', 'Qasali Ambusher', 'Striped Riverwinder', 'Psychatog', 'Merrow Harbinger', 'Ayli, Eternal Pilgrim', 'Pyramid of the Pantheon', 'Elite Archers', 'Smother', 'Psychic Drain', 'Plumeveil', 'Rishkar''s Expertise', 'Armament Master', 'Temur Ascendancy', 'Scourge Wolf', 'Pilgrim''s Eye', 'Charmbreaker Devils', 'Zada''s Commando', 'Pillar of Flame', 'Sygg, River Guide', 'Web of Inertia', 'Cackling Counterpart', 'Golgari Guildgate', 'Enclave Elite', 'Cruel Reality', 'Waterveil Cavern', 'Spawning Pool', 'Open the Armory', 'Indulgent Aristocrat', 'Epochrasite', 'Addle', 'Whirler Virtuoso', 'Hanweir Militia Captain', 'Quasiduplicate', 'Always Watching', 'Graveblade Marauder', 'Curse of the Swine', 'Boros Challenger', 'Village Messenger', 'Supernatural Stamina', 'End Hostilities', 'Soul Exchange', 'Rakdos Guildgate', 'Diabolic Tutor', 'Saving Grace', 'March from the Tomb', 'Soul Foundry', 'Lake of the Dead', 'Magister of Worth', 'Sylvan Advocate', 'Orzhov Charm', 'Bojuka Brigand', 'Bloodthrone Vampire', 'Sin Collector'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 158.9, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (205.1 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Kemba, Kha Regent', 'Confirm Suspicions', 'Final Judgment', 'Deathcap Cultivator', 'Azorius Guildgate', 'Endless Ranks of the Dead', 'Cephalid Illusionist', 'Sever the Bloodline', 'Splinterfright', 'Trial of Knowledge', 'Voldaren Pariah', 'Traxos, Scourge of Kroog', 'Pianna, Nomad Captain', 'Restoration Specialist', 'Servo Exhibition', 'Oona, Queen of the Fae', 'Renewed Faith', 'Cloudblazer', 'Academy Elite', 'Sylvan Advocate', 'Stone Haven Outfitter', 'Distress', 'Hellhole Flailer', 'Kindle', 'Open the Armory', 'Curious Homunculus', 'Prognostic Sphinx', 'Woodland Stream', 'Ayli, Eternal Pilgrim', 'Heart-Piercer Bow', 'Utter End', 'Ritual of Rejuvenation', 'Dreg Mangler', 'Concentrate', 'Brine Elemental', 'Hellrider', 'Maximize Velocity', 'Roterothopter', 'Unknown Shores', 'Arvad the Cursed', 'Narcolepsy', 'Village Messenger', 'Drana''s Emissary', 'Blighted Fen', 'Decoction Module', 'Identity Thief', 'Pilgrim''s Eye', 'Temur Ascendancy', 'Dread Return', 'Cataclysmic Gearhulk', 'Court Homunculus', 'Curse of Thirst', 'Blisterpod', 'True Believer', 'Oona''s Grace', 'Conqueror''s Galleon', 'Secluded Steppe', 'Putrefy', 'Spawning Pool', 'Meandering River', 'Summoner''s Egg', 'Mercurial Chemister', 'Brutal Expulsion', 'Goblin Warchief', 'Wharf Infiltrator', 'Curse of the Swine', 'Tidal Warrior', 'Rakshasa Deathdealer', 'Benevolent Bodyguard', 'Faith''s Fetters', 'Grenzo, Dungeon Warden', 'Perilous Voyage', 'Call the Bloodline', 'Psychatog', 'Halimar Wavewatch', 'Chief of the Foundry', 'Magister of Worth', 'Thawing Glaciers', 'Gilded Lotus', 'Sejiri Merfolk', 'Flameshadow Conjuring', 'Metalwork Colossus', 'Altar''s Reap', 'Cremate', 'Power Sink', 'Tormenting Voice', 'Sculpting Steel', 'Falkenrath Gorger', 'Draining Whelk', 'Thornweald Archer', 'Scatter to the Winds', 'Insidious Will', 'Winds of Rebuke', 'Blighted Cataract', 'Blackblade Reforged', 'Soul Exchange', 'Shaman en-Kor', 'Tranquil Expanse', 'Cloudcrest Lake', 'Gateway Plaza', 'Blood Scrivener', 'Aryel, Knight of Windgrace', 'Rattleclaw Mystic', 'Orzhov Charm', 'Repeal', 'Chandra''s Spitfire', 'Sifter Wurm', 'Diluvian Primordial', 'Ancient Amphitheater', 'Baleful Ammit', 'Boon Reflection', 'Pale Rider of Trostad', 'Hanweir Militia Captain', 'Hypnotic Specter', 'Pillar of Flame', 'Thunderbolt', 'Shefet Monitor', 'Cinder Barrens', 'Sin Collector', 'Phantasmal Bear', 'Herald of Torment', 'Rugged Highlands', 'Attune with Aether', 'Edge of Autumn', 'Manta Riders', 'Connive // Concoct', 'Cogwork Assembler', 'Striped Riverwinder', 'Charmbreaker Devils', 'Spiritmonger', 'Journeyer''s Kite', 'Izzet Guildgate', 'Aether Swooper', 'Supernatural Stamina', 'Separatist Voidmage', 'Grim Haruspex', 'Docent of Perfection', 'Ire Shaman', 'Loxodon Hierarch', 'Haunted Dead', 'Scepter of Fugue', 'Desert of the Glorified', 'Sky Hussar', 'Ogre Slumlord', 'Trusty Machete', 'Saheeli''s Artistry', 'Channeler Initiate', 'Goblin Ringleader', 'Gigantomancer', 'Veil of Secrecy', 'Watchers of the Dead', 'Wort, Boggart Auntie', 'Sandsteppe Citadel', 'Phylactery Lich', 'Thopter Spy Network', 'Bubbling Cauldron', 'Aven Riftwatcher', 'Weight of Memory', 'Opulent Palace', 'Hidden Stockpile', 'Rupture Spire', 'Sram''s Expertise', 'Trial of Ambition', 'Vesuvan Shapeshifter', 'Sultai Charm', 'End Hostilities', 'Captain''s Claws', 'Loxodon Warhammer', 'Falkenrath Noble', 'Cackling Counterpart', 'Bygone Bishop', 'Rakdos Guildgate', 'Make a Stand', 'Remove Soul', 'Sprouting Thrinax', 'Healing Hands', 'Vampire Cutthroat', 'Spined Thopter', 'Stun Sniper', 'Clone', 'Snapback', 'Void Shatter', 'Consuming Vapors', 'Enclave Elite', 'Underworld Cerberus', 'Sin Prodder', 'Sensei Golden-Tail', 'Incendiary Flow', 'Scourglass', 'Cascading Cataracts', 'Magus of the Future', 'Jace''s Ingenuity', 'Treasure Cruise', 'Brain Maggot', 'Felidar Guardian', 'Psychic Drain', 'Longtusk Cub', 'Dregscape Zombie', 'Toolcraft Exemplar', 'Simic Guildgate', 'Zulaport Cutthroat', 'Beneath the Sands', 'Khalni Gem', 'Crossbow Infantry', 'Talus Paladin', 'Kessig Cagebreakers', 'Ivory Tower', 'Tatyova, Benthic Druid', 'Cryptoplasm', 'Banewhip Punisher', 'River Sneak', 'Invigorated Rampage', 'Planar Cleansing', 'Astral Slide', 'White Sun''s Zenith', 'Bloodthrone Vampire', 'Gatekeeper of Malakir', 'Take Inventory', 'Lonely Sandbar', 'Browbeat', 'Prophetic Bolt', 'One with the Machine', 'Stromkirk Condemned', 'Spelltwine', 'Vessel of Nascency', 'Broken Bond', 'Dack''s Duplicate', 'Chromatic Lantern', 'Rogue Refiner', 'Vendetta', 'Necrotic Wound', 'Careful Consideration', 'Spiketail Hatchling', 'Nomad Outpost', 'Curse of Death''s Hold', 'Frogtosser Banneret', 'Qasali Ambusher', 'Kjeldoran Outpost', 'Tempered Steel', 'Pain Seer', 'Demonlord of Ashmouth', 'Tribute to Hunger', 'Lash Out', 'Highland Lake', 'Hellspark Elemental', 'Addle', 'Bogardan Hellkite', 'Trail of Evidence', 'Diabolic Tutor', 'Weaponcraft Enthusiast', 'Scoured Barrens', 'Memorial to Unity', 'Barter in Blood', 'Serene Steward', 'Triskelion', 'Bounty of the Luxa', 'Choked Estuary', 'Lake of the Dead', 'Spear of Heliod', 'Benefaction of Rhonas', 'Encroaching Wastes', 'Soul Foundry', 'Howling Golem', 'Cloudgoat Ranger', 'Cruel Reality', 'Desert of the Fervent', 'Moratorium Stone', 'Kederekt Leviathan', 'Lotleth Giant', 'Oath of Gideon', 'High Priest of Penance', 'Scrabbling Claws', 'Ally Encampment', 'Tragic Lesson', 'Skeleton Shard', 'Carrier Thrall', 'Urza''s Factory', 'Stone Haven Medic', 'Waterveil Cavern', 'Heir of Falkenrath', 'Deeproot Waters', 'Precognition Field', 'Collective Effort', 'Planar Outburst', 'Terra Stomper', 'Mercurial Pretender', 'March from the Tomb', 'Grozoth', 'Mystic Monastery', 'Thraben Doomsayer', 'Psychic Spiral', 'Desert of the Indomitable', 'Unwind', 'Mad Auntie', 'Tranquil Garden', 'Helm of the Host', 'Circuitous Route', 'Ashenmoor Gouger', 'Basking Rootwalla', 'Boggart Harbinger', 'Always Watching', 'Vivid Marsh', 'Increasing Savagery', 'Tragic Arrogance', 'Geistflame', 'Sultai Emissary', 'Burning Oil', 'Commune with Nature', 'Augury Owl', 'Arrogant Wurm', 'Vampiric Rites', 'Bile Blight', 'Elixir of Immortality', 'Kitesail Apprentice', 'Phantom Nomad', 'Smokestack', 'Fevered Visions', 'Drowned Secrets', 'Prepare // Fight', 'Prophet of Kruphix', 'Hada Freeblade', 'Naga Vitalist', 'Banishing Light', 'Stuffy Doll', 'Kentaro, the Smiling Cat', 'Mockery of Nature', 'Crumbling Vestige', 'Warleader''s Helix', 'Sigarda''s Aid', 'Psychic Possession', 'Memorial to Genius', 'Reviving Dose', 'Mesmeric Fiend', 'Selesnya Signet', 'Foundry of the Consuls', 'Painful Truths', 'Brimstone Volley', 'Dead Weight', 'Kuro, Pitlord', 'Skirk Ridge Exhumer', 'Hedron Archive', 'Selesnya Guildmage', 'Golgari Guildgate', 'Dream Twist', 'Flame Jab', 'Seal of Primordium', 'Sphinx Summoner', 'Early Frost', 'Zada''s Commando', 'Evolving Wilds', 'Engulf the Shore', 'Last Breath', 'Scatter Arc', 'Murderous Cut', 'Blighted Woodland', 'Mindstorm Crown', 'Urza''s Ruinous Blast', 'Jayemdae Tome', 'Sphinx of Uthuun', 'Shuko', 'Read the Bones', 'Advent of the Wurm', 'Noose Constrictor', 'Kor Duelist', 'Protean Raider', 'Harm''s Way', 'Gruul Signet', 'Memorial to War', 'Altered Ego', 'Chandra''s Ignition', 'Slice and Dice', 'Millstone', 'Benalish Honor Guard', 'Driven // Despair', 'Dreadship Reef', 'Salvage Titan', 'Narcomoeba', 'Bojuka Brigand', 'Consign // Oblivion', 'Indulgent Aristocrat', 'Trostani''s Summoner', 'Shrine of Loyal Legions', 'Elite Archers', 'Merfolk Sovereign', 'Makeshift Mannequin', 'Salvager of Secrets', 'Mangara of Corondor', 'Increasing Confusion', 'Cultivator''s Caravan', 'Autochthon Wurm', 'Gathan Raiders', 'Precinct Captain', 'Wrecking Ball', 'Skinrender', 'Galvanic Bombardment', 'Graveblade Marauder', 'Asylum Visitor', 'Bloodwater Entity', 'Expedition Envoy', 'Saving Grace', 'Dark Withering', 'Wanted Scoundrels', 'Whirler Virtuoso', 'Agony Warp', 'Vivid Grove', 'Armament Master', 'Bow of Nylea', 'Urborg', 'Greatbow Doyen', 'Perilous Myr', 'Confiscate', 'Drownyard Behemoth', 'Revitalize', 'Bogbrew Witch', 'Teshar, Ancestor''s Apostle', 'Duskmantle, House of Shadow', 'Exile', 'Rogue''s Passage', 'Ondu Giant', 'From Under the Floorboards', 'Followed Footsteps', 'Quasiduplicate', 'Stone Quarry', 'Festering Newt', 'Sygg, River Guide', 'Ravenous Rats', 'Consuming Aberration', 'Bloodsoaked Champion', 'Dread Statuary', 'Exava, Rakdos Blood Witch', 'Skirsdag High Priest', 'Anticipate', 'Hammer of Bogardan', 'Scent of Brine', 'Sunset Pyramid', 'Inner Demon', 'Hour of Revelation', 'Hermit Druid', 'Psychic Strike', 'Gorgon''s Head', 'Dissipate', 'Selesnya Guildgate', 'Summon the School', 'Hypothesizzle', 'Felhide Spiritbinder', 'Tome Scour', 'Necropolis Fiend', 'Cryptborn Horror', 'Cadaver Imp', 'Avoid Fate', 'Protean Hydra', 'Artificer''s Epiphany', 'Crumbling Necropolis', 'Stitch Together', 'Ulcerate', 'Hordeling Outburst', 'Mirko Vosk, Mind Drinker', 'Reef Shaman', 'Stasis Snare', 'Compulsive Research', 'Boros Challenger', 'Jwar Isle Refuge', 'Broodmate Dragon', 'Rishkar''s Expertise', 'Wretched Banquet', 'Brigid, Hero of Kinsbaile', 'Slith Firewalker', 'Kopala, Warden of Waves', 'Kor Outfitter', 'Martyr of Frost', 'Glint Hawk Idol', 'Grove of the Guardian', 'Crystal Ball', 'Survival Cache', 'Curse of Misfortunes', 'Rampant Growth', 'Flayer of the Hatebound', 'Elemental Bond', 'Epochrasite', 'Aquitect''s Will', 'Foreboding Ruins', 'Warren Weirding', 'Desecration Demon', 'Garza Zol, Plague Queen', 'Spellheart Chimera', 'Intet, the Dreamer', 'Putrid Imp', 'Fabrication Module', 'Mycosynth Wellspring', 'Goblin Cratermaker', 'Mind Grind', 'Woodland Wanderer', 'Rootwater Depths', 'Psychotic Episode', 'Seeker of the Way', 'Azra Bladeseeker', 'Cartouche of Strength', 'Faerie Trickery', 'Unsummon', 'Plumeveil', 'Advanced Stitchwing', 'Fiery Impulse', 'Seal of Doom', 'Shrine of the Forsaken Gods', 'Executioner''s Capsule', 'Danitha Capashen, Paragon', 'Yavimaya Hollow', 'Collective Defiance', 'Grow from the Ashes', 'Consume the Meek', 'Cunning Lethemancer', 'Forbid', 'Immortal Servitude', 'Starstorm', 'Chained to the Rocks', 'Molten Primordial', 'Savage Lands', 'Warren Pilferers', 'The Mending of Dominaria', 'Web of Inertia', 'Vitu-Ghazi, the City-Tree', 'Transgress the Mind', 'Declaration in Stone', 'Tracker''s Instincts', 'Glorious Anthem', 'Trophy Mage', 'Emeria Angel', 'Sundering Growth', 'Sphere of the Suns', 'Pilfered Plans', 'Scourge Wolf', 'Fungal Infection', 'Smother', 'Landslide', 'Pentavus', 'Story Circle', 'Entomber Exarch', 'Ulvenwald Tracker', 'Empyreal Voyager', 'Firedrinker Satyr', 'Flaying Tendrils', 'Sinister Concoction', 'Bone Saw', 'Krosan Tusker', 'Sanctum of Ugin', 'Vivid Meadow', 'Resolute Archangel', 'Join the Ranks', 'Sunbird''s Invocation', 'Fleetwheel Cruiser', 'Moment of Craving', 'Radiant Flames', 'Gruul Guildgate', 'Stolen Identity', 'Merrow Harbinger', 'Hallowed Moonlight', 'Kalastria Healer', 'Pyramid of the Pantheon'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 205.1, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (115.0 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Consume the Meek', 'Call the Bloodline', 'Protean Raider', 'Rakshasa Deathdealer', 'Sultai Charm', 'Murderous Cut', 'Hour of Revelation', 'Oona''s Grace', 'Kopala, Warden of Waves', 'Incendiary Flow', 'Sifter Wurm', 'Emeria Angel', 'Spiritmonger', 'Make a Stand', 'Blighted Fen', 'Sky Hussar', 'Psychic Strike', 'Desecration Demon', 'Prophet of Kruphix', 'Inner Demon', 'Tatyova, Benthic Druid', 'Goblin Ringleader', 'Triskelion', 'Survival Cache', 'Servo Exhibition', 'Brimstone Volley', 'Spawning Pool', 'Deathcap Cultivator', 'Gateway Plaza', 'Opulent Palace', 'Herald of Torment', 'Tidal Warrior', 'Gilded Lotus', 'Bojuka Brigand', 'Foreboding Ruins', 'Martyr of Frost', 'Broodmate Dragon', 'Unwind', 'Naga Vitalist', 'Traxos, Scourge of Kroog', 'Painful Truths', 'Gigantomancer', 'Psychatog', 'Connive // Concoct', 'Stolen Identity', 'Encroaching Wastes', 'Clone', 'Repeal', 'Channeler Initiate', 'Sinister Concoction', 'Thunderbolt', 'Artificer''s Epiphany', 'Cryptoplasm', 'Foundry of the Consuls', 'Astral Slide', 'Broken Bond', 'Barter in Blood', 'Golgari Guildgate', 'Putrid Imp', 'Stone Quarry', 'Grim Haruspex', 'Mockery of Nature', 'Saving Grace', 'Academy Elite', 'Altar''s Reap', 'Psychotic Episode', 'Cataclysmic Gearhulk', 'Phylactery Lich', 'Cinder Barrens', 'Necrotic Wound', 'Glint Hawk Idol', 'Elixir of Immortality', 'Phantasmal Bear', 'Memorial to Unity', 'Rampant Growth', 'Meandering River', 'Oath of Gideon', 'Chief of the Foundry', 'Cloudgoat Ranger', 'Unsummon', 'Duskmantle, House of Shadow', 'Diluvian Primordial', 'Weight of Memory', 'Final Judgment', 'Cultivator''s Caravan', 'Agony Warp', 'Entomber Exarch', 'Voldaren Pariah', 'Prognostic Sphinx', 'Summon the School', 'Dregscape Zombie', 'Rupture Spire', 'One with the Machine', 'Radiant Flames', 'From Under the Floorboards', 'Smother', 'Last Breath', 'Epochrasite', 'Harm''s Way', 'Exile', 'Azra Bladeseeker', 'Always Watching', 'Wharf Infiltrator', 'Selesnya Guildgate', 'Sphere of the Suns', 'Hellrider', 'Invigorated Rampage', 'Cloudblazer', 'Void Shatter', 'Danitha Capashen, Paragon', 'Splinterfright', 'Crossbow Infantry', 'Rattleclaw Mystic', 'True Believer', 'Rogue''s Passage', 'Hallowed Moonlight', 'Fleetwheel Cruiser', 'Boon Reflection', 'Ulvenwald Tracker', 'Zulaport Cutthroat', 'Lake of the Dead', 'Decoction Module', 'Sunbird''s Invocation', 'Dread Return', 'Kederekt Leviathan', 'Trial of Ambition', 'Faith''s Fetters', 'Thopter Spy Network', 'Resolute Archangel', 'Lotleth Giant', 'Khalni Gem', 'Vivid Grove', 'Moment of Craving', 'Sprouting Thrinax', 'Collective Defiance', 'Pianna, Nomad Captain', 'Stone Haven Outfitter', 'Putrefy', 'Ogre Slumlord', 'Scatter to the Winds', 'Wort, Boggart Auntie', 'Benevolent Bodyguard', 'Court Homunculus', 'Shuko', 'Lash Out', 'Kentaro, the Smiling Cat', 'Kalastria Healer', 'Supernatural Stamina', 'Burning Oil', 'Aven Riftwatcher', 'Psychic Possession', 'Curse of Misfortunes', 'Chandra''s Spitfire', 'Evolving Wilds', 'Woodland Wanderer', 'Advent of the Wurm', 'Drownyard Behemoth', 'Curious Homunculus', 'Terra Stomper', 'Tome Scour', 'Circuitous Route', 'Advanced Stitchwing', 'Increasing Confusion', 'Web of Inertia', 'Gorgon''s Head', 'Sylvan Advocate', 'Thraben Doomsayer', 'Seal of Primordium', 'Bloodsoaked Champion', 'Faerie Trickery', 'Greatbow Doyen', 'Veil of Secrecy', 'Haunted Dead', 'Sculpting Steel', 'Open the Armory', 'Read the Bones', 'Aquitect''s Will', 'Trostani''s Summoner', 'Brine Elemental', 'Aryel, Knight of Windgrace', 'Docent of Perfection', 'Trail of Evidence', 'Metalwork Colossus', 'Plumeveil', 'Anticipate', 'Pentavus', 'Slith Firewalker', 'Consuming Vapors', 'Nomad Outpost', 'Ivory Tower', 'Addle', 'Desert of the Glorified', 'Urza''s Ruinous Blast', 'Baleful Ammit', 'Wanted Scoundrels', 'Elite Archers', 'Stone Haven Medic', 'Sram''s Expertise', 'Helm of the Host', 'Spellheart Chimera', 'Sejiri Merfolk', 'Mercurial Chemister', 'Gruul Guildgate', 'Stun Sniper', 'Trusty Machete', 'Deeproot Waters', 'Prepare // Fight', 'Engulf the Shore', 'Bounty of the Luxa', 'Urza''s Factory', 'Sultai Emissary', 'Dark Withering', 'Striped Riverwinder', 'Magister of Worth', 'Ravenous Rats', 'Asylum Visitor', 'Bogardan Hellkite', 'Scoured Barrens', 'River Sneak', 'Boggart Harbinger', 'Memorial to Genius', 'Desert of the Fervent', 'Cogwork Assembler', 'Protean Hydra', 'Tragic Lesson', 'Ondu Giant', 'Sunset Pyramid', 'Scourglass', 'Dreadship Reef', 'Utter End', 'Drowned Secrets', 'Sandsteppe Citadel', 'Rakdos Guildgate', 'Trophy Mage', 'Followed Footsteps', 'Perilous Myr', 'Savage Lands', 'Benefaction of Rhonas', 'Renewed Faith', 'Whirler Virtuoso', 'Curse of the Swine', 'High Priest of Penance', 'Lonely Sandbar', 'Tempered Steel', 'Remove Soul', 'Dread Statuary', 'Tranquil Garden', 'Compulsive Research', 'Yavimaya Hollow', 'Goblin Cratermaker', 'Hordeling Outburst', 'Tranquil Expanse', 'Gathan Raiders', 'Slice and Dice', 'Vivid Meadow', 'Village Messenger', 'Loxodon Warhammer', 'Fevered Visions', 'Chromatic Lantern', 'Felidar Guardian', 'Falkenrath Noble', 'Blighted Woodland', 'Falkenrath Gorger', 'Pilgrim''s Eye', 'Manta Riders', 'Blackblade Reforged', 'Longtusk Cub', 'Kessig Cagebreakers', 'Salvage Titan', 'Jace''s Ingenuity', 'Ashenmoor Gouger', 'Confirm Suspicions', 'Brutal Expulsion', 'Shefet Monitor', 'Grove of the Guardian', 'Unknown Shores', 'Edge of Autumn', 'Cartouche of Strength', 'Felhide Spiritbinder', 'Roterothopter', 'Brigid, Hero of Kinsbaile', 'Wretched Banquet', 'Blighted Cataract', 'Pilfered Plans', 'Grow from the Ashes', 'Kor Duelist', 'Woodland Stream', 'Tribute to Hunger', 'The Mending of Dominaria', 'Cremate', 'Precinct Captain', 'Cadaver Imp', 'Attune with Aether', 'Confiscate', 'Story Circle', 'Vivid Marsh', 'End Hostilities', 'Kitesail Apprentice', 'Zada''s Commando', 'Soul Foundry', 'Crumbling Necropolis', 'Hanweir Militia Captain', 'Seal of Doom', 'Salvager of Secrets', 'Skeleton Shard', 'Driven // Despair', 'Hammer of Bogardan', 'Arvad the Cursed', 'Sundering Growth', 'Journeyer''s Kite', 'Rugged Highlands', 'Warren Pilferers', 'Avoid Fate', 'Planar Cleansing', 'Sin Collector', 'Autochthon Wurm', 'Planar Outburst', 'Ancient Amphitheater', 'Vendetta', 'Treasure Cruise', 'Benalish Honor Guard', 'White Sun''s Zenith', 'Cryptborn Horror', 'Bile Blight', 'Urborg', 'Heir of Falkenrath', 'Landslide', 'Hedron Archive', 'Revitalize', 'Jwar Isle Refuge', 'Stitch Together', 'Scrabbling Claws', 'Narcomoeba', 'Millstone', 'Waterveil Cavern', 'Phantom Nomad', 'Separatist Voidmage', 'Bygone Bishop', 'Merrow Harbinger', 'Join the Ranks', 'Drana''s Emissary', 'Saheeli''s Artistry', 'Ire Shaman', 'Serene Steward', 'Captain''s Claws', 'Hypothesizzle', 'Empyreal Voyager', 'Bubbling Cauldron', 'Quasiduplicate', 'Identity Thief', 'Mangara of Corondor', 'Distress', 'Sphinx of Uthuun', 'Seeker of the Way', 'Krosan Tusker', 'Weaponcraft Enthusiast', 'Stuffy Doll', 'Insidious Will', 'Frogtosser Banneret', 'Skirk Ridge Exhumer', 'Crystal Ball', 'Cackling Counterpart', 'Pain Seer', 'Hellhole Flailer', 'Conqueror''s Galleon', 'Bogbrew Witch', 'Browbeat', 'Cunning Lethemancer', 'Gatekeeper of Malakir', 'Immortal Servitude', 'Warren Weirding', 'Azorius Guildgate', 'Boros Challenger', 'Teshar, Ancestor''s Apostle', 'Healing Hands', 'Exava, Rakdos Blood Witch', 'Pillar of Flame', 'Consuming Aberration', 'Maximize Velocity', 'Perilous Voyage', 'Moratorium Stone', 'Vampire Cutthroat', 'Elemental Bond', 'Narcolepsy', 'Fungal Infection', 'Curse of Death''s Hold', 'Cephalid Illusionist', 'Hypnotic Specter', 'Collective Effort', 'Fiery Impulse', 'Mercurial Pretender', 'Banishing Light', 'Careful Consideration', 'Diabolic Tutor', 'Hidden Stockpile', 'Dream Twist', 'Scourge Wolf', 'Oona, Queen of the Fae', 'Precognition Field', 'Stromkirk Condemned', 'Sever the Bloodline', 'Glorious Anthem', 'Chandra''s Ignition', 'Spelltwine', 'Mind Grind', 'Festering Newt', 'Ayli, Eternal Pilgrim', 'Mystic Monastery', 'Tracker''s Instincts', 'Increasing Savagery', 'Carrier Thrall', 'Rogue Refiner', 'Early Frost', 'Commune with Nature', 'Spear of Heliod', 'Skinrender', 'Selesnya Signet', 'Armament Master', 'Brain Maggot', 'Smokestack', 'Charmbreaker Devils', 'Enclave Elite', 'Simic Guildgate', 'Tormenting Voice', 'Molten Primordial', 'Scent of Brine', 'Graveblade Marauder', 'Indulgent Aristocrat', 'Dreg Mangler', 'Basking Rootwalla', 'Cloudcrest Lake', 'Dead Weight', 'Cascading Cataracts', 'Thawing Glaciers', 'Spiketail Hatchling', 'Sin Prodder', 'Izzet Guildgate', 'Stasis Snare', 'Heart-Piercer Bow', 'Cruel Reality', 'Grenzo, Dungeon Warden', 'Starstorm', 'Geistflame', 'Necropolis Fiend', 'Chained to the Rocks', 'Endless Ranks of the Dead', 'Psychic Spiral', 'Wrecking Ball', 'Kjeldoran Outpost', 'Mirko Vosk, Mind Drinker', 'Psychic Drain', 'Kemba, Kha Regent', 'Aether Swooper', 'Winds of Rebuke', 'Sigarda''s Aid', 'Forbid', 'Magus of the Future', 'Tragic Arrogance', 'Beneath the Sands', 'Transgress the Mind', 'Snapback', 'Skirsdag High Priest', 'March from the Tomb', 'Sygg, River Guide', 'Kor Outfitter', 'Sensei Golden-Tail', 'Loxodon Hierarch', 'Toolcraft Exemplar', 'Kindle', 'Flaying Tendrils', 'Vessel of Nascency', 'Declaration in Stone', 'Highland Lake', 'Jayemdae Tome', 'Power Sink', 'Orzhov Charm', 'Garza Zol, Plague Queen', 'Banewhip Punisher', 'Rootwater Depths', 'Draining Whelk', 'Sanctum of Ugin', 'Curse of Thirst', 'Spined Thopter', 'Reef Shaman', 'Talus Paladin', 'Pale Rider of Trostad', 'Halimar Wavewatch', 'Trial of Knowledge', 'Ally Encampment', 'Ulcerate', 'Selesnya Guildmage', 'Prophetic Bolt', 'Thornweald Archer', 'Secluded Steppe', 'Hada Freeblade', 'Gruul Signet', 'Shrine of Loyal Legions', 'Blood Scrivener', 'Grozoth', 'Expedition Envoy', 'Mindstorm Crown', 'Ritual of Rejuvenation', 'Arrogant Wurm', 'Bloodwater Entity', 'Merfolk Sovereign', 'Dack''s Duplicate', 'Sphinx Summoner', 'Qasali Ambusher', 'Goblin Warchief', 'Take Inventory', 'Flayer of the Hatebound', 'Summoner''s Egg', 'Makeshift Mannequin', 'Scatter Arc', 'Flameshadow Conjuring', 'Hermit Druid', 'Bloodthrone Vampire', 'Hellspark Elemental', 'Mesmeric Fiend', 'Restoration Specialist', 'Howling Golem', 'Temur Ascendancy', 'Flame Jab', 'Underworld Cerberus', 'Dissipate', 'Blisterpod', 'Desert of the Indomitable', 'Consign // Oblivion', 'Firedrinker Satyr', 'Warleader''s Helix', 'Soul Exchange', 'Concentrate', 'Vesuvan Shapeshifter', 'Demonlord of Ashmouth', 'Memorial to War', 'Scepter of Fugue', 'Choked Estuary', 'Noose Constrictor', 'Reviving Dose', 'Rishkar''s Expertise', 'Vitu-Ghazi, the City-Tree', 'Altered Ego', 'Shrine of the Forsaken Gods', 'Mad Auntie', 'Augury Owl', 'Galvanic Bombardment', 'Shaman en-Kor', 'Intet, the Dreamer', 'Vampiric Rites', 'Kuro, Pitlord', 'Bow of Nylea', 'Pyramid of the Pantheon', 'Crumbling Vestige', 'Fabrication Module', 'Executioner''s Capsule', 'Mycosynth Wellspring', 'Bone Saw', 'Watchers of the Dead'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 115.0, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (142.4 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Brimstone Volley', 'Snapback', 'Gruul Guildgate', 'Skirsdag High Priest', 'Desert of the Indomitable', 'Tidal Warrior', 'Flameshadow Conjuring', 'Salvager of Secrets', 'One with the Machine', 'Gilded Lotus', 'Stone Haven Outfitter', 'Vitu-Ghazi, the City-Tree', 'Painful Truths', 'Sram''s Expertise', 'Clone', 'Sigarda''s Aid', 'Bane of Bala Ged', 'Remove Soul', 'Prophetic Bolt', 'Kederekt Leviathan', 'Gorgon''s Head', 'Moratorium Stone', 'Expedition Envoy', 'Demonlord of Ashmouth', 'Curse of Death''s Hold', 'Distress', 'Ire Shaman', 'Sever the Bloodline', 'Restoration Specialist', 'Rootwater Depths', 'Blood Scrivener', 'Pianna, Nomad Captain', 'Thunderbolt', 'Helm of the Host', 'Journeyer''s Kite', 'Void Shatter', 'Ulcerate', 'White Sun''s Zenith', 'Blighted Woodland', 'Traxos, Scourge of Kroog', 'Scepter of Fugue', 'Blighted Fen', 'Planar Cleansing', 'Pyramid of the Pantheon', 'Rupture Spire', 'Memorial to Unity', 'Underworld Cerberus', 'Healing Hands', 'Encroaching Wastes', 'Weight of Memory', 'Dead Weight', 'Falkenrath Noble', 'Qasali Ambusher', 'Waterveil Cavern', 'Enclave Elite', 'Cloudblazer', 'Yavimaya Hollow', 'Read the Bones', 'Stone Quarry', 'High Priest of Penance', 'Ashenmoor Gouger', 'Evolving Wilds', 'Shrine of Loyal Legions', 'Kalastria Healer', 'Terra Stomper', 'Naga Vitalist', 'Gatekeeper of Malakir', 'Tatyova, Benthic Druid', 'Identity Thief', 'Herald of Torment', 'Watchers of the Dead', 'Murderous Cut', 'Incendiary Flow', 'Woodland Wanderer', 'Makeshift Mannequin', 'Chief of the Foundry', 'Final Judgment', 'Sky Hussar', 'Choked Estuary', 'Khalni Gem', 'Oath of Gideon', 'Maximize Velocity', 'Trial of Ambition', 'Foreboding Ruins', 'Sinister Concoction', 'Bubbling Cauldron', 'Putrid Imp', 'Gateway Plaza', 'Sprouting Thrinax', 'Hordeling Outburst', 'Blighted Cataract', 'March from the Tomb', 'Altered Ego', 'Chained to the Rocks', 'Spined Thopter', 'Tranquil Garden', 'Last Breath', 'Scoured Barrens', 'Kor Outfitter', 'Bile Blight', 'Mesmeric Fiend', 'Shrine of the Forsaken Gods', 'Necropolis Fiend', 'Sphere of the Suns', 'Exile', 'Opulent Palace', 'Bloodwater Entity', 'Followed Footsteps', 'Festering Newt', 'Join the Ranks', 'Ally Encampment', 'Take Inventory', 'Stun Sniper', 'Nomad Outpost', 'Metalwork Colossus', 'Pale Rider of Trostad', 'Sejiri Merfolk', 'Utter End', 'Jwar Isle Refuge', 'Hour of Revelation', 'Vendetta', 'Bounty of the Luxa', 'Curse of the Swine', 'Edge of Autumn', 'Trusty Machete', 'Mercurial Pretender', 'Soul Exchange', 'Trespasser''s Curse', 'Seeker of the Way', 'Secluded Steppe', 'Mad Auntie', 'Vesuvan Shapeshifter', 'Browbeat', 'Scatter Arc', 'Sphinx of Uthuun', 'Gigantomancer', 'Wharf Infiltrator', 'Diluvian Primordial', 'Grow from the Ashes', 'Protean Raider', 'Hallowed Moonlight', 'Hidden Stockpile', 'Broken Bond', 'Heir of Falkenrath', 'Salvage Titan', 'Crossbow Infantry', 'Sunbird''s Invocation', 'Dregscape Zombie', 'Cascading Cataracts', 'Psychatog', 'Drana''s Emissary', 'Fevered Visions', 'Aven Riftwatcher', 'Desecration Demon', 'Falkenrath Gorger', 'Protean Hydra', 'Cinder Barrens', 'Thornweald Archer', 'Prognostic Sphinx', 'Grim Haruspex', 'Revitalize', 'Veil of Secrecy', 'Rishkar''s Expertise', 'Elixir of Immortality', 'Elite Archers', 'Precognition Field', 'Servo Exhibition', 'Cartouche of Strength', 'Court Homunculus', 'Anticipate', 'Dissipate', 'Saving Grace', 'Deathcap Cultivator', 'From Under the Floorboards', 'Phylactery Lich', 'Danitha Capashen, Paragon', 'Sculpting Steel', 'Sanctum of Ugin', 'Bow of Nylea', 'Pilgrim''s Eye', 'Indulgent Aristocrat', 'Halimar Wavewatch', 'Greatbow Doyen', 'Psychic Spiral', 'Smokestack', 'Consign // Oblivion', 'Skeleton Shard', 'Smother', 'Spiketail Hatchling', 'Felidar Guardian', 'Stolen Identity', 'Sundering Growth', 'Seal of Primordium', 'Spellheart Chimera', 'Sunset Pyramid', 'Engulf the Shore', 'Ogre Slumlord', 'Fiery Impulse', 'Selesnya Guildgate', 'Oona, Queen of the Fae', 'Ancient Amphitheater', 'Weaponcraft Enthusiast', 'Advent of the Wurm', 'Cryptoplasm', 'Sphinx Summoner', 'Careful Consideration', 'Thopter Spy Network', 'Howling Golem', 'Ghastlord of Fugue', 'Thraben Doomsayer', 'Stitch Together', 'Goblin Cratermaker', 'Cryptborn Horror', 'Kopala, Warden of Waves', 'Astral Slide', 'Temur Ascendancy', 'Loxodon Warhammer', 'Merrow Harbinger', 'Reef Shaman', 'Make a Stand', 'Goblin Ringleader', 'Collective Defiance', 'Vivid Grove', 'Loxodon Hierarch', 'Starstorm', 'Bloodthrone Vampire', 'End Hostilities', 'Pain Seer', 'Ritual of Rejuvenation', 'Phantom Nomad', 'Psychic Strike', 'Repeal', 'Millstone', 'Krosan Tusker', 'Consuming Aberration', 'Urza''s Ruinous Blast', 'Galvanic Bombardment', 'Harm''s Way', 'Firedrinker Satyr', 'Warren Pilferers', 'Shefet Monitor', 'Rakdos Guildgate', 'Kemba, Kha Regent', 'Tome Scour', 'Wort, Boggart Auntie', 'Lash Out', 'Izzet Guildgate', 'Warleader''s Helix', 'True Believer', 'Circuitous Route', 'Ivory Tower', 'Conqueror''s Galleon', 'Altar''s Reap', 'Renewed Faith', 'Barter in Blood', 'Dack''s Duplicate', 'Stasis Snare', 'Village Messenger', 'Curious Homunculus', 'Scrabbling Claws', 'Unwind', 'Trophy Mage', 'Toolcraft Exemplar', 'Foundry of the Consuls', 'Insidious Will', 'Carrier Thrall', 'Memorial to War', 'Addle', 'Sifter Wurm', 'Declaration in Stone', 'Sin Collector', 'Collective Effort', 'Duskmantle, House of Shadow', 'Splinterfright', 'Overwhelming Denial', 'Decoction Module', 'Sultai Charm', 'Deeproot Waters', 'Forbid', 'Flame Jab', 'Shaman en-Kor', 'Urza''s Factory', 'Rogue''s Passage', 'Vampire Cutthroat', 'Driven // Despair', 'Arvad the Cursed', 'Lonely Sandbar', 'Intet, the Dreamer', 'The Mending of Dominaria', 'Exava, Rakdos Blood Witch', 'Aether Swooper', 'Burning Oil', 'Open the Armory', 'Azra Bladeseeker', 'Selesnya Guildmage', 'Skinrender', 'Selesnya Signet', 'Spelltwine', 'Kjeldoran Outpost', 'Mirko Vosk, Mind Drinker', 'Benefaction of Rhonas', 'Gathan Raiders', 'Captain''s Claws', 'Early Frost', 'Fabrication Module', 'Mercurial Chemister', 'Rattleclaw Mystic', 'Benalish Honor Guard', 'Diabolic Tutor', 'Dream Twist', 'Inner Demon', 'Bloodsoaked Champion', 'Curse of Misfortunes', 'Prepare // Fight', 'Glint Hawk Idol', 'Graveblade Marauder', 'Warren Weirding', 'Bygone Bishop', 'Hada Freeblade', 'Serene Steward', 'Quest for the Gravelord', 'Garza Zol, Plague Queen', 'Longtusk Cub', 'Unknown Shores', 'Frogtosser Banneret', 'Summon the School', 'Tribute to Hunger', 'Saheeli''s Artistry', 'Grenzo, Dungeon Warden', 'Treasure Cruise', 'Tranquil Expanse', 'Desert of the Fervent', 'Bogardan Hellkite', 'Planar Outburst', 'Beneath the Sands', 'Mockery of Nature', 'Boros Challenger', 'Rogue Refiner', 'Tragic Lesson', 'Kindle', 'Glorious Anthem', 'Zada''s Commando', 'Hanweir Militia Captain', 'Triskelion', 'Increasing Confusion', 'Benevolent Bodyguard', 'Magister of Worth', 'Soul Foundry', 'Academy Elite', 'Dreadship Reef', 'Shuko', 'Putrefy', 'Noose Constrictor', 'Mystic Monastery', 'Oona''s Grace', 'Psychotic Episode', 'Web of Inertia', 'Brutal Expulsion', 'Winds of Rebuke', 'Scourge Wolf', 'Walk the Plank', 'Plumeveil', 'Wanted Scoundrels', 'Talus Paladin', 'Channeler Initiate', 'Stuffy Doll', 'Cloudcrest Lake', 'Sensei Golden-Tail', 'Immortal Servitude', 'Agony Warp', 'Elemental Bond', 'Crumbling Necropolis', 'Kor Duelist', 'Sultai Emissary', 'Executioner''s Capsule', 'Psychic Possession', 'Asylum Visitor', 'River Sneak', 'Prophet of Kruphix', 'Narcolepsy', 'Fleetwheel Cruiser', 'Tormenting Voice', 'Grove of the Guardian', 'Goblin Warchief', 'Kentaro, the Smiling Cat', 'Hellhole Flailer', 'Rakshasa Deathdealer', 'Kuro, Pitlord', 'Roterothopter', 'Boggart Harbinger', 'Slice and Dice', 'Confirm Suspicions', 'Vampiric Rites', 'Baleful Ammit', 'Confiscate', 'Thawing Glaciers', 'Brigid, Hero of Kinsbaile', 'Radiant Flames', 'Power Sink', 'Cackling Counterpart', 'Memorial to Genius', 'Connive // Concoct', 'Teshar, Ancestor''s Apostle', 'Supernatural Stamina', 'Desert of the Glorified', 'Manta Riders', 'Gruul Signet', 'Vessel of Nascency', 'Flayer of the Hatebound', 'Trial of Knowledge', 'Reviving Dose', 'Banewhip Punisher', 'Tracker''s Instincts', 'Scourglass', 'Banishing Light', 'Always Watching', 'Chandra''s Ignition', 'Tempered Steel', 'Cruel Reality', 'Rampant Growth', 'Attune with Aether', 'Consume the Meek', 'Quasiduplicate', 'Cadaver Imp', 'Docent of Perfection', 'Geistflame', 'Jayemdae Tome', 'Hypnotic Specter', 'Cloudgoat Ranger', 'Kitesail Apprentice', 'Empyreal Voyager', 'Molten Primordial', 'Sylvan Advocate', 'Savage Lands', 'Drownyard Behemoth', 'Vivid Marsh', 'Aquitect''s Will', 'Jace''s Ingenuity', 'Azorius Guildgate', 'Epochrasite', 'Trail of Evidence', 'Unsummon', 'Zulaport Cutthroat', 'Trostani''s Summoner', 'Grozoth', 'Mind Grind', 'Voldaren Pariah', 'Heart-Piercer Bow', 'Skirk Ridge Exhumer', 'Flaying Tendrils', 'Merfolk Sovereign', 'Resolute Archangel', 'Tragic Arrogance', 'Story Circle', 'Mindstorm Crown', 'Wretched Banquet', 'Ulvenwald Tracker', 'Brain Maggot', 'Hammer of Bogardan', 'Dreg Mangler', 'Summoner''s Egg', 'Crystal Ball', 'Blackblade Reforged', 'Cultivator''s Caravan', 'Autochthon Wurm', 'Ravenous Rats', 'Blisterpod', 'Boon Reflection', 'Vivid Meadow', 'Seal of Doom', 'Augury Owl', 'Felhide Spiritbinder', 'Striped Riverwinder', 'Faerie Trickery', 'Bogbrew Witch', 'Scent of Brine', 'Stromkirk Condemned', 'Compulsive Research', 'Martyr of Frost', 'Sygg, River Guide', 'Consuming Vapors', 'Hermit Druid', 'Pentavus', 'Moment of Craving', 'Narcomoeba', 'Scatter to the Winds', 'Dread Statuary', 'Cephalid Illusionist', 'Hellspark Elemental', 'Dark Withering', 'Draining Whelk', 'Curse of Thirst', 'Sin Prodder', 'Mycosynth Wellspring', 'Whirler Virtuoso', 'Fungal Infection', 'Perilous Voyage', 'Chromatic Lantern', 'Commune with Nature', 'Bojuka Brigand', 'Charmbreaker Devils', 'Meandering River', 'Emeria Angel', 'Haunted Dead', 'Chandra''s Spitfire', 'Advanced Stitchwing', 'Precinct Captain', 'Pillar of Flame', 'Stone Haven Medic', 'Call the Bloodline', 'Hypothesizzle', 'Lotleth Giant', 'Brine Elemental', 'Perilous Myr', 'Spiritmonger', 'Endless Ranks of the Dead', 'Transgress the Mind', 'Psychic Drain', 'Slith Firewalker', 'Phantasmal Bear', 'Entomber Exarch', 'Armament Master', 'Cataclysmic Gearhulk', 'Simic Guildgate', 'Cremate', 'Hellrider', 'Arrogant Wurm', 'Spawning Pool', 'Survival Cache', 'Wrecking Ball', 'Magus of the Future', 'Landslide', 'Concentrate', 'Hedron Archive', 'Highland Lake', 'Golgari Guildgate', 'Sandsteppe Citadel', 'Pilfered Plans', 'Orzhov Charm', 'Aryel, Knight of Windgrace', 'Faith''s Fetters', 'Ondu Giant', 'Drowned Secrets', 'Kessig Cagebreakers', 'Ayli, Eternal Pilgrim', 'Necrotic Wound', 'Broodmate Dragon', 'Artificer''s Epiphany', 'Mangara of Corondor', 'Increasing Savagery', 'Crumbling Vestige', 'Invigorated Rampage', 'Bone Saw', 'Cogwork Assembler', 'Dread Return', 'Lake of the Dead', 'Woodland Stream', 'Rugged Highlands', 'Separatist Voidmage', 'Avoid Fate', 'Cunning Lethemancer', 'Spear of Heliod', 'Basking Rootwalla', 'Urborg'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 142.4, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (373.0 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Servo Exhibition', 'Unwind', 'Stone Haven Outfitter', 'Prophet of Kruphix', 'Warren Pilferers', 'Scourglass', 'Rogue Refiner', 'Driven // Despair', 'Behemoth Sledge', 'Splinterfright', 'Treasure Cruise', 'Aven Riftwatcher', 'Ashenmoor Gouger', 'Grow from the Ashes', 'Rogue''s Passage', 'Protean Raider', 'Sunset Pyramid', 'Spined Thopter', 'Advent of the Wurm', 'Invigorated Rampage', 'Camaraderie', 'Oona, Queen of the Fae', 'Homicidal Seclusion', 'Yavimaya Hollow', 'Rattleclaw Mystic', 'Dissipate', 'Azra Bladeseeker', 'Narcolepsy', 'Arvad the Cursed', 'Talus Paladin', 'Hellspark Elemental', 'Felhide Spiritbinder', 'Timber Protector', 'Pentavus', 'Crossbow Infantry', 'High Priest of Penance', 'Hanweir Militia Captain', 'Mirko Vosk, Mind Drinker', 'Mad Auntie', 'Veil of Secrecy', 'Memorial to War', 'Striped Riverwinder', 'Gruul Guildgate', 'Evolving Wilds', 'Hada Freeblade', 'Kessig Cagebreakers', 'Fevered Visions', 'Magus of the Future', 'Grove of the Guardian', 'Sandsteppe Citadel', 'Waterveil Cavern', 'Demonic Rising', 'Traxos, Scourge of Kroog', 'Choked Estuary', 'Broodmate Dragon', 'Chandra''s Ignition', 'Empyreal Voyager', 'Elite Archers', 'Beneath the Sands', 'Artificer''s Epiphany', 'Trespasser''s Curse', 'Goblin Ringleader', 'Pale Rider of Trostad', 'Merrow Harbinger', 'Psychotic Episode', 'Academy Elite', 'Prepare // Fight', 'Ghor-Clan Rampager', 'Mesmeric Fiend', 'Trial of Ambition', 'Mercurial Pretender', 'Riot Control', 'Kopala, Warden of Waves', 'Unknown Shores', 'Channeler Initiate', 'Unsummon', 'Halimar Wavewatch', 'Brimstone Volley', 'Firedrinker Satyr', 'Sanctum of Ugin', 'Eldrazi Skyspawner', 'Hellhole Flailer', 'Sanitarium Skeleton', 'Reach of Branches', 'Salvager of Secrets', 'Protean Hydra', 'Precognition Field', 'World Shaper', 'Browbeat', 'Crystal Ball', 'Hellrider', 'Broken Bond', 'Incendiary Flow', 'Heir of Falkenrath', 'Savage Lands', 'Loxodon Warhammer', 'Chief of the Foundry', 'Indulgent Aristocrat', 'Rishkar''s Expertise', 'Weight of Memory', 'Seeker of the Way', 'Cackling Counterpart', 'Aryel, Knight of Windgrace', 'Banewhip Punisher', 'Vitu-Ghazi, the City-Tree', 'Blackblade Reforged', 'Soul Exchange', 'Collective Defiance', 'Arrogant Wurm', 'Cataclysmic Gearhulk', 'Haunted Plate Mail', 'Tidal Warrior', 'Psychic Possession', 'Drana''s Emissary', 'Molten Primordial', 'Sultai Emissary', 'Declaration in Stone', 'Fleetwheel Cruiser', 'Trophy Mage', 'Stolen Identity', 'Augury Owl', 'Bygone Bishop', 'Kemba, Kha Regent', 'Sram''s Expertise', 'Tranquil Garden', 'Trial of Knowledge', 'Bogbrew Witch', 'Vexing Scuttler', 'Ravenous Rats', 'Cinder Barrens', 'Survival Cache', 'Faith of the Devoted', 'Flameshadow Conjuring', 'Enclave Elite', 'Resolute Archangel', 'Stone Haven Medic', 'Reality Acid', 'Helm of the Host', 'Prophetic Bolt', 'Kitesail Apprentice', 'Vivid Meadow', 'Wrecking Ball', 'Vendetta', 'Oath of Jace', 'Fiery Impulse', 'Engulf the Shore', 'Rakshasa Deathdealer', 'Manta Riders', 'Bow of Nylea', 'Goblin Cratermaker', 'Opulent Palace', 'True Believer', 'Perilous Myr', 'Grozoth', 'Conclave Naturalists', 'Catacomb Sifter', 'Curse of Misfortunes', 'Pilfering Imp', 'Bile Blight', 'Tranquil Expanse', 'Rugged Highlands', 'Skirk Ridge Exhumer', 'Sangrophage', 'Ritual of Rejuvenation', 'Revitalize', 'Secluded Steppe', 'Blisterpod', 'Saltcrusted Steppe', 'Selesnya Guildmage', 'Gatekeeper of Malakir', 'Palace Familiar', 'Wretched Gryff', 'Void Shatter', 'Teferi''s Moat', 'Magister of Worth', 'Altered Ego', 'Healing Hands', 'Pillar of Flame', 'Sejiri Merfolk', 'Unstoppable Ash', 'Bogardan Hellkite', 'Tragic Arrogance', 'Restoration Specialist', 'Ghastly Remains', 'Goblin Warchief', 'Wretched Banquet', 'Mind Grind', 'Seal of Doom', 'Svogthos, the Restless Tomb', 'Ayli, Eternal Pilgrim', 'Planar Outburst', 'Ire Shaman', 'Voltaic Brawler', 'Whirler Virtuoso', 'Supernatural Stamina', 'Edge of Autumn', 'Lash Out', 'Bojuka Brigand', 'Consuming Vapors', 'White Sun''s Zenith', 'Drownyard Behemoth', 'Trusty Machete', 'Cultivator''s Caravan', 'Kjeldoran Outpost', 'Tatyova, Benthic Druid', 'Elixir of Immortality', 'Nomad Outpost', 'Dreadship Reef', 'Deathcap Cultivator', 'Desecration Demon', 'Diluvian Primordial', 'Shrine of Loyal Legions', 'Maximize Velocity', 'Boros Challenger', 'Vitu-Ghazi Guildmage', 'Warren Weirding', 'Sylvan Advocate', 'Sky Hussar', 'Increasing Savagery', 'Reviving Dose', 'Brine Elemental', 'Connive // Concoct', 'Prognostic Sphinx', 'Pain Seer', 'Falkenrath Noble', 'Thopter Spy Network', 'Metalwork Colossus', 'Electrostatic Pummeler', 'Confiscate', 'Hour of Revelation', 'Burning Oil', 'Greatbow Doyen', 'Thornbow Archer', 'Bane of Bala Ged', 'Pianna, Nomad Captain', 'Spellheart Chimera', 'Noose Constrictor', 'Renewed Faith', 'Wonder', 'Cruel Reality', 'Identity Thief', 'Orzhov Charm', 'Draining Whelk', 'Galvanic Bombardment', 'Gateway Plaza', 'Scatter to the Winds', 'Consuming Aberration', 'Foul Emissary', 'Naga Vitalist', 'Rakdos Guildgate', 'Bubbling Cauldron', 'Memorial to Unity', 'Temur Ascendancy', 'Izzet Guildgate', 'Lashweed Lurker', 'Sphere of the Suns', 'Distress', 'Kalastria Healer', 'Benalish Honor Guard', 'Paralyze', 'Trail of Evidence', 'Sifter Wurm', 'Vivid Marsh', 'Scrabbling Claws', 'Vessel of Nascency', 'Inner Demon', 'Murderous Cut', 'Soul Foundry', 'Desert of the Fervent', 'Sensei Golden-Tail', 'Cascading Cataracts', 'Kentaro, the Smiling Cat', 'Kuro, Pitlord', 'Avoid Fate', 'Pyramid of the Pantheon', 'Phantom Nomad', 'Brigid, Hero of Kinsbaile', 'Spawning Pool', 'Duty-Bound Dead', 'Stronghold Assassin', 'Saheeli''s Artistry', 'Starstorm', 'Conqueror''s Galleon', 'Dauntless Dourbark', 'Hypnotic Specter', 'Vampiric Rites', 'Hordeling Outburst', 'Man-o''-War', 'Cephalid Illusionist', 'Millstone', 'Curious Homunculus', 'Festering Mummy', 'Snapback', 'Khalni Gem', 'Join the Ranks', 'Scion of Vitu-Ghazi', 'Read the Bones', 'The Mending of Dominaria', 'Vesuvan Shapeshifter', 'Holdout Settlement', 'Hypothesizzle', 'Mangara of Corondor', 'Woodland Wanderer', 'Hedron Archive', 'Always Watching', 'Grasp of Darkness', 'Intet, the Dreamer', 'Shuko', 'Attune with Aether', 'Reef Shaman', 'Tome Scour', 'Web of Inertia', 'Tracker''s Instincts', 'Primal Druid', 'Curse of Thirst', 'Toolcraft Exemplar', 'Docent of Perfection', 'Agony Warp', 'Herald of Anafenza', 'Herald of Torment', 'Hour of Eternity', 'Moment of Craving', 'Skinrender', 'Weaponcraft Enthusiast', 'Shaman en-Kor', 'Jayemdae Tome', 'Confirm Suspicions', 'Seal of Primordium', 'Utter End', 'Sphinx of Uthuun', 'Psychic Spiral', 'Ancient Amphitheater', 'Sever the Bloodline', 'Urza''s Factory', 'Caravan Vigil', 'Garza Zol, Plague Queen', 'Cartouche of Strength', 'Necrotic Wound', 'Concentrate', 'Immortal Servitude', 'Dark Salvation', 'Remove Soul', 'Increasing Confusion', 'Krosan Tusker', 'Stuffy Doll', 'Cryptoplasm', 'Narcomoeba', 'Vampire Cutthroat', 'Open the Armory', 'Zada''s Commando', 'Felidar Guardian', 'Baleful Ammit', 'Deeproot Waters', 'Basking Rootwalla', 'Lake of the Dead', 'Flayer of the Hatebound', 'Spear of Heliod', 'Radiant Flames', 'Merfolk Sovereign', 'Cloudgoat Ranger', 'Scepter of Fugue', 'Perilous Voyage', 'Planar Cleansing', 'Desert of the Indomitable', 'Phyrexian Ghoul', 'Power Sink', 'Chandra''s Spitfire', 'Aether Swooper', 'Terra Stomper', 'Mercurial Chemister', 'Grim Haruspex', 'Cloudblazer', 'Epochrasite', 'Dead Weight', 'Faerie Trickery', 'Glorious Anthem', 'Tragic Lesson', 'Brago, King Eternal', 'Chromatic Lantern', 'Sigarda''s Aid', 'Charmbreaker Devils', 'Demonlord of Ashmouth', 'Loxodon Hierarch', 'Encroaching Wastes', 'Plumeveil', 'Scatter Arc', 'Teshar, Ancestor''s Apostle', 'Sin Prodder', 'Make a Stand', 'Rampant Growth', 'Story Circle', 'Smother', 'Bounty of the Luxa', 'Night Market Lookout', 'Precinct Captain', 'Grasping Scoundrel', 'Painful Truths', 'Foundry of the Consuls', 'Thorntooth Witch', 'Skirsdag High Priest', 'Slice and Dice', 'Exile', 'Transgress the Mind', 'Spiritmonger', 'Bloodwater Entity', 'Diregraf Colossus', 'Journeyer''s Kite', 'Shrine of the Forsaken Gods', 'Asylum Visitor', 'Winds of Rebuke', 'Underworld Cerberus', 'Moratorium Stone', 'Consign // Oblivion', 'March from the Tomb', 'Boon Reflection', 'Compulsive Research', 'Scent of Brine', 'Shefet Monitor', 'Trostani''s Summoner', 'Followed Footsteps', 'Addle', 'Treefolk Harbinger', 'Jace''s Ingenuity', 'Purify the Grave', 'Hallowed Moonlight', 'Dack''s Duplicate', 'Growing Ranks', 'Loam Dryad', 'Aquitect''s Will', 'Makeshift Mannequin', 'Foul Orchard', 'Saving Grace', 'Duskmantle, House of Shadow', 'Chained to the Rocks', 'Skeleton Shard', 'Fungal Infection', 'Putrid Imp', 'Grave Defiler', 'Summoner''s Egg', 'One with the Machine', 'End Hostilities', 'Howling Golem', 'Oath of Gideon', 'Advanced Stitchwing', 'Gruul Signet', 'Lich''s Mastery', 'Geistflame', 'Endless Ranks of the Dead', 'Brain Freeze', 'Clone', 'Pulse Tracker', 'Mindstorm Crown', 'From Under the Floorboards', 'Woodland Stream', 'Foreboding Ruins', 'Thunderbolt', 'Highland Lake', 'Necropolis Fiend', 'Urborg', 'Graveblade Marauder', 'Consume the Meek', 'Take Inventory', 'Orchard Warden', 'Selesnya Guildgate', 'Triskelion', 'Psychic Drain', 'Sculpting Steel', 'Pilfered Plans', 'Ally Encampment', 'Mountain Valley', 'Memorial to Genius', 'Sunbird''s Invocation', 'Hammer of Bogardan', 'Vivid Grove', 'Phylactery Lich', 'Blighted Fen', 'Stone Quarry', 'Urza''s Ruinous Blast', 'Black Cat', 'Golgari Guildgate', 'Last Breath', 'Desert of the Glorified', 'Putrefy', 'Frogtosser Banneret', 'Decoction Module', 'Stasis Snare', 'Drowned Secrets', 'Plague Belcher', 'Call of the Herd', 'Psychic Strike', 'Blood Scrivener', 'Forbid', 'Ghastlord of Fugue', 'Collective Effort', 'Benefaction of Rhonas', 'Wharf Infiltrator', 'Kor Outfitter', 'Jwar Isle Refuge', 'Court Homunculus', 'Elemental Bond', 'Insidious Will', 'Harm''s Way', 'Repeal', 'Longtusk Cub', 'Alive // Well', 'Separatist Voidmage', 'Spelltwine', 'Faith''s Fetters', 'Tribute to Hunger', 'Careful Consideration', 'Altar''s Reap', 'Flinthoof Boar', 'Watchers of the Dead', 'Mockery of Nature', 'Wayfaring Temple', 'Ulcerate', 'Gilded Lotus', 'Haunted Dead', 'Early Frost', 'Barter in Blood', 'Bloodthrone Vampire', 'Kor Duelist', 'Cremate', 'Quasiduplicate', 'Flame Jab', 'Carrier Thrall', 'Roterothopter', 'Sphinx Summoner', 'Smokestack', 'Stitch Together', 'Cadaver Imp', 'Fabrication Module', 'Sin Collector', 'Thornweald Archer', 'Crumbling Vestige', 'Momentary Blink', 'Cogwork Assembler', 'Unbreathing Horde', 'Meandering River', 'Dread Statuary', 'Salvage Titan', 'Grenzo, Dungeon Warden', 'Fanatic of Xenagos', 'Torment of Scarabs', 'Crumbling Necropolis', 'Stromkirk Condemned', 'Gorgon''s Head', 'Thawing Glaciers', 'Simic Guildgate', 'Serene Steward', 'Entomber Exarch', 'Blighted Cataract', 'Curse of the Swine', 'Flaying Tendrils', 'Curse of Death''s Hold', 'Brain Maggot', 'Expedition Envoy', 'Danitha Capashen, Paragon', 'Village Messenger', 'Autochthon Wurm', 'Exava, Rakdos Blood Witch', 'Bone Saw', 'Quest for the Gravelord', 'Armament Master', 'Scourge Wolf', 'Lonely Sandbar', 'Blighted Woodland', 'Astral Slide', 'Zulaport Cutthroat', 'Thraben Doomsayer', 'Qasali Ambusher', 'River Sneak', 'Pilgrim''s Eye', 'Boggart Harbinger', 'Heart-Piercer Bow', 'Falkenrath Gorger', 'Walk the Plank', 'Sundering Growth', 'Sultai Charm', 'Brutal Expulsion', 'Wanted Scoundrels', 'Rupture Spire', 'Call of the Conclave', 'Diabolic Tutor', 'Carnophage', 'Cloudcrest Lake', 'Enlisted Wurm', 'Slith Firewalker', 'Gigantomancer', 'Dimir Guildgate', 'Dregscape Zombie', 'Ivory Tower', 'Wormfang Drake', 'Dread Return', 'Oona''s Grace', 'Banishing Light', 'Anticipate', 'Ogre Slumlord', 'Kederekt Leviathan', 'Battlewand Oak', 'Overwhelming Denial', 'Lotleth Giant', 'Landslide', 'Commune with Nature', 'Cryptborn Horror', 'Stun Sniper', 'Hermit Druid', 'Mystic Monastery', 'Selesnya Signet', 'Spiketail Hatchling', 'Sprouting Thrinax', 'Benevolent Bodyguard', 'Call the Bloodline', 'Tempered Steel', 'Rootwater Depths', 'Hidden Stockpile', 'Vicious Conquistador', 'Leonin Sun Standard', 'Mycosynth Wellspring', 'Tormenting Voice', 'Azorius Guildgate', 'Bloodsoaked Champion', 'Dream Twist', 'Summon the School', 'Captain''s Claws', 'Final Judgment', 'Kindle', 'Dreg Mangler', 'Scoured Barrens', 'Ulvenwald Tracker', 'Psychatog', 'Wort, Boggart Auntie', 'Emeria Angel', 'Ondu Giant', 'Circuitous Route', 'Warleader''s Helix', 'Martyr of Frost', 'Glint Hawk Idol', 'Festering Newt', 'Phantasmal Bear', 'Sygg, River Guide', 'Executioner''s Capsule'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 373.0, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (123.6 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('River Sneak', 'Curious Homunculus', 'High Priest of Penance', 'Ally Encampment', 'Kessig Prowler', 'Desecration Demon', 'Vivid Grove', 'Brine Elemental', 'Stone Quarry', 'Planar Cleansing', 'Pilgrim''s Eye', 'Helm of the Host', 'Kemba, Kha Regent', 'Basking Rootwalla', 'Dread Return', 'Lantern Kami', 'Court Homunculus', 'Bane of Bala Ged', 'Pale Rider of Trostad', 'Open the Armory', 'Mesmeric Fiend', 'Whirler Virtuoso', 'Metalwork Colossus', 'Nomad Outpost', 'Enclave Elite', 'Summoner''s Egg', 'Final Judgment', 'Curse of the Swine', 'Maximize Velocity', 'Sifter Wurm', 'Sphere of the Suns', 'Jayemdae Tome', 'Terra Stomper', 'One with the Machine', 'Driven // Despair', 'Fleetwheel Cruiser', 'Qasali Ambusher', 'The Mending of Dominaria', 'Enlisted Wurm', 'Magister of Worth', 'Kessig Cagebreakers', 'Charmbreaker Devils', 'Connive // Concoct', 'Scion of Vitu-Ghazi', 'Browbeat', 'Grove of the Guardian', 'Blighted Fen', 'Azra Bladeseeker', 'Vector Asp', 'Battlewise Hoplite', 'Perilous Voyage', 'Consuming Vapors', 'Shuko', 'Healing Hands', 'Trespasser''s Curse', 'Aven Riftwatcher', 'Lotleth Giant', 'Millstone', 'Urza''s Factory', 'Glassdust Hulk', 'Cascading Cataracts', 'Summon the School', 'Voltaic Brawler', 'Barter in Blood', 'Spiketail Hatchling', 'Web of Inertia', 'Invigorated Rampage', 'Krosan Tusker', 'Lashweed Lurker', 'Watchers of the Dead', 'Sandsteppe Citadel', 'Ravenous Rats', 'Putrefy', 'Elemental Bond', 'Skeleton Shard', 'Cryptoplasm', 'Mystic Monastery', 'Cataclysmic Gearhulk', 'Fevered Visions', 'Rakdos Guildgate', 'Mockery of Nature', 'Key to the City', 'Crumbling Vestige', 'Lonely Sandbar', 'Unbreathing Horde', 'Duskborne Skymarcher', 'Waterveil Cavern', 'Chromatic Lantern', 'Salvager of Secrets', 'Tatyova, Benthic Druid', 'Galvanic Bombardment', 'Prophetic Bolt', 'Gruul Guildgate', 'Dauntless Dourbark', 'Hypothesizzle', 'Drana''s Emissary', 'Unwind', 'Hellspark Elemental', 'Compulsive Research', 'Diabolic Tutor', 'Gorgon''s Head', 'Sram''s Expertise', 'Memorial to Unity', 'Dregscape Zombie', 'Scoured Barrens', 'Resolute Archangel', 'Hermit Druid', 'Dream Twist', 'Scourge Wolf', 'Rogue''s Passage', 'Sin Prodder', 'Azorius Guildgate', 'Herald of Torment', 'Cryptborn Horror', 'Repeal', 'Angelic Gift', 'Epochrasite', 'Thopter Spy Network', 'Hypnotic Specter', 'Break Through the Line', 'Ichor Rats', 'Psychatog', 'Prognostic Sphinx', 'White Sun''s Zenith', 'Commune with Nature', 'Edge of Autumn', 'Pilfered Plans', 'Toolcraft Exemplar', 'Quest for the Gravelord', 'Phantom Nomad', 'Izzet Guildgate', 'Kederekt Leviathan', 'Vampire Cutthroat', 'Aven Skirmisher', 'Sin Collector', 'Stronghold Assassin', 'Sundering Growth', 'Shefet Monitor', 'Trostani''s Summoner', 'Pilfering Imp', 'Oona, Queen of the Fae', 'Journeyer''s Kite', 'Unstoppable Ash', 'Kuro, Pitlord', 'Tempered Steel', 'Longtusk Cub', 'Selesnya Guildgate', 'Vampiric Rites', 'Sphinx of Uthuun', 'Wanted Scoundrels', 'Blisterpod', 'Intet, the Dreamer', 'Smother', 'Soul Exchange', 'Rakshasa Deathdealer', 'Lake of the Dead', 'Serene Steward', 'Insidious Will', 'Psychic Possession', 'Camaraderie', 'Bow of Nylea', 'Prophet of Kruphix', 'Necropolis Fiend', 'Naga Vitalist', 'Highland Lake', 'Thornbow Archer', 'Asylum Visitor', 'Story Circle', 'Rishkar''s Expertise', 'Drowned Secrets', 'Mangara of Corondor', 'Dead Weight', 'Saltcrusted Steppe', 'Trial of Ambition', 'Mountain Valley', 'Bloodsoaked Champion', 'Loxodon Warhammer', 'Hellhole Flailer', 'Saheeli''s Artistry', 'Jwar Isle Refuge', 'Halimar Wavewatch', 'Purify the Grave', 'Phylactery Lich', 'Bounty of the Luxa', 'Treefolk Harbinger', 'Rupture Spire', 'Ire Shaman', 'Cartouche of Strength', 'Dreg Mangler', 'Weaponcraft Enthusiast', 'Seeker of the Way', 'Secluded Steppe', 'Aquitect''s Will', 'Planar Outburst', 'Advent of the Wurm', 'Eldrazi Skyspawner', 'Ghor-Clan Rampager', 'Call of the Conclave', 'Tranquil Garden', 'Rootwater Depths', 'Take Inventory', 'Heir of Falkenrath', 'Sanitarium Skeleton', 'Reaper from the Abyss', 'Molten Primordial', 'Sculpting Steel', 'Hordeling Outburst', 'Shrine of the Forsaken Gods', 'Salvage Titan', 'Stun Sniper', 'World Shaper', 'Scatter to the Winds', 'Orzhov Charm', 'Rot Wolf', 'Bogardan Hellkite', 'Hallowed Moonlight', 'Hammer of Bogardan', 'Advanced Stitchwing', 'Blighted Woodland', 'Chandra''s Ignition', 'Weirding Wood', 'Emeria Angel', 'Swordwise Centaur', 'Guul Draz Overseer', 'Renewed Faith', 'Collective Defiance', 'Walk the Plank', 'Rustwing Falcon', 'Necrotic Wound', 'Urborg', 'Grenzo, Dungeon Warden', 'Demonlord of Ashmouth', 'Thawing Glaciers', 'Aryel, Knight of Windgrace', 'Call the Bloodline', 'Captain''s Claws', 'Tranquil Expanse', 'Sultai Charm', 'Chief of the Foundry', 'Thorntooth Witch', 'Hedron Archive', 'Chandra''s Spitfire', 'Agony Warp', 'Protean Hydra', 'Painful Truths', 'Revitalize', 'See Beyond', 'Underworld Cerberus', 'Ritual of Rejuvenation', 'Spiritmonger', 'Tetsuko Umezawa, Fugitive', 'Encroaching Wastes', 'Glint Hawk Idol', 'Boggart Harbinger', 'Last Breath', 'Favored Hoplite', 'Howling Golem', 'Kitesail Apprentice', 'Fabrication Module', 'Moratorium Stone', 'Man-o''-War', 'Falkenrath Noble', 'Vivid Marsh', 'Primal Bellow', 'Unknown Shores', 'Sprouting Thrinax', 'Broken Bond', 'Manta Riders', 'Thraben Doomsayer', 'Tome Scour', 'New Perspectives', 'Kitesail Scout', 'Orchard Warden', 'Boon Reflection', 'Tidal Warrior', 'Wharf Infiltrator', 'Early Frost', 'Thornweald Archer', 'Anticipate', 'Murderous Cut', 'Putrid Imp', 'Veil of Secrecy', 'Gigantomancer', 'Black Cat', 'Defiant Strike', 'Faith''s Fetters', 'Ondu Giant', 'Separatist Voidmage', 'Glorious Anthem', 'Starstorm', 'Wolfbriar Elemental', 'Psychotic Episode', 'Simic Guildgate', 'Growing Ranks', 'Sunbird''s Invocation', 'Trail of Evidence', 'Psychic Drain', 'Gilded Lotus', 'Hada Freeblade', 'Precognition Field', 'Spawning Pool', 'Cloudcrest Lake', 'Shaman en-Kor', 'Blood Scrivener', 'Arvad the Cursed', 'Trusty Machete', 'Soul Foundry', 'Urza''s Ruinous Blast', 'Traxos, Scourge of Kroog', 'Elite Archers', 'Mercurial Chemister', 'Paralyze', 'Dack''s Duplicate', 'Reality Acid', 'Crossbow Infantry', 'Dread Statuary', 'Selesnya Signet', 'Augury Owl', 'Sheltering Light', 'Void Shatter', 'Channeler Initiate', 'Careful Consideration', 'Declaration in Stone', 'Greatbow Doyen', 'Read the Bones', 'Festering Newt', 'Shrine of Loyal Legions', 'Ivory Tower', 'Ghastlord of Fugue', 'Smokestack', 'Mercurial Pretender', 'Ulvenwald Tracker', 'Immortal Servitude', 'Sanctum of Ugin', 'Firedrinker Satyr', 'Crumbling Necropolis', 'Garza Zol, Plague Queen', 'Bygone Bishop', 'Banishing Light', 'Autochthon Wurm', 'Ghastly Remains', 'Vessel of Nascency', 'Duty-Bound Dead', 'Remove Soul', 'Baleful Ammit', 'Dreadship Reef', 'Magus of the Future', 'Charge', 'Bone Saw', 'Identity Thief', 'Survival Cache', 'Flaying Tendrils', 'Pianna, Nomad Captain', 'Cogwork Assembler', 'Astral Slide', 'Sultai Emissary', 'Brigid, Hero of Kinsbaile', 'Spear of Heliod', 'Seal of Primordium', 'Bogbrew Witch', 'Wrecking Ball', 'Topplegeist', 'Vitu-Ghazi, the City-Tree', 'Blood Tribute', 'Docent of Perfection', 'Momentary Blink', 'Prepare // Fight', 'Unsummon', 'Curse of Thirst', 'Dark Salvation', 'Ashenmoor Gouger', 'Elixir of Immortality', 'Engulf the Shore', 'Landslide', 'Make a Stand', 'Primal Druid', 'Selesnya Guildmage', 'Rampant Growth', 'Thunderbolt', 'Suntail Hawk', 'Wretched Gryff', 'Foundry of the Consuls', 'Flame Jab', 'Followed Footsteps', 'Chained to the Rocks', 'Wonder', 'Noose Constrictor', 'Scrabbling Claws', 'From Under the Floorboards', 'Confiscate', 'Spellheart Chimera', 'Sphinx Summoner', 'Blackblade Reforged', 'Talus Paladin', 'Increasing Savagery', 'Scatter Arc', 'Pyramid of the Pantheon', 'Sky Hussar', 'Moment of Craving', 'Stone Haven Medic', 'Oath of Gideon', 'Sensei Golden-Tail', 'Gird for Battle', 'Golgari Guildgate', 'Cultivator''s Caravan', 'Scent of Brine', 'Bile Blight', 'Snapback', 'Village Messenger', 'Septic Rats', 'Conqueror''s Galleon', 'Drownyard Behemoth', 'Psychic Strike', 'Memorial to War', 'Makeshift Mannequin', 'Flameshadow Conjuring', 'Forbid', 'Servo Exhibition', 'Falkenrath Gorger', 'Plague Belcher', 'Corpse Cur', 'Tragic Lesson', 'Stuffy Doll', 'Stone Haven Outfitter', 'Draining Whelk', 'Desert of the Fervent', 'Perilous Myr', 'Contagion Engine', 'Vexing Scuttler', 'Felhide Spiritbinder', 'Attune with Aether', 'Zulaport Cutthroat', 'Increasing Confusion', 'Choked Estuary', 'Benalish Honor Guard', 'Stolen Identity', 'Spined Thopter', 'Skinrender', 'Burning Oil', 'Hidden Stockpile', 'Empyreal Voyager', 'Oath of Jace', 'Desert of the Glorified', 'Exava, Rakdos Blood Witch', 'Night Market Lookout', 'Grim Haruspex', 'Beneath the Sands', 'Reach of Branches', 'Vicious Conquistador', 'Vendetta', 'Arrogant Wurm', 'Circuitous Route', 'Loyal Pegasus', 'Haunted Dead', 'Alive // Well', 'Flayer of the Hatebound', 'Gateway Plaza', 'Narcolepsy', 'Scepter of Fugue', 'Pillar of Flame', 'Oona''s Grace', 'Rugged Highlands', 'Ogre Slumlord', 'Harm''s Way', 'Grow from the Ashes', 'Deeproot Waters', 'Brain Freeze', 'Khalni Gem', 'Palace Familiar', 'Kentaro, the Smiling Cat', 'Herald of Anafenza', 'Trial of Knowledge', 'Endless Ranks of the Dead', 'Kalastria Healer', 'Wormfang Drake', 'Curse of Misfortunes', 'Grozoth', 'Armament Master', 'Zada''s Commando', 'Supernatural Stamina', 'Vizier of Tumbling Sands', 'Electrostatic Pummeler', 'Restoration Specialist', 'Kindle', 'Battlewand Oak', 'Caravan Vigil', 'Diregraf Colossus', 'Heart-Piercer Bow', 'Behemoth Sledge', 'Banewhip Punisher', 'Always Watching', 'Clone', 'Merrow Harbinger', 'Carrier Thrall', 'Cremate', 'Expedition Envoy', 'Call of the Herd', 'Hanweir Militia Captain', 'Transgress the Mind', 'Concentrate', 'Faerie Trickery', 'Boros Challenger', 'Incendiary Flow', 'Reef Shaman', 'Tragic Arrogance', 'Kor Outfitter', 'Precinct Captain', 'Confirm Suspicions', 'Kjeldoran Outpost', 'Vitu-Ghazi Guildmage', 'Seal of Doom', 'Slith Firewalker', 'Inner Demon', 'Leonin Sun Standard', 'March from the Tomb', 'Benevolent Bodyguard', 'Saving Grace', 'Cruel Reality', 'Sejiri Merfolk', 'Triskelion', 'Cephalid Illusionist', 'Pulse Tracker', 'Psychic Spiral', 'Reviving Dose', 'Winds of Rebuke', 'Wretched Banquet', 'Sygg, River Guide', 'Hour of Revelation', 'Grasping Scoundrel', 'Stitch Together', 'Tracker''s Instincts', 'Rogue Refiner', 'Stasis Snare', 'Diluvian Primordial', 'Hellrider', 'Cadaver Imp', 'True Believer', 'Plague Stinger', 'Overwhelming Denial', 'Altered Ego', 'Healer''s Hawk', 'Ancient Amphitheater', 'Kopala, Warden of Waves', 'Geistflame', 'Necropede', 'Brain Maggot', 'Leatherback Baloth', 'Treasure Cruise', 'Hour of Eternity', 'Tormenting Voice', 'Mycosynth Wellspring', 'Duskmantle, House of Shadow', 'Garruk''s Companion', 'Distress', 'Decoction Module', 'Ranger''s Guile', 'Fungal Infection', 'Resounding Thunder', 'Trophy Mage', 'Opulent Palace', 'Fiery Impulse', 'Dissipate', 'Ordeal of Thassa', 'Warleader''s Helix', 'Cloudblazer', 'Mind Grind', 'Savage Lands', 'Pain Seer', 'Scourglass', 'Memorial to Genius', 'Utter End', 'Bloodthrone Vampire', 'Loxodon Hierarch', 'End Hostilities', 'Striped Riverwinder', 'Power Sink', 'Slice and Dice', 'Lash Out', 'Blighted Cataract', 'Foul Orchard', 'Grave Defiler', 'Vesuvan Shapeshifter', 'Addle', 'Protean Raider', 'Desert of the Indomitable', 'Splinterfright', 'Timber Protector', 'Torgaar, Famine Incarnate', 'Flinthoof Boar', 'Consign // Oblivion', 'Gruul Signet', 'Shadow of the Grave', 'Artificer''s Epiphany', 'Felidar Guardian', 'Martyr of Frost', 'Mirko Vosk, Mind Drinker', 'Exile', 'Spelltwine', 'Indulgent Aristocrat', 'Ayli, Eternal Pilgrim', 'Bloodwater Entity', 'Graveblade Marauder', 'Conclave Naturalists', 'Phalanx Leader', 'Phantasmal Bear', 'Executioner''s Capsule', 'Shelter', 'Festering Mummy', 'Consume the Meek', 'Kor Duelist', 'Fanatic of Xenagos', 'Bojuka Brigand', 'Gods Willing', 'Ulcerate', 'Bubbling Cauldron', 'Carnophage', 'Consuming Aberration', 'Altar''s Reap', 'Mindstorm Crown', 'Meandering River', 'Roterothopter', 'Entomber Exarch', 'Skirsdag High Priest', 'Avoid Fate', 'Cloudgoat Ranger', 'Brimstone Volley', 'Radiant Flames', 'Brutal Expulsion', 'Merfolk Sovereign', 'Curse of Death''s Hold', 'Benefaction of Rhonas', 'Foul Emissary', 'Skirk Ridge Exhumer', 'Academy Elite', 'Wayfaring Temple', 'Brago, King Eternal', 'Yavimaya Hollow', 'Aether Swooper', 'Crystal Ball', 'Collective Effort', 'Stromkirk Condemned', 'Neurok Stealthsuit', 'Tribute to Hunger', 'Broodmate Dragon', 'Pentavus', 'Foreboding Ruins', 'Sangrophage', 'Narcomoeba', 'Quasiduplicate', 'Sigarda''s Aid', 'Woodland Wanderer', 'Evolving Wilds', 'Vivid Meadow', 'Resounding Wave', 'Boon Satyr', 'Rattleclaw Mystic', 'Weight of Memory', 'Teshar, Ancestor''s Apostle', 'Jace''s Ingenuity', 'Plumeveil', 'Danitha Capashen, Paragon', 'Join the Ranks', 'Deathcap Cultivator', 'Woodland Stream', 'Gatekeeper of Malakir', 'Cackling Counterpart', 'Temur Ascendancy'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 123.6, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (384.6 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Web of Inertia', 'Kitesail Apprentice', 'Engulf the Shore', 'Cloudgoat Ranger', 'Vampiric Rites', 'Crumbling Vestige', 'Ivory Tower', 'Thopter Spy Network', 'Cephalid Illusionist', 'Fiery Impulse', 'Vivid Grove', 'Conqueror''s Galleon', 'Expedition Envoy', 'Benalish Honor Guard', 'Trial of Knowledge', 'Collective Effort', 'Deathcap Cultivator', 'Unknown Shores', 'Carrier Thrall', 'Incendiary Flow', 'Spelltwine', 'Charge', 'Metalwork Colossus', 'Electrostatic Pummeler', 'Circuitous Route', 'Mountain Valley', 'Momentary Blink', 'Mercurial Chemister', 'Scion of Vitu-Ghazi', 'Sygg, River Guide', 'Sculpting Steel', 'Altar''s Reap', 'Festering Mummy', 'Jwar Isle Refuge', 'Tragic Lesson', 'Transgress the Mind', 'Yavimaya Hollow', 'Sunbird''s Invocation', 'Desert of the Fervent', 'Addle', 'Veil of Secrecy', 'Soul Foundry', 'Blighted Woodland', 'Kor Outfitter', 'Manta Riders', 'Brigid, Hero of Kinsbaile', 'Sky Hussar', 'Clone', 'Ghastlord of Fugue', 'Merrow Harbinger', 'Molten Primordial', 'Purify the Grave', 'Ancient Amphitheater', 'Blisterpod', 'Dead Weight', 'Gorgon''s Head', 'Sphinx of Uthuun', 'Felhide Spiritbinder', 'Merfolk Sovereign', 'Kor Duelist', 'Topplegeist', 'Fabrication Module', 'Carnophage', 'End Hostilities', 'Suntail Hawk', 'Repeal', 'Renewed Faith', 'Decoction Module', 'Avoid Fate', 'Emeria Angel', 'Cruel Reality', 'Azorius Guildgate', 'Sin Collector', 'Desert of the Glorified', 'Contagion Engine', 'Banewhip Punisher', 'Whirler Virtuoso', 'Dregscape Zombie', 'Makeshift Mannequin', 'Felidar Guardian', 'Hour of Eternity', 'Jace''s Ingenuity', 'Rootwater Depths', 'Demonlord of Ashmouth', 'Arvad the Cursed', 'Falkenrath Gorger', 'Remove Soul', 'Grozoth', 'Reef Shaman', 'Magus of the Future', 'Dread Return', 'Kessig Cagebreakers', 'Fanatic of Xenagos', 'Plumeveil', 'Psychic Strike', 'Scrabbling Claws', 'Vizier of Tumbling Sands', 'Make a Stand', 'Hada Freeblade', 'Cryptoplasm', 'Bojuka Brigand', 'Unwind', 'Reach of Branches', 'Necropede', 'Lash Out', 'Psychic Spiral', 'Wrecking Ball', 'Tempered Steel', 'Black Cat', 'Vexing Scuttler', 'Splinterfright', 'Kalastria Healer', 'Brimstone Volley', 'Ulvenwald Tracker', 'Memorial to Unity', 'Vivid Meadow', 'Sultai Charm', 'Rishkar''s Expertise', 'Traxos, Scourge of Kroog', 'Kindle', 'Bloodsoaked Champion', 'Harm''s Way', 'Summoner''s Egg', 'Pyramid of the Pantheon', 'Attune with Aether', 'Vector Asp', 'Separatist Voidmage', 'Skirk Ridge Exhumer', 'Stuffy Doll', 'Wretched Gryff', 'Resounding Thunder', 'Zulaport Cutthroat', 'Read the Bones', 'Longtusk Cub', 'Tidal Warrior', 'Flame Jab', 'Opulent Palace', 'Plague Stinger', 'Memorial to War', 'Primal Bellow', 'Crumbling Necropolis', 'Brutal Expulsion', 'Cryptborn Horror', 'Sphinx Summoner', 'Noose Constrictor', 'Eldrazi Skyspawner', 'Kuro, Pitlord', 'Watchers of the Dead', 'Phantom Nomad', 'Grow from the Ashes', 'Aven Skirmisher', 'Nullify', 'Collective Defiance', 'Starstorm', 'Narcomoeba', 'Ritual of Rejuvenation', 'Howling Golem', 'Careful Consideration', 'Curse of Death''s Hold', 'Narcolepsy', 'Kederekt Leviathan', 'Revitalize', 'Mind Grind', 'Protean Hydra', 'Chandra''s Spitfire', 'Cultivator''s Caravan', 'Boros Challenger', 'Bubbling Cauldron', 'Open the Armory', 'Armament Master', 'Grasping Scoundrel', 'Rattleclaw Mystic', 'Cataclysmic Gearhulk', 'World Shaper', 'Snapback', 'Hallowed Moonlight', 'Asylum Visitor', 'Rupture Spire', 'Foreboding Ruins', 'Gatekeeper of Malakir', 'Artificer''s Epiphany', 'Servo Exhibition', 'Resolute Archangel', 'Shrine of Loyal Legions', 'Hypnotic Specter', 'True Believer', 'Izzet Guildgate', 'Cartouche of Strength', 'Warleader''s Helix', 'Summon the School', 'Resounding Wave', 'Arrogant Wurm', 'Zada''s Commando', 'Winds of Rebuke', 'Ondu Giant', 'Burning Oil', 'Flayer of the Hatebound', 'Chandra''s Ignition', 'Halimar Wavewatch', 'New Perspectives', 'Loxodon Warhammer', 'Conclave Naturalists', 'Duskborne Skymarcher', 'Invigorated Rampage', 'Hypothesizzle', 'Temur Ascendancy', 'Agony Warp', 'Slice and Dice', 'Sensei Golden-Tail', 'Connive // Concoct', 'Septic Rats', 'Pillar of Flame', 'Walk the Plank', 'Fungal Infection', 'Increasing Savagery', 'Dark Salvation', 'Break Through the Line', 'Dream Twist', 'Qasali Ambusher', 'Final Judgment', 'Angelic Gift', 'Restoration Specialist', 'Elite Archers', 'Baleful Ammit', 'Flinthoof Boar', 'Sheltering Light', 'Mindstorm Crown', 'Cremate', 'Sin Prodder', 'Mockery of Nature', 'Helm of the Host', 'Whispers of the Muse', 'Selesnya Guildmage', 'Necrotic Wound', 'Diluvian Primordial', 'Smother', 'Followed Footsteps', 'Thunderbolt', 'Scourglass', 'Aven Riftwatcher', 'Clash of Wills', 'Sigarda''s Aid', 'Mangara of Corondor', 'Pilfered Plans', 'Dissipate', 'Falkenrath Noble', 'Gilded Lotus', 'Rot Wolf', 'Kemba, Kha Regent', 'Endless Ranks of the Dead', 'Distress', 'Epochrasite', 'Journeyer''s Kite', 'Wonder', 'Void Shatter', 'Growing Ranks', 'Sangrophage', 'Enlisted Wurm', 'Chromatic Lantern', 'Altered Ego', 'Simic Guildgate', 'Healing Hands', 'Ichor Rats', 'Woodland Stream', 'Scatter Arc', 'Night Market Lookout', 'Weaponcraft Enthusiast', 'Primal Druid', 'Cogwork Assembler', 'Empyreal Voyager', 'Ulcerate', 'Edge of Autumn', 'Desecration Demon', 'Diabolic Tutor', 'Geistflame', 'Shelter', 'Weight of Memory', 'Precognition Field', 'Advent of the Wurm', 'Increasing Confusion', 'Pain Seer', 'Steel Sabotage', 'Saheeli''s Artistry', 'Perilous Voyage', 'The Mending of Dominaria', 'Greatbow Doyen', 'Pilgrim''s Eye', 'Teshar, Ancestor''s Apostle', 'Rakshasa Deathdealer', 'Chief of the Foundry', 'Sphere of the Suns', 'Cascading Cataracts', 'Garruk''s Companion', 'Entomber Exarch', 'Seeker of the Way', 'Scourge Wolf', 'Bygone Bishop', 'Gigantomancer', 'Palace Familiar', 'Brain Freeze', 'Perilous Myr', 'Murderous Cut', 'Psychic Drain', 'Wayfaring Temple', 'Man-o''-War', 'Trial of Ambition', 'Elixir of Immortality', 'Autochthon Wurm', 'Grove of the Guardian', 'Glassdust Hulk', 'River Sneak', 'Benevolent Bodyguard', 'Pale Rider of Trostad', 'Necropolis Fiend', 'Treefolk Harbinger', 'Driven // Despair', 'Dack''s Duplicate', 'Thawing Glaciers', 'Mystic Monastery', 'Plague Belcher', 'Moratorium Stone', 'Curious Homunculus', 'Survival Cache', 'Caravan Vigil', 'Terra Stomper', 'Naga Vitalist', 'Urborg', 'Consuming Vapors', 'Encroaching Wastes', 'Sram''s Expertise', 'Sanctum of Ugin', 'Blighted Fen', 'Ordeal of Thassa', 'Sprouting Thrinax', 'Kopala, Warden of Waves', 'Shadow of the Grave', 'Dread Statuary', 'Identity Thief', 'Reviving Dose', 'Memorial to Genius', 'Stone Quarry', 'Insidious Will', 'Executioner''s Capsule', 'Prophet of Kruphix', 'Lake of the Dead', 'Painful Truths', 'Loyal Pegasus', 'Golgari Guildgate', 'Spawning Pool', 'Hammer of Bogardan', 'Underworld Cerberus', 'Faith''s Fetters', 'Defiant Strike', 'Radiant Flames', 'Oona, Queen of the Fae', 'Desert of the Indomitable', 'Trostani''s Summoner', 'Healer''s Hawk', 'Always Watching', 'Waterveil Cavern', 'Herald of Torment', 'Duty-Bound Dead', 'Ranger''s Guile', 'Vampire Cutthroat', 'Secluded Steppe', 'Cackling Counterpart', 'Torgaar, Famine Incarnate', 'Flaying Tendrils', 'Lantern Kami', 'Deeproot Waters', 'Firedrinker Satyr', 'Tatyova, Benthic Druid', 'Leonin Sun Standard', 'Beneath the Sands', 'Ashenmoor Gouger', 'Tragic Arrogance', 'Oona''s Grace', 'Treasure Cruise', 'Kjeldoran Outpost', 'Mycosynth Wellspring', 'Spiketail Hatchling', 'Neurok Stealthsuit', 'Wormfang Drake', 'Academy Elite', 'Stolen Identity', 'Glint Hawk Idol', 'Stromkirk Condemned', 'Scepter of Fugue', 'Reality Acid', 'Supernatural Stamina', 'Hanweir Militia Captain', 'Stone Haven Outfitter', 'Striped Riverwinder', 'Call of the Herd', 'Broken Bond', 'Take Inventory', 'Gruul Guildgate', 'Vendetta', 'Scatter to the Winds', 'Mercurial Pretender', 'Unsummon', 'Quest for the Gravelord', 'Rogue''s Passage', 'Aquitect''s Will', 'Key to the City', 'Kitesail Scout', 'Magister of Worth', 'Skirsdag High Priest', 'Choked Estuary', 'Village Messenger', 'High Priest of Penance', 'Urza''s Ruinous Blast', 'Hordeling Outburst', 'Stronghold Assassin', 'Commune with Nature', 'Martyr of Frost', 'Thornweald Archer', 'Tetsuko Umezawa, Fugitive', 'Bounty of the Luxa', 'Blackblade Reforged', 'Bone Saw', 'Millstone', 'Rakdos Guildgate', 'Captain''s Claws', 'Bane of Bala Ged', 'Blood Scrivener', 'Grim Haruspex', 'Wanted Scoundrels', 'Bogardan Hellkite', 'Spined Thopter', 'Utter End', 'Trophy Mage', 'Azra Bladeseeker', 'Oath of Gideon', 'Call of the Conclave', 'Unbreathing Horde', 'Seal of Doom', 'Hellrider', 'Early Frost', 'Glorious Anthem', 'Join the Ranks', 'Broodmate Dragon', 'Stun Sniper', 'Pilfering Imp', 'Tracker''s Instincts', 'Cloudcrest Lake', 'Barter in Blood', 'Blighted Cataract', 'Serene Steward', 'Saltcrusted Steppe', 'Forbid', 'Ghastly Remains', 'Chained to the Rocks', 'Brine Elemental', 'Dauntless Dourbark', 'Phalanx Leader', 'Crossbow Infantry', 'Quasiduplicate', 'Camaraderie', 'Ogre Slumlord', 'Confirm Suspicions', 'Voltaic Brawler', 'Boon Satyr', 'Timber Protector', 'Exava, Rakdos Blood Witch', 'Nomad Outpost', 'Skinrender', 'Moment of Craving', 'Boon Reflection', 'Lashweed Lurker', 'Trail of Evidence', 'Soul Exchange', 'Tranquil Garden', 'Rustwing Falcon', 'Aether Swooper', 'Sultai Emissary', 'Gateway Plaza', 'Roterothopter', 'Duskmantle, House of Shadow', 'Boggart Harbinger', 'Seal of Primordium', 'Shrine of the Forsaken Gods', 'Spiritmonger', 'Bow of Nylea', 'Triskelion', 'Slith Firewalker', 'Pentavus', 'Leatherback Baloth', 'Scent of Brine', 'Court Homunculus', 'Sanitarium Skeleton', 'Swordwise Centaur', 'Exile', 'Tormenting Voice', 'Psychatog', 'Power Sink', 'Brain Maggot', 'Unstoppable Ash', 'Garza Zol, Plague Queen', 'Bile Blight', 'Tome Scour', 'Heir of Falkenrath', 'Cloudblazer', 'Hermit Druid', 'Putrid Imp', 'Phylactery Lich', 'Salvager of Secrets', 'Rampant Growth', 'Call the Bloodline', 'Intet, the Dreamer', 'Meandering River', 'Spellheart Chimera', 'Flameshadow Conjuring', 'Smokestack', 'Protean Raider', 'Saving Grace', 'Brago, King Eternal', 'Festering Newt', 'Foundry of the Consuls', 'Thraben Doomsayer', 'Vivid Marsh', 'March from the Tomb', 'Shuko', 'Planar Outburst', 'Paralyze', 'Stitch Together', 'Indulgent Aristocrat', 'Landslide', 'Ire Shaman', 'Vitu-Ghazi, the City-Tree', 'Jayemdae Tome', 'Wretched Banquet', 'Psychotic Episode', 'Battlewise Hoplite', 'Krosan Tusker', 'Trusty Machete', 'Bloodthrone Vampire', 'Putrefy', 'One with the Machine', 'Curse of the Swine', 'Prognostic Sphinx', 'Trespasser''s Curse', 'Orchard Warden', 'Gird for Battle', 'Toolcraft Exemplar', 'Orzhov Charm', 'Blood Tribute', 'Immortal Servitude', 'Selesnya Signet', 'Overwhelming Denial', 'Gruul Signet', 'Channeler Initiate', 'Docent of Perfection', 'Thorntooth Witch', 'Aryel, Knight of Windgrace', 'Foul Emissary', 'Alive // Well', 'Graveblade Marauder', 'Grenzo, Dungeon Warden', 'Augury Owl', 'Drowned Secrets', 'Danitha Capashen, Paragon', 'Talus Paladin', 'Precinct Captain', 'Phantasmal Bear', 'Banishing Light', 'Heart-Piercer Bow', 'Cadaver Imp', 'Consume the Meek', 'Galvanic Bombardment', 'Kessig Prowler', 'Crystal Ball', 'Vicious Conquistador', 'Enclave Elite', 'Pianna, Nomad Captain', 'Compulsive Research', 'Last Breath', 'Bogbrew Witch', 'Planar Cleansing', 'Advanced Stitchwing', 'Sandsteppe Citadel', 'Dreadship Reef', 'Mesmeric Fiend', 'Thornbow Archer', 'Shaman en-Kor', 'See Beyond', 'Browbeat', 'Inner Demon', 'Curse of Misfortunes', 'Tribute to Hunger', 'Confiscate', 'Hellhole Flailer', 'Drana''s Emissary', 'Stone Haven Medic', 'Ally Encampment', 'Khalni Gem', 'Reaper from the Abyss', 'Dreg Mangler', 'Basking Rootwalla', 'Urza''s Factory', 'Guul Draz Overseer', 'Fevered Visions', 'Ravenous Rats', 'Scoured Barrens', 'Sundering Growth', 'Lotleth Giant', 'Fleetwheel Cruiser', 'Faerie Trickery', 'Invasive Surgery', 'Drownyard Behemoth', 'Vitu-Ghazi Guildmage', 'Elemental Bond', 'White Sun''s Zenith', 'Highland Lake', 'Ghor-Clan Rampager', 'Battlewand Oak', 'Wharf Infiltrator', 'Evolving Wilds', 'Sifter Wurm', 'Hedron Archive', 'Behemoth Sledge', 'Lonely Sandbar', 'Grave Defiler', 'Weirding Wood', 'Loxodon Hierarch', 'Salvage Titan', 'Declaration in Stone', 'Gods Willing', 'Masticore', 'Spear of Heliod', 'Stasis Snare', 'Anticipate', 'Pulse Tracker', 'Prophetic Bolt', 'Consign // Oblivion', 'Herald of Anafenza', 'Selesnya Guildgate', 'Mirko Vosk, Mind Drinker', 'Maximize Velocity', 'Charmbreaker Devils', 'From Under the Floorboards', 'Oath of Jace', 'Shefet Monitor', 'Haunted Dead', 'Consuming Aberration', 'Corpse Cur', 'Concentrate', 'Savage Lands', 'Astral Slide', 'Psychic Possession', 'Bloodwater Entity', 'Draining Whelk', 'Tranquil Expanse', 'Hidden Stockpile', 'Kentaro, the Smiling Cat', 'Vesuvan Shapeshifter', 'Diregraf Colossus', 'Vessel of Nascency', 'Rogue Refiner', 'Hellspark Elemental', 'Prepare // Fight', 'Story Circle', 'Sejiri Merfolk', 'Hour of Revelation', 'Curse of Thirst', 'Ayli, Eternal Pilgrim', 'Rugged Highlands', 'Favored Hoplite', 'Skeleton Shard', 'Woodland Wanderer', 'Wolfbriar Elemental', 'Benefaction of Rhonas', 'Foul Orchard'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 384.6, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (238.6 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Pianna, Nomad Captain', 'Desecration Demon', 'Scepter of Fugue', 'Secluded Steppe', 'Grove of the Guardian', 'Psychic Spiral', 'Basking Rootwalla', 'Selesnya Guildmage', 'Increasing Confusion', 'Chandra''s Ignition', 'Dissipate', 'Painful Truths', 'Qasali Ambusher', 'Desert of the Fervent', 'Purify the Grave', 'Goblin Settler', 'Blackblade Reforged', 'Danitha Capashen, Paragon', 'Topplegeist', 'Striped Riverwinder', 'Scrabbling Claws', 'Restoration Specialist', 'Brain Freeze', 'Pilgrim''s Eye', 'Splinterfright', 'Dream Twist', 'Scent of Brine', 'Ashenmoor Gouger', 'Elite Archers', 'Kalastria Healer', 'Wretched Gryff', 'Flameshadow Conjuring', 'Wretched Banquet', 'Dead Weight', 'Ancient Amphitheater', 'Distress', 'Kor Duelist', 'Helm of the Host', 'Bloodwater Entity', 'Seal of Primordium', 'Brutal Expulsion', 'Stone Quarry', 'Cadaver Imp', 'Savage Lands', 'Expedition Envoy', 'Hada Freeblade', 'Duskmantle, House of Shadow', 'Cryptoplasm', 'Prophet of Kruphix', 'Yavimaya Hollow', 'Traxos, Scourge of Kroog', 'Vampiric Rites', 'Benevolent Bodyguard', 'Kor Outfitter', 'Tranquil Garden', 'Boggart Harbinger', 'Shrine of the Forsaken Gods', 'Krosan Tusker', 'Spelltwine', 'Heir of Falkenrath', 'Opulent Palace', 'Shaman en-Kor', 'Grim Haruspex', 'Burning Oil', 'Skinrender', 'Invasive Surgery', 'Cloudcrest Lake', 'Salvager of Secrets', 'Flaying Tendrils', 'Toolcraft Exemplar', 'Glorious Anthem', 'Warleader''s Helix', 'Simic Guildgate', 'Curse of Death''s Hold', 'Carrier Thrall', 'Psychotic Episode', 'Millstone', 'Anticipate', 'Merrow Harbinger', 'Gaea''s Blessing', 'Geistflame', 'Planar Cleansing', 'Diabolic Tutor', 'Blood Scrivener', 'Bogardan Hellkite', 'Aryel, Knight of Windgrace', 'Bow of Nylea', 'Phantom Nomad', 'Behemoth Sledge', 'Benalish Honor Guard', 'Collective Effort', 'Stone Haven Medic', 'Spellheart Chimera', 'Grasp of Darkness', 'Psychic Possession', 'Tome Scour', 'Read the Bones', 'Bounty of the Luxa', 'Sigarda''s Aid', 'Talent of the Telepath', 'Circu, Dimir Lobotomist', 'Wharf Infiltrator', 'Servo Exhibition', 'Early Frost', 'Kessig Cagebreakers', 'Sphere of the Suns', 'Confirm Suspicions', 'Cryptborn Horror', 'Noose Constrictor', 'Longtusk Cub', 'Scatter Arc', 'Palace Familiar', 'Wrecking Ball', 'Asylum Visitor', 'Rugged Highlands', 'Gruul Signet', 'Herald of Torment', 'Dreadship Reef', 'Spear of Heliod', 'Aquitect''s Will', 'Remove Soul', 'Phylactery Lich', 'Ulcerate', 'Mercurial Chemister', 'High Priest of Penance', 'Call the Bloodline', 'Blighted Cataract', 'Grasping Dunes', 'Hour of Revelation', 'Garza Zol, Plague Queen', 'Foul Emissary', 'Crumbling Vestige', 'Stuffy Doll', 'Narcolepsy', 'Oona''s Grace', 'Lashweed Lurker', 'Orzhov Charm', 'Bygone Bishop', 'Gateway Plaza', 'Kemba, Kha Regent', 'Crossbow Infantry', 'Kitesail Scout', 'Harm''s Way', 'Khalni Gem', 'Desert of the Glorified', 'Bubbling Cauldron', 'Skirk Ridge Exhumer', 'Smother', 'Benefaction of Rhonas', 'Power Sink', 'Stolen Identity', 'Docent of Perfection', 'Driven // Despair', 'Zada''s Commando', 'Fiery Impulse', 'Stitch Together', 'Emeria Angel', 'Gilded Light', 'See Beyond', 'Stone Haven Outfitter', 'Smokestack', 'Consuming Aberration', 'Loyal Pegasus', 'Brain Maggot', 'Sandsteppe Citadel', 'Camaraderie', 'Final Judgment', 'Thopter Spy Network', 'Memorial to Unity', 'Arvad the Cursed', 'Walk the Plank', 'Sin Collector', 'Confiscate', 'Sensei Golden-Tail', 'Mind Grind', 'Void Shatter', 'Stun Sniper', 'Bloodsoaked Champion', 'Rogue Refiner', 'Transgress the Mind', 'Decoction Module', 'Rakdos Guildgate', 'Grow from the Ashes', 'Djeru''s Renunciation', 'Pyramid of the Pantheon', 'Attune with Aether', 'Fevered Visions', 'Kopala, Warden of Waves', 'Fabrication Module', 'Tidal Warrior', 'Kjeldoran Outpost', 'Snapback', 'Reef Shaman', 'Sultai Emissary', 'Graveblade Marauder', 'Merfolk Sovereign', 'Utter End', 'Sylvan Advocate', 'Bogbrew Witch', 'Dregscape Zombie', 'Choked Estuary', 'Oona, Queen of the Fae', 'Clone', 'The Mending of Dominaria', 'Bone Saw', 'Jace''s Ingenuity', 'Nomad Outpost', 'Suntail Hawk', 'Hellrider', 'Story Circle', 'Despoiler of Souls', 'Last Gasp', 'Loxodon Hierarch', 'Shriekgeist', 'Arrogant Wurm', 'Rustwing Falcon', 'Sunbird''s Invocation', 'Rupture Spire', 'Molten Primordial', 'Followed Footsteps', 'Indulgent Aristocrat', 'Moratorium Stone', 'Hallowed Moonlight', 'Soul Exchange', 'Narcomoeba', 'Charmbreaker Devils', 'Teshar, Ancestor''s Apostle', 'Necropolis Fiend', 'Lightning Rift', 'Sangrophage', 'Hordeling Outburst', 'Exile', 'Mindstorm Crown', 'Draining Whelk', 'Precognition Field', 'Entomber Exarch', 'Leechridden Swamp', 'Winds of Rebuke', 'Armament Master', 'Vivid Meadow', 'Collective Defiance', 'Crumbling Necropolis', 'Mockery of Nature', 'Compulsive Research', 'Gorgon''s Head', 'Identity Thief', 'Felhide Spiritbinder', 'Journeyer''s Kite', 'Kindle', 'Gruul Guildgate', 'Selesnya Guildgate', 'Highland Lake', 'Supernatural Stamina', 'Summon the School', 'Putrefy', 'Primal Druid', 'Brigid, Hero of Kinsbaile', 'Fungal Infection', 'Magister of Worth', 'Gigantomancer', 'Cascading Cataracts', 'True Believer', 'Vitu-Ghazi, the City-Tree', 'Avoid Fate', 'Saving Grace', 'Weaponcraft Enthusiast', 'Trusty Machete', 'Cultivator''s Caravan', 'Brine Elemental', 'Flayer of the Hatebound', 'Cataclysmic Gearhulk', 'Mirko Vosk, Mind Drinker', 'Aven Riftwatcher', 'Martyr of Frost', 'Mangara of Corondor', 'Woodland Wanderer', 'Curious Homunculus', 'Cloudgoat Ranger', 'Drowned Secrets', 'Clash of Wills', 'Charge', 'Rampant Growth', 'Invigorated Rampage', 'Endless Ranks of the Dead', 'Sram''s Expertise', 'Spawning Pool', 'Psychic Strike', 'Empyreal Voyager', 'Call of the Conclave', 'Enlisted Wurm', 'Autochthon Wurm', 'Ogre Slumlord', 'Cackling Counterpart', 'Trial of Knowledge', 'Night Market Lookout', 'Rogue''s Passage', 'Foundry of the Consuls', 'Roterothopter', 'Engulf the Shore', 'World Shaper', 'Memory Sluice', 'Caravan Vigil', 'Underworld Cerberus', 'Advent of the Wurm', 'Kitesail Apprentice', 'Hammer of Bogardan', 'Perilous Voyage', 'Advanced Stitchwing', 'Outrider en-Kor', 'Always Watching', 'Vessel of Nascency', 'Slice and Dice', 'Weight of Memory', 'Separatist Voidmage', 'Scourglass', 'Pain Seer', 'Protean Hydra', 'Astral Slide', 'Sprouting Thrinax', 'Cremate', 'Encroaching Wastes', 'Mystic Monastery', 'Epochrasite', 'Rootwater Depths', 'Gilded Lotus', 'Festering Newt', 'Forbid', 'Kuro, Pitlord', 'Unsummon', 'Scatter to the Winds', 'Thraben Doomsayer', 'Intet, the Dreamer', 'Blisterpod', 'Insidious Will', 'Broken Bond', 'Urborg', 'Kederekt Leviathan', 'Steel Sabotage', 'Scion of Vitu-Ghazi', 'Connive // Concoct', 'Bane of Bala Ged', 'Azra Bladeseeker', 'Rakshasa Deathdealer', 'Chained to the Rocks', 'Howling Golem', 'Tribute to Hunger', 'Gatekeeper of Malakir', 'Reaper from the Abyss', 'Wonder', 'Planar Outburst', 'Saltcrusted Steppe', 'Torgaar, Famine Incarnate', 'Golgari Guildgate', 'Banishing Light', 'Bloodthrone Vampire', 'Call of the Herd', 'Augury Owl', 'March from the Tomb', 'Salvage Titan', 'Dack''s Duplicate', 'Circuitous Route', 'Leonin Sun Standard', 'Open the Armory', 'Psychatog', 'Academy Elite', 'Spark Spray', 'Jester''s Scepter', 'Plumeveil', 'Consign // Oblivion', 'Shuko', 'Stromkirk Condemned', 'Rishkar''s Expertise', 'Hellhole Flailer', 'Renewed Faith', 'Mesmeric Fiend', 'Pale Rider of Trostad', 'Thornbow Archer', 'Meandering River', 'Deeproot Waters', 'Chief of the Foundry', 'Azorius Guildgate', 'Thawing Glaciers', 'Galvanic Bombardment', 'Felidar Guardian', 'Terra Stomper', 'Blighted Woodland', 'Flame Jab', 'Shimian Specter', 'Foreboding Ruins', 'Immortal Servitude', 'Scoured Barrens', 'Join the Ranks', 'Protean Raider', 'Grenzo, Dungeon Warden', 'Conclave Naturalists', 'Diluvian Primordial', 'Tatyova, Benthic Druid', 'Crystal Ball', 'Elemental Bond', 'Makeshift Mannequin', 'Bojuka Brigand', 'Selesnya Signet', 'Ravenous Rats', 'Skirsdag High Priest', 'Herald of Anafenza', 'Quasiduplicate', 'Spined Thopter', 'Metalwork Colossus', 'Lake of the Dead', 'Demonlord of Ashmouth', 'Vitu-Ghazi Guildmage', 'Elixir of Immortality', 'Altar''s Reap', 'Zulaport Cutthroat', 'Agony Warp', 'Exava, Rakdos Blood Witch', 'Aven Skirmisher', 'Veil of Secrecy', 'Spiketail Hatchling', 'Addle', 'Ondu Giant', 'Ulvenwald Tracker', 'Inner Demon', 'Precinct Captain', 'Serene Steward', 'Wanted Scoundrels', 'Grasping Scoundrel', 'Careful Consideration', 'Whirler Virtuoso', 'Barter in Blood', 'Last Breath', 'Growing Ranks', 'Lotleth Giant', 'Hidden Stockpile', 'Memorial to War', 'Radiant Flames', 'Phantasmagorian', 'Hour of Eternity', 'Regal Caracal', 'Sage''s Row Denizen', 'Tempered Steel', 'Dread Return', 'From Under the Floorboards', 'Phyrexian Plaguelord', 'Jwar Isle Refuge', 'Izzet Guildgate', 'Glint Hawk Idol', 'Temur Ascendancy', 'Haunted Dead', 'Haunting Echoes', 'Paranoid Delusions', 'Vendetta', 'Urza''s Factory', 'Gird for Battle', 'Prophetic Bolt', 'Cartouche of Strength', 'Baleful Ammit', 'Conqueror''s Galleon', 'White Sun''s Zenith', 'Putrid Imp', 'Duskborne Skymarcher', 'Artificer''s Epiphany', 'Enclave Elite', 'Treasure Cruise', 'Magus of the Future', 'Prognostic Sphinx', 'Captain''s Claws', 'Rattleclaw Mystic', 'Nullify', 'Thunderbolt', 'Naga Vitalist', 'Masticore', 'Sanitarium Skeleton', 'Greatbow Doyen', 'Banewhip Punisher', 'Altered Ego', 'Necrotic Wound', 'Evolving Wilds', 'Unwind', 'Channeler Initiate', 'Alive // Well', 'Sultai Charm', 'Memorial to Genius', 'Shrine of Loyal Legions', 'Sygg, River Guide', 'Lantern Kami', 'Chromatic Lantern', 'Sculpting Steel', 'Vicious Conquistador', 'Tranquil Expanse', 'Consuming Vapors', 'Unknown Shores', 'Summoner''s Egg', 'Healer''s Hawk', 'Pilfered Plans', 'Commune with Nature', 'Pilfering Imp', 'Heart-Piercer Bow', 'Faerie Trickery', 'Murderous Cut', 'Drownyard Behemoth', 'Seeker of the Way', 'Cloudblazer', 'Stasis Snare', 'Tormenting Voice', 'Psychic Drain', 'Thornweald Archer', 'Bile Blight', 'Vesuvan Shapeshifter', 'Pillar of Flame', 'Dread Statuary', 'Tragic Lesson', 'Seal of Doom', 'Cruel Reality', 'Vivid Grove', 'Prepare // Fight', 'Duty-Bound Dead', 'Maximize Velocity', 'Lonely Sandbar', 'Sky Hussar', 'Woodland Stream', 'Vexing Scuttler', 'Hypothesizzle', 'Moment of Craving', 'Hermit Druid', 'Make a Stand', 'Soul Foundry', 'Repeal', 'Tragic Arrogance', 'Faith''s Fetters', 'Vampire Cutthroat', 'Vivid Marsh', 'Dreg Mangler', 'Declaration in Stone', 'Fleetwheel Cruiser', 'Halimar Wavewatch', 'Grimoire Thief', 'Web of Inertia', 'Hypnotic Specter', 'Concentrate', 'Drana''s Emissary', 'Falkenrath Noble', 'Cephalid Illusionist', 'Grozoth', 'Watchers of the Dead', 'Take Inventory', 'Trial of Ambition', 'Sphinx of Uthuun', 'Mercurial Pretender', 'Ayli, Eternal Pilgrim', 'Saheeli''s Artistry', 'Incendiary Flow', 'Boros Challenger', 'Manta Riders', 'Aether Swooper', 'Whispers of the Muse', 'Wayfaring Temple', 'Crovax, Ascendant Hero', 'Consume the Meek', 'Carnophage', 'Increasing Savagery', 'Starstorm', 'Phantasmal Bear', 'Edge of Autumn', 'Waterveil Cavern', 'Kentaro, the Smiling Cat', 'Sundering Growth', 'Curse of the Swine', 'Court Homunculus', 'River Sneak', 'Urza''s Ruinous Blast', 'Tracker''s Instincts', 'Trail of Evidence', 'Hanweir Militia Captain', 'Blighted Fen', 'Executioner''s Capsule'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 238.6, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (811.6 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Emeria Angel', 'Followed Footsteps', 'Vampire Cutthroat', 'Slice and Dice', 'Scourglass', 'Golgari Guildgate', 'Desecration Demon', 'Geistflame', 'Entomber Exarch', 'Gruul Guildgate', 'Grasping Scoundrel', 'Ondu Giant', 'Flaying Tendrils', 'Scrabbling Claws', 'Spined Thopter', 'Curse of Death''s Hold', 'Unwind', 'Captain''s Claws', 'Plumeveil', 'Grow from the Ashes', 'Murderous Cut', 'Vicious Conquistador', 'Deeproot Waters', 'Tormenting Voice', 'Confiscate', 'High Priest of Penance', 'Trial of Ambition', 'Orzhov Charm', 'Gruul Signet', 'Psychic Drain', 'Mangara of Corondor', 'Engulf the Shore', 'Palace Familiar', 'Molten Primordial', 'Suntail Hawk', 'Declaration in Stone', 'Gateway Plaza', 'Tempered Steel', 'Gilded Light', 'Skirk Ridge Exhumer', 'Bogbrew Witch', 'Cartouche of Strength', 'Call the Bloodline', 'Memory Sluice', 'Benalish Honor Guard', 'Hellrider', 'Grasp of Darkness', 'Consume the Meek', 'Planar Cleansing', 'Memorial to Genius', 'Vesuvan Shapeshifter', 'Asylum Visitor', 'Remove Soul', 'Helm of the Host', 'Astral Slide', 'Rakdos Guildgate', 'Driven // Despair', 'Lich''s Mastery', 'Dreadship Reef', 'Scoured Barrens', 'Selesnya Guildmage', 'Quasiduplicate', 'Woodland Stream', 'Dreg Mangler', 'Carrier Thrall', 'Azra Bladeseeker', 'Howling Golem', 'Endless Ranks of the Dead', 'Secluded Steppe', 'Memorial to War', 'Stitch Together', 'Opulent Palace', 'Spiketail Hatchling', 'Unknown Shores', 'Rustwing Falcon', 'Oona''s Grace', 'Benefaction of Rhonas', 'Skirsdag High Priest', 'Desert of the Glorified', 'Pianna, Nomad Captain', 'Restoration Specialist', 'Addle', 'Desert of the Fervent', 'Ulvenwald Tracker', 'Banewhip Punisher', 'Confirm Suspicions', 'Duskborne Skymarcher', 'Burning Oil', 'Shaman en-Kor', 'Stone Haven Outfitter', 'Power Sink', 'Lonely Sandbar', 'Tatyova, Benthic Druid', 'Join the Ranks', 'Prognostic Sphinx', 'Thawing Glaciers', 'Healer''s Hawk', 'Serene Steward', 'Glint Hawk Idol', 'Forbid', 'Chained to the Rocks', 'Night Market Lookout', 'Thraben Doomsayer', 'Circuitous Route', 'Thopter Spy Network', 'Ayli, Eternal Pilgrim', 'Sky Hussar', 'Charge', 'Traxos, Scourge of Kroog', 'Azorius Guildgate', 'Arrogant Wurm', 'Spawning Pool', 'Advent of the Wurm', 'Hammer of Bogardan', 'Teshar, Ancestor''s Apostle', 'Vivid Marsh', 'Hallowed Moonlight', 'Psychotic Episode', 'Hidden Stockpile', 'Hour of Eternity', 'Topplegeist', 'Charmbreaker Devils', 'Moratorium Stone', 'Kalastria Healer', 'Grozoth', 'Sin Collector', 'Wonder', 'Sandsteppe Citadel', 'Docent of Perfection', 'Wretched Banquet', 'Warleader''s Helix', 'Drana''s Emissary', 'Tragic Lesson', 'Supernatural Stamina', 'Soul Foundry', 'Loxodon Hierarch', 'Aquitect''s Will', 'Invigorated Rampage', 'Narcomoeba', 'Wretched Gryff', 'Aryel, Knight of Windgrace', 'Cruel Reality', 'Take Inventory', 'Tribute to Hunger', 'Underworld Cerberus', 'Cataclysmic Gearhulk', 'Incendiary Flow', 'Invasive Surgery', 'March from the Tomb', 'Ulcerate', 'Expedition Envoy', 'Ogre Slumlord', 'Putrefy', 'Danitha Capashen, Paragon', 'Decoction Module', 'Unsummon', 'Ashenmoor Gouger', 'Goblin Settler', 'Hellhole Flailer', 'Dissipate', 'The Mending of Dominaria', 'Painful Truths', 'Circu, Dimir Lobotomist', 'Prophetic Bolt', 'Blackblade Reforged', 'Sygg, River Guide', 'Concentrate', 'Fiery Impulse', 'Spellheart Chimera', 'Highland Lake', 'Regal Caracal', 'Bloodwater Entity', 'Avoid Fate', 'Court Homunculus', 'Sculpting Steel', 'Noose Constrictor', 'Crystal Ball', 'Brine Elemental', 'Repeal', 'Longtusk Cub', 'Cryptborn Horror', 'Woodland Wanderer', 'Merfolk Sovereign', 'Qasali Ambusher', 'Cultivator''s Caravan', 'Vitu-Ghazi, the City-Tree', 'Summon the School', 'Bone Saw', 'Cloudblazer', 'Tracker''s Instincts', 'Kemba, Kha Regent', 'Lightning Rift', 'Elemental Bond', 'Prepare // Fight', 'Galvanic Bombardment', 'Gigantomancer', 'Shimian Specter', 'Sundering Growth', 'Clash of Wills', 'Seal of Primordium', 'Gilded Lotus', 'Rishkar''s Expertise', 'Increasing Savagery', 'Weaponcraft Enthusiast', 'Mockery of Nature', 'Manta Riders', 'Bounty of the Luxa', 'Ancient Amphitheater', 'From Under the Floorboards', 'Brain Maggot', 'Choked Estuary', 'Spear of Heliod', 'Advanced Stitchwing', 'Herald of Torment', 'Snapback', 'Veil of Secrecy', 'Vexing Scuttler', 'Hanweir Militia Captain', 'Haunting Echoes', 'Psychic Strike', 'Vivid Grove', 'Psychatog', 'Necropolis Fiend', 'Toolcraft Exemplar', 'Precognition Field', 'Exile', 'Bubbling Cauldron', 'Cephalid Illusionist', 'Evolving Wilds', 'Precinct Captain', 'Gird for Battle', 'Kindle', 'Phylactery Lich', 'Naga Vitalist', 'Lashweed Lurker', 'Simic Guildgate', 'Edge of Autumn', 'Masticore', 'Lotleth Giant', 'Cascading Cataracts', 'Last Breath', 'Saving Grace', 'Pilfered Plans', 'Baleful Ammit', 'Bane of Bala Ged', 'Kuro, Pitlord', 'Riot Control', 'Jwar Isle Refuge', 'Fabrication Module', 'Halimar Wavewatch', 'Executioner''s Capsule', 'Pillar of Flame', 'Dimir Guildgate', 'Jace''s Ingenuity', 'Talent of the Telepath', 'Gatekeeper of Malakir', 'Aven Riftwatcher', 'Chromatic Lantern', 'Felidar Guardian', 'Phantasmal Bear', 'Cloudcrest Lake', 'Stolen Identity', 'Scatter to the Winds', 'Protean Raider', 'Journeyer''s Kite', 'Ravenous Rats', 'Mercurial Pretender', 'Psychic Spiral', 'Stone Haven Medic', 'Djeru''s Renunciation', 'Shriekgeist', 'Separatist Voidmage', 'Consuming Vapors', 'Revitalize', 'Drownyard Behemoth', 'Scatter Arc', 'Conqueror''s Galleon', 'Winds of Rebuke', 'Epochrasite', 'Bloodthrone Vampire', 'Bile Blight', 'Kitesail Scout', 'Flame Jab', 'Identity Thief', 'Sunbird''s Invocation', 'Jester''s Scepter', 'Garza Zol, Plague Queen', 'Planar Outburst', 'Heart-Piercer Bow', 'Waterveil Cavern', 'Saheeli''s Artistry', 'Hour of Revelation', 'Bogardan Hellkite', 'Kopala, Warden of Waves', 'Cadaver Imp', 'Mesmeric Fiend', 'Seal of Doom', 'Careful Consideration', 'Trusty Machete', 'Diluvian Primordial', 'Sultai Emissary', 'Radiant Flames', 'Magus of the Future', 'Bojuka Brigand', 'Read the Bones', 'Salvage Titan', 'Consuming Aberration', 'Arvad the Cursed', 'Dack''s Duplicate', 'Curious Homunculus', 'Distress', 'Fleetwheel Cruiser', 'Kitesail Apprentice', 'Chief of the Foundry', 'Always Watching', 'Shrine of the Forsaken Gods', 'Sultai Charm', 'Treasure Cruise', 'Hordeling Outburst', 'Faith of the Devoted', 'Academy Elite', 'Shuko', 'Whirler Virtuoso', 'Fevered Visions', 'Boggart Harbinger', 'Smokestack', 'River Sneak', 'True Believer', 'Compulsive Research', 'Lantern Kami', 'Elixir of Immortality', 'Altar''s Reap', 'Scepter of Fugue', 'Clone', 'Memorial to Unity', 'Izzet Guildgate', 'Dead Weight', 'Khalni Gem', 'Smother', 'Tragic Arrogance', 'Necrotic Wound', 'Rootwater Depths', 'Sram''s Expertise', 'Transgress the Mind', 'Crumbling Necropolis', 'Vendetta', 'Broken Bond', 'Altered Ego', 'Foreboding Ruins', 'Rampant Growth', 'Weight of Memory', 'Prophet of Kruphix', 'Oona, Queen of the Fae', 'Makeshift Mannequin', 'Gorgon''s Head', 'Heir of Falkenrath', 'Vampiric Rites', 'Anticipate', 'Insidious Will', 'Urza''s Ruinous Blast', 'Savage Lands', 'Primal Druid', 'Summoner''s Egg', 'Inner Demon', 'Kor Duelist', 'Vivid Meadow', 'Enclave Elite', 'World Shaper', 'Martyr of Frost', 'Open the Armory', 'Utter End', 'Rattleclaw Mystic', 'Trial of Knowledge', 'Sphinx of Uthuun', 'Hypothesizzle', 'Teferi''s Moat', 'Phantom Nomad', 'Terra Stomper', 'Crumbling Vestige', 'Empyreal Voyager', 'Grenzo, Dungeon Warden', 'Commune with Nature', 'Lake of the Dead', 'Millstone', 'Watchers of the Dead', 'Trail of Evidence', 'Blighted Fen', 'Selesnya Signet', 'Grimoire Thief', 'Pyramid of the Pantheon', 'Sphere of the Suns', 'Soul Exchange', 'Increasing Confusion', 'Duskmantle, House of Shadow', 'Dread Return', 'Agony Warp', 'Hada Freeblade', 'Meandering River', 'Rogue Refiner', 'Krosan Tusker', 'Rugged Highlands', 'Whispers of the Muse', 'Starstorm', 'Shrine of Loyal Legions', 'Temur Ascendancy', 'Drowned Secrets', 'Bloodsoaked Champion', 'Sprouting Thrinax', 'Zulaport Cutthroat', 'Aether Swooper', 'Falkenrath Noble', 'Narcolepsy', 'Kederekt Leviathan', 'Sage''s Row Denizen', 'Nomad Outpost', 'Armament Master', 'Indulgent Aristocrat', 'Wrecking Ball', 'Festering Newt', 'Blood Scrivener', 'Sylvan Advocate', 'Mind Grind', 'Mindstorm Crown', 'Protean Hydra', 'Kentaro, the Smiling Cat', 'Blighted Cataract', 'Sensei Golden-Tail', 'Magister of Worth', 'Benevolent Bodyguard', 'Exava, Rakdos Blood Witch', 'Attune with Aether', 'White Sun''s Zenith', 'Bygone Bishop', 'Sangrophage', 'Cloudgoat Ranger', 'Grove of the Guardian', 'Cackling Counterpart', 'Void Shatter', 'Tidal Warrior', 'Urza''s Factory', 'Mercurial Chemister', 'Sigarda''s Aid', 'Seeker of the Way', 'Brain Freeze', 'Kor Outfitter', 'Merrow Harbinger', 'Last Gasp', 'Stromkirk Condemned', 'Renewed Faith', 'Story Circle', 'Fungal Infection', 'Faerie Trickery', 'Metalwork Colossus', 'Moment of Craving', 'Spark Spray', 'Servo Exhibition', 'Felhide Spiritbinder', 'Blisterpod', 'Mystic Monastery', 'Intet, the Dreamer', 'Reef Shaman', 'Tome Scour', 'Tranquil Garden', 'Mirko Vosk, Mind Drinker', 'Striped Riverwinder', 'Augury Owl', 'Pilgrim''s Eye', 'Autochthon Wurm', 'Diabolic Tutor', 'Kjeldoran Outpost', 'Final Judgment', 'Dream Twist', 'Leechridden Swamp', 'Stone Quarry', 'Putrid Imp', 'Hermit Druid', 'Thunderbolt', 'Channeler Initiate', 'Glorious Anthem', 'Urborg', 'Stasis Snare', 'Cryptoplasm', 'Chandra''s Ignition', 'Encroaching Wastes', 'Draining Whelk', 'Scent of Brine', 'Rupture Spire', 'Paranoid Delusions', 'Grim Haruspex', 'Salvager of Secrets', 'Aven Skirmisher', 'Artificer''s Epiphany', 'Dread Statuary', 'Wharf Infiltrator', 'Spelltwine', 'Banishing Light', 'Immortal Servitude', 'Boros Challenger', 'Steel Sabotage', 'Vessel of Nascency', 'Yavimaya Hollow', 'Connive // Concoct', 'Rogue''s Passage', 'Rakshasa Deathdealer', 'Nullify', 'Blighted Woodland', 'Curse of the Swine', 'Faith''s Fetters', 'Foul Emissary', 'Basking Rootwalla', 'Flameshadow Conjuring', 'Loyal Pegasus', 'Stuffy Doll', 'Haunted Dead', 'Web of Inertia'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 811.6, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (165.5 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Stone Haven Medic', 'Blighted Fen', 'Oona''s Grace', 'Shimian Specter', 'Spined Thopter', 'Rupture Spire', 'Pilfered Plans', 'Cascading Cataracts', 'Repeal', 'Stasis Snare', 'Starstorm', 'Kopala, Warden of Waves', 'Mirko Vosk, Mind Drinker', 'Concentrate', 'Snapback', 'Psychotic Episode', 'Astral Slide', 'Read the Bones', 'Incendiary Flow', 'Invigorated Rampage', 'Healer''s Hawk', 'Haunted Dead', 'Join the Ranks', 'Molten Primordial', 'Soul Foundry', 'Hidden Stockpile', 'Invasive Surgery', 'Final Judgment', 'Halimar Wavewatch', 'Vivid Grove', 'Gilded Light', 'Kor Duelist', 'Reef Shaman', 'Smokestack', 'Increasing Savagery', 'Advanced Stitchwing', 'Rustwing Falcon', 'Tempered Steel', 'Cloudblazer', 'Bojuka Brigand', 'Distress', 'Hour of Revelation', 'Loyal Pegasus', 'Advent of the Wurm', 'Martyr of Frost', 'Skirk Ridge Exhumer', 'Grow from the Ashes', 'Vessel of Nascency', 'Bloodthrone Vampire', 'Utter End', 'Nomad Outpost', 'Bloodsoaked Champion', 'Kindle', 'Festering Newt', 'Gateway Plaza', 'Stitch Together', 'Felhide Spiritbinder', 'Highland Lake', 'Wretched Banquet', 'Heart-Piercer Bow', 'Teshar, Ancestor''s Apostle', 'Lonely Sandbar', 'Rattleclaw Mystic', 'Murderous Cut', 'Cackling Counterpart', 'Metalwork Colossus', 'Bile Blight', 'Moratorium Stone', 'Putrefy', 'Izzet Guildgate', 'Necrotic Wound', 'Cryptoplasm', 'Duskmantle, House of Shadow', 'Stromkirk Condemned', 'Protean Raider', 'Phantom Nomad', 'Kitesail Apprentice', 'Urborg', 'Ancient Amphitheater', 'Pianna, Nomad Captain', 'Mercurial Pretender', 'Last Breath', 'Exava, Rakdos Blood Witch', 'Veil of Secrecy', 'Hordeling Outburst', 'Zulaport Cutthroat', 'Encroaching Wastes', 'Psychic Drain', 'Benalish Honor Guard', 'Grim Haruspex', 'Blighted Cataract', 'Flaying Tendrils', 'Consuming Aberration', 'Cephalid Illusionist', 'Putrid Imp', 'Faerie Trickery', 'Regal Caracal', 'Underworld Cerberus', 'Crumbling Vestige', 'Gigantomancer', 'Call the Bloodline', 'Executioner''s Capsule', 'Renewed Faith', 'Ulvenwald Tracker', 'Paranoid Delusions', 'Decoction Module', 'Spear of Heliod', 'Leechridden Swamp', 'Intet, the Dreamer', 'Loxodon Hierarch', 'Hada Freeblade', 'Memorial to Genius', 'Ravenous Rats', 'Supernatural Stamina', 'Seeker of the Way', 'Lake of the Dead', 'Spelltwine', 'Sensei Golden-Tail', 'Jace''s Ingenuity', 'Striped Riverwinder', 'Grove of the Guardian', 'Vampiric Rites', 'Hellhole Flailer', 'Sky Hussar', 'Summon the School', 'Elixir of Immortality', 'Necropolis Fiend', 'Golgari Guildgate', 'Urza''s Ruinous Blast', 'Primal Druid', 'Serene Steward', 'Ondu Giant', 'Psychic Strike', 'Memorial to War', 'Kemba, Kha Regent', 'Fabrication Module', 'Falkenrath Noble', 'Sylvan Advocate', 'Felidar Guardian', 'Court Homunculus', 'Dead Weight', 'Temur Ascendancy', 'Pillar of Flame', 'Mockery of Nature', 'Prophetic Bolt', 'Azra Bladeseeker', 'Fevered Visions', 'Boros Challenger', 'Precinct Captain', 'Aven Skirmisher', 'Tribute to Hunger', 'Nullify', 'Sygg, River Guide', 'Confirm Suspicions', 'Scent of Brine', 'Benefaction of Rhonas', 'Fungal Infection', 'Hour of Eternity', 'Bogbrew Witch', 'Grimoire Thief', 'Talent of the Telepath', 'Aven Riftwatcher', 'Simic Guildgate', 'Kitesail Scout', 'Naga Vitalist', 'Epochrasite', 'Azorius Guildgate', 'Scourglass', 'Unknown Shores', 'Emeria Angel', 'Scepter of Fugue', 'Artificer''s Epiphany', 'Mindstorm Crown', 'Woodland Stream', 'Shuko', 'Tracker''s Instincts', 'Clone', 'Phantasmal Bear', 'Broken Bond', 'Exile', 'Thawing Glaciers', 'Warleader''s Helix', 'Thopter Spy Network', 'Chandra''s Ignition', 'Steel Sabotage', 'Vesuvan Shapeshifter', 'Flame Jab', 'Altar''s Reap', 'Drana''s Emissary', 'Stone Haven Outfitter', 'Blood Scrivener', 'Separatist Voidmage', 'Duskborne Skymarcher', 'Spawning Pool', 'Bone Saw', 'Lotleth Giant', 'Dissipate', 'Stolen Identity', 'Fiery Impulse', 'Glint Hawk Idol', 'Tatyova, Benthic Druid', 'Draining Whelk', 'Tranquil Garden', 'Rootwater Depths', 'Autochthon Wurm', 'Mesmeric Fiend', 'Manta Riders', 'Weaponcraft Enthusiast', 'Memorial to Unity', 'Circuitous Route', 'Edge of Autumn', 'Garza Zol, Plague Queen', 'Gruul Guildgate', 'Void Shatter', 'Expedition Envoy', 'Crystal Ball', 'Smother', 'Engulf the Shore', 'Pyramid of the Pantheon', 'Transgress the Mind', 'Oona, Queen of the Fae', 'Rugged Highlands', 'Brine Elemental', 'Tormenting Voice', 'Insidious Will', 'Inner Demon', 'Conqueror''s Galleon', 'Sphinx of Uthuun', 'Blighted Woodland', 'Captain''s Claws', 'Anticipate', 'Trusty Machete', 'Lightning Rift', 'Shriekgeist', 'Ashenmoor Gouger', 'Always Watching', 'Vivid Marsh', 'Unwind', 'Bane of Bala Ged', 'Wonder', 'Hallowed Moonlight', 'Magus of the Future', 'Vicious Conquistador', 'Cadaver Imp', 'Kentaro, the Smiling Cat', 'Geistflame', 'Savage Lands', 'Altered Ego', 'Prognostic Sphinx', 'Dream Twist', 'Sculpting Steel', 'Urza''s Factory', 'Chained to the Rocks', 'Radiant Flames', 'Grasp of Darkness', 'Heir of Falkenrath', 'Aether Swooper', 'Drownyard Behemoth', 'Yavimaya Hollow', 'Moment of Craving', 'Trail of Evidence', 'Empyreal Voyager', 'Danitha Capashen, Paragon', 'Armament Master', 'Teferi''s Moat', 'Cartouche of Strength', 'Brain Freeze', 'Gatekeeper of Malakir', 'Rakshasa Deathdealer', 'Watchers of the Dead', 'Open the Armory', 'Foul Emissary', 'World Shaper', 'Gilded Lotus', 'Banishing Light', 'Stuffy Doll', 'Narcolepsy', 'Planar Cleansing', 'Consume the Meek', 'Journeyer''s Kite', 'Commune with Nature', 'Blackblade Reforged', 'Circu, Dimir Lobotomist', 'Memory Sluice', 'White Sun''s Zenith', 'Diluvian Primordial', 'Deeproot Waters', 'Increasing Confusion', 'Sultai Charm', 'Precognition Field', 'Cataclysmic Gearhulk', 'Elemental Bond', 'Choked Estuary', 'Traxos, Scourge of Kroog', 'Whispers of the Muse', 'Summoner''s Egg', 'Saving Grace', 'Dread Statuary', 'Drowned Secrets', 'Banewhip Punisher', 'Bogardan Hellkite', 'Followed Footsteps', 'Thunderbolt', 'Faith of the Devoted', 'Desert of the Fervent', 'Wretched Gryff', 'Narcomoeba', 'Augury Owl', 'Toolcraft Exemplar', 'Wharf Infiltrator', 'Declaration in Stone', 'Scatter Arc', 'Scoured Barrens', 'Careful Consideration', 'Pilgrim''s Eye', 'Mercurial Chemister', 'Seal of Doom', 'Forbid', 'Sunbird''s Invocation', 'Academy Elite', 'Howling Golem', 'Addle', 'The Mending of Dominaria', 'Psychic Spiral', 'Rogue''s Passage', 'Rakdos Guildgate', 'Whirler Virtuoso', 'Gorgon''s Head', 'Sultai Emissary', 'Charge', 'Palace Familiar', 'Connive // Concoct', 'Secluded Steppe', 'Curse of Death''s Hold', 'Goblin Settler', 'Psychatog', 'Tidal Warrior', 'Vexing Scuttler', 'Dreadship Reef', 'Dimir Guildgate', 'Orzhov Charm', 'Agony Warp', 'Thraben Doomsayer', 'Rampant Growth', 'Ulcerate', 'Unsummon', 'Story Circle', 'Dreg Mangler', 'Lich''s Mastery', 'Curious Homunculus', 'Consuming Vapors', 'Benevolent Bodyguard', 'Vampire Cutthroat', 'Phylactery Lich', 'Grenzo, Dungeon Warden', 'Grozoth', 'Take Inventory', 'Winds of Rebuke', 'Brain Maggot', 'Plumeveil', 'Selesnya Signet', 'Burning Oil', 'Hammer of Bogardan', 'Blisterpod', 'Trial of Knowledge', 'Haunting Echoes', 'Sprouting Thrinax', 'Enclave Elite', 'Vivid Meadow', 'Indulgent Aristocrat', 'Shaman en-Kor', 'Web of Inertia', 'Desecration Demon', 'Sphere of the Suns', 'Carrier Thrall', 'Longtusk Cub', 'Scatter to the Winds', 'Driven // Despair', 'Merfolk Sovereign', 'Saheeli''s Artistry', 'Spiketail Hatchling', 'Dread Return', 'Basking Rootwalla', 'Opulent Palace', 'Baleful Ammit', 'Spark Spray', 'Sandsteppe Citadel', 'Aquitect''s Will', 'Prepare // Fight', 'Soul Exchange', 'Wrecking Ball', 'Tome Scour', 'Kederekt Leviathan', 'Foreboding Ruins', 'Mangara of Corondor', 'Salvager of Secrets', 'Aryel, Knight of Windgrace', 'Arrogant Wurm', 'Shrine of the Forsaken Gods', 'Gird for Battle', 'Power Sink', 'Khalni Gem', 'Waterveil Cavern', 'Salvage Titan', 'Herald of Torment', 'Grasping Scoundrel', 'Qasali Ambusher', 'Skirsdag High Priest', 'Scrabbling Claws', 'Masticore', 'Rogue Refiner', 'Dack''s Duplicate', 'Clash of Wills', 'Charmbreaker Devils', 'Servo Exhibition', 'Mystic Monastery', 'Meandering River', 'Millstone', 'Attune with Aether', 'Magister of Worth', 'Channeler Initiate', 'Arvad the Cursed', 'Gruul Signet', 'Hellrider', 'Cryptborn Horror', 'Sram''s Expertise', 'Confiscate', 'Vitu-Ghazi, the City-Tree', 'Merrow Harbinger', 'Trial of Ambition', 'Painful Truths', 'Kalastria Healer', 'Revitalize', 'Flameshadow Conjuring', 'Topplegeist', 'Entomber Exarch', 'River Sneak', 'Krosan Tusker', 'Makeshift Mannequin', 'Sangrophage', 'Kjeldoran Outpost', 'Glorious Anthem', 'Tragic Arrogance', 'March from the Tomb', 'Lashweed Lurker', 'Lantern Kami', 'Treasure Cruise', 'Crumbling Necropolis', 'Hanweir Militia Captain', 'Bloodwater Entity', 'Evolving Wilds', 'Bounty of the Luxa', 'Slice and Dice', 'Desert of the Glorified', 'Noose Constrictor', 'Kuro, Pitlord', 'Cultivator''s Caravan', 'Identity Thief', 'Seal of Primordium', 'Jester''s Scepter', 'Ogre Slumlord', 'Protean Hydra', 'Sage''s Row Denizen', 'Restoration Specialist', 'Riot Control', 'High Priest of Penance', 'Ayli, Eternal Pilgrim', 'Hypothesizzle', 'Curse of the Swine', 'Night Market Lookout', 'Helm of the Host', 'Fleetwheel Cruiser', 'From Under the Floorboards', 'Jwar Isle Refuge', 'Hermit Druid', 'Compulsive Research', 'Chromatic Lantern', 'Sin Collector', 'Docent of Perfection', 'Immortal Servitude', 'Diabolic Tutor', 'Suntail Hawk', 'Terra Stomper', 'Woodland Wanderer', 'Asylum Visitor', 'Quasiduplicate', 'Last Gasp', 'Vendetta', 'Spellheart Chimera', 'Weight of Memory', 'Avoid Fate', 'Bubbling Cauldron', 'Stone Quarry', 'Planar Outburst', 'Shrine of Loyal Legions', 'Sundering Growth', 'Cruel Reality', 'Remove Soul', 'Cloudcrest Lake', 'Rishkar''s Expertise', 'Faith''s Fetters', 'Bygone Bishop', 'Djeru''s Renunciation', 'Mind Grind', 'Sigarda''s Aid', 'Selesnya Guildmage', 'Cloudgoat Ranger', 'Galvanic Bombardment', 'True Believer', 'Chief of the Foundry', 'Kor Outfitter', 'Endless Ranks of the Dead', 'Tragic Lesson', 'Prophet of Kruphix', 'Boggart Harbinger'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 165.5, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (380.2 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Psychotic Episode', 'Desecration Demon', 'Secluded Steppe', 'Blighted Fen', 'Kalastria Healer', 'Vivid Marsh', 'Jester''s Scepter', 'Lashweed Lurker', 'Heir of Falkenrath', 'Vendetta', 'Prophetic Bolt', 'Zulaport Cutthroat', 'Ondu Giant', 'Tempered Steel', 'Gruul Guildgate', 'Glorious Anthem', 'Unknown Shores', 'Stasis Snare', 'Urborg', 'Captain''s Claws', 'Benevolent Bodyguard', 'Gilded Lotus', 'Radiant Flames', 'Spawning Pool', 'Open the Armory', 'Weight of Memory', 'Read the Bones', 'Pyramid of the Pantheon', 'Kuro, Pitlord', 'Narcolepsy', 'Boggart Harbinger', 'Psychic Spiral', 'Grim Haruspex', 'Kor Outfitter', 'Protean Hydra', 'Bygone Bishop', 'Curse of the Swine', 'Magister of Worth', 'Curious Homunculus', 'Narcomoeba', 'Curse of Death''s Hold', 'Confiscate', 'Edge of Autumn', 'Temur Ascendancy', 'Necrotic Wound', 'Salvage Titan', 'Scourglass', 'Shrine of the Forsaken Gods', 'Dread Return', 'Bogardan Hellkite', 'Circuitous Route', 'Thopter Spy Network', 'Garza Zol, Plague Queen', 'Fiery Impulse', 'Cartouche of Strength', 'Dead Weight', 'Haunted Dead', 'Memorial to Genius', 'Avoid Fate', 'Diabolic Tutor', 'Skirk Ridge Exhumer', 'Heart-Piercer Bow', 'Spelltwine', 'Noose Constrictor', 'Simic Guildgate', 'Millstone', 'Grenzo, Dungeon Warden', 'Entomber Exarch', 'Nullify', 'Separatist Voidmage', 'Mirko Vosk, Mind Drinker', 'Mystic Monastery', 'Mockery of Nature', 'Chandra''s Ignition', 'Web of Inertia', 'Desert of the Glorified', 'Brine Elemental', 'Flame Jab', 'Reef Shaman', 'Thawing Glaciers', 'Desert of the Fervent', 'Rakshasa Deathdealer', 'Merrow Harbinger', 'Whirler Virtuoso', 'Rootwater Depths', 'Sculpting Steel', 'Festering Newt', 'Armament Master', 'Renewed Faith', 'Brain Freeze', 'Selesnya Guildmage', 'Tormenting Voice', 'Qasali Ambusher', 'Flameshadow Conjuring', 'Sphinx of Uthuun', 'Scatter to the Winds', 'Diluvian Primordial', 'Traxos, Scourge of Kroog', 'Cackling Counterpart', 'Aven Skirmisher', 'Journeyer''s Kite', 'Planar Cleansing', 'Meandering River', 'Psychatog', 'Shriekgeist', 'Gateway Plaza', 'Circu, Dimir Lobotomist', 'Mercurial Pretender', 'Bloodwater Entity', 'Benalish Honor Guard', 'Brain Maggot', 'Burning Oil', 'Transgress the Mind', 'Hellhole Flailer', 'Scent of Brine', 'Carrier Thrall', 'Talent of the Telepath', 'Vivid Grove', 'Pilfered Plans', 'Empyreal Voyager', 'Increasing Savagery', 'Shrine of Loyal Legions', 'From Under the Floorboards', 'Scrabbling Claws', 'Foreboding Ruins', 'Pilgrim''s Eye', 'World Shaper', 'Stromkirk Condemned', 'Concentrate', 'Precinct Captain', 'Rampant Growth', 'Elemental Bond', 'Flaying Tendrils', 'Protean Raider', 'Wretched Banquet', 'Putrid Imp', 'Vampire Cutthroat', 'Cascading Cataracts', 'Soul Foundry', 'Selesnya Signet', 'Orzhov Charm', 'Tome Scour', 'Connive // Concoct', 'Ashenmoor Gouger', 'Shaman en-Kor', 'Hidden Stockpile', 'Djeru''s Renunciation', 'Halimar Wavewatch', 'Charge', 'Psychic Drain', 'Executioner''s Capsule', 'Memory Sluice', 'Suntail Hawk', 'Chief of the Foundry', 'Saheeli''s Artistry', 'Exile', 'White Sun''s Zenith', 'Boros Challenger', 'Tatyova, Benthic Druid', 'Jwar Isle Refuge', 'Engulf the Shore', 'Epochrasite', 'Dream Twist', 'Restoration Specialist', 'Expedition Envoy', 'Vampiric Rites', 'Blood Scrivener', 'Phylactery Lich', 'Wrecking Ball', 'Hammer of Bogardan', 'Ulcerate', 'Wharf Infiltrator', 'Commune with Nature', 'The Mending of Dominaria', 'Decoction Module', 'Rakdos Guildgate', 'Treasure Cruise', 'Drownyard Behemoth', 'Docent of Perfection', 'Jace''s Ingenuity', 'Makeshift Mannequin', 'Emeria Angel', 'Night Market Lookout', 'Advent of the Wurm', 'Foul Emissary', 'March from the Tomb', 'Enclave Elite', 'Clash of Wills', 'Banewhip Punisher', 'Vicious Conquistador', 'Ulvenwald Tracker', 'Autochthon Wurm', 'Cephalid Illusionist', 'Sram''s Expertise', 'Spear of Heliod', 'Faith of the Devoted', 'Khalni Gem', 'Underworld Cerberus', 'Kederekt Leviathan', 'Increasing Confusion', 'Consuming Vapors', 'Crystal Ball', 'Hanweir Militia Captain', 'Snapback', 'Lantern Kami', 'Golgari Guildgate', 'Nomad Outpost', 'Haunting Echoes', 'Shuko', 'Sage''s Row Denizen', 'Utter End', 'Oona''s Grace', 'Sylvan Advocate', 'True Believer', 'Stitch Together', 'Ogre Slumlord', 'Driven // Despair', 'Hordeling Outburst', 'Bone Saw', 'Pillar of Flame', 'Dreg Mangler', 'Astral Slide', 'Anticipate', 'Vesuvan Shapeshifter', 'Prognostic Sphinx', 'Lich''s Mastery', 'Final Judgment', 'Fungal Infection', 'Tracker''s Instincts', 'Mesmeric Fiend', 'Quasiduplicate', 'Story Circle', 'Arrogant Wurm', 'Prophet of Kruphix', 'Grasping Scoundrel', 'Followed Footsteps', 'Topplegeist', 'Leechridden Swamp', 'Teshar, Ancestor''s Apostle', 'Conqueror''s Galleon', 'Highland Lake', 'Altar''s Reap', 'Urza''s Ruinous Blast', 'Last Gasp', 'Grasp of Darkness', 'Sangrophage', 'Opulent Palace', 'Bile Blight', 'Arvad the Cursed', 'Thraben Doomsayer', 'Invasive Surgery', 'Blisterpod', 'Thunderbolt', 'Gigantomancer', 'Kor Duelist', 'Invigorated Rampage', 'Palace Familiar', 'Unsummon', 'Sphere of the Suns', 'Aether Swooper', 'Baleful Ammit', 'Attune with Aether', 'Altered Ego', 'Phantasmal Bear', 'Void Shatter', 'Court Homunculus', 'Hellrider', 'Sensei Golden-Tail', 'Helm of the Host', 'Weaponcraft Enthusiast', 'Kitesail Apprentice', 'Shimian Specter', 'Sandsteppe Citadel', 'Kopala, Warden of Waves', 'Immortal Servitude', 'Wonder', 'Hallowed Moonlight', 'Scoured Barrens', 'Choked Estuary', 'Vitu-Ghazi, the City-Tree', 'Distress', 'Declaration in Stone', 'Bane of Bala Ged', 'Lonely Sandbar', 'Endless Ranks of the Dead', 'Sky Hussar', 'Dreadship Reef', 'Warleader''s Helix', 'Last Breath', 'Aryel, Knight of Windgrace', 'Cryptoplasm', 'Ancient Amphitheater', 'Incendiary Flow', 'Memorial to Unity', 'Compulsive Research', 'Indulgent Aristocrat', 'Saving Grace', 'Faith''s Fetters', 'Bounty of the Luxa', 'Fevered Visions', 'Wretched Gryff', 'Power Sink', 'Stone Haven Outfitter', 'Azra Bladeseeker', 'Kjeldoran Outpost', 'Mindstorm Crown', 'Addle', 'Deeproot Waters', 'Tragic Lesson', 'Murderous Cut', 'Careful Consideration', 'Savage Lands', 'Vessel of Nascency', 'Soul Exchange', 'Woodland Stream', 'Scatter Arc', 'Sygg, River Guide', 'Augury Owl', 'Longtusk Cub', 'Blighted Woodland', 'Winds of Rebuke', 'Mercurial Chemister', 'Lightning Rift', 'Magus of the Future', 'Falkenrath Noble', 'Metalwork Colossus', 'Repeal', 'Yavimaya Hollow', 'Putrefy', 'Stolen Identity', 'Chromatic Lantern', 'Waterveil Cavern', 'Smother', 'Geistflame', 'Felhide Spiritbinder', 'Tidal Warrior', 'Loxodon Hierarch', 'Sunbird''s Invocation', 'Artificer''s Epiphany', 'Sultai Charm', 'Smokestack', 'Moment of Craving', 'Oona, Queen of the Fae', 'Duskmantle, House of Shadow', 'Precognition Field', 'Spark Spray', 'Fabrication Module', 'Cruel Reality', 'Blackblade Reforged', 'Rugged Highlands', 'Cloudcrest Lake', 'Rupture Spire', 'Gruul Signet', 'Regal Caracal', 'Riot Control', 'Manta Riders', 'Kindle', 'Banishing Light', 'Masticore', 'Trial of Ambition', 'Steel Sabotage', 'Azorius Guildgate', 'Call the Bloodline', 'Watchers of the Dead', 'Remove Soul', 'Grow from the Ashes', 'Sigarda''s Aid', 'River Sneak', 'Servo Exhibition', 'Broken Bond', 'Drowned Secrets', 'Bubbling Cauldron', 'Psychic Strike', 'Gird for Battle', 'Scepter of Fugue', 'Mind Grind', 'Academy Elite', 'Seal of Primordium', 'Veil of Secrecy', 'Ayli, Eternal Pilgrim', 'Whispers of the Muse', 'Grozoth', 'Benefaction of Rhonas', 'Martyr of Frost', 'Dread Statuary', 'Gilded Light', 'Evolving Wilds', 'Tragic Arrogance', 'Spellheart Chimera', 'Stone Quarry', 'Vivid Meadow', 'Felidar Guardian', 'Asylum Visitor', 'Dissipate', 'Howling Golem', 'Ravenous Rats', 'Blighted Cataract', 'Gatekeeper of Malakir', 'High Priest of Penance', 'Moratorium Stone', 'Trail of Evidence', 'Hermit Druid', 'Tribute to Hunger', 'Consuming Aberration', 'Rishkar''s Expertise', 'Prepare // Fight', 'Lotleth Giant', 'Charmbreaker Devils', 'Plumeveil', 'Sundering Growth', 'Spined Thopter', 'Lake of the Dead', 'Clone', 'Merfolk Sovereign', 'Galvanic Bombardment', 'Elixir of Immortality', 'Join the Ranks', 'Serene Steward', 'Urza''s Factory', 'Forbid', 'Channeler Initiate', 'Bloodthrone Vampire', 'Spiketail Hatchling', 'Rogue Refiner', 'Confirm Suspicions', 'Hada Freeblade', 'Drana''s Emissary', 'Duskborne Skymarcher', 'Aquitect''s Will', 'Trial of Knowledge', 'Stone Haven Medic', 'Kemba, Kha Regent', 'Starstorm', 'Faerie Trickery', 'Skirsdag High Priest', 'Goblin Settler', 'Intet, the Dreamer', 'Danitha Capashen, Paragon', 'Vexing Scuttler', 'Rogue''s Passage', 'Painful Truths', 'Revitalize', 'Hour of Eternity', 'Cataclysmic Gearhulk', 'Consume the Meek', 'Stuffy Doll', 'Advanced Stitchwing', 'Exava, Rakdos Blood Witch', 'Mangara of Corondor', 'Loyal Pegasus', 'Cadaver Imp', 'Phantom Nomad', 'Tranquil Garden', 'Crumbling Necropolis', 'Cryptborn Horror', 'Kitesail Scout', 'Bogbrew Witch', 'Cloudblazer', 'Fleetwheel Cruiser', 'Cloudgoat Ranger', 'Hour of Revelation', 'Woodland Wanderer', 'Chained to the Rocks', 'Primal Druid', 'Healer''s Hawk', 'Seeker of the Way', 'Striped Riverwinder', 'Encroaching Wastes', 'Memorial to War', 'Paranoid Delusions', 'Sin Collector', 'Crumbling Vestige', 'Sultai Emissary', 'Unwind', 'Dimir Guildgate', 'Supernatural Stamina', 'Cultivator''s Caravan', 'Trusty Machete', 'Hypothesizzle', 'Grove of the Guardian', 'Izzet Guildgate', 'Teferi''s Moat', 'Summoner''s Egg', 'Agony Warp', 'Toolcraft Exemplar', 'Basking Rootwalla', 'Draining Whelk', 'Bloodsoaked Champion', 'Molten Primordial', 'Grimoire Thief', 'Identity Thief', 'Slice and Dice', 'Sprouting Thrinax', 'Gorgon''s Head', 'Glint Hawk Idol', 'Krosan Tusker', 'Always Watching', 'Bojuka Brigand', 'Dack''s Duplicate', 'Insidious Will', 'Kentaro, the Smiling Cat', 'Herald of Torment', 'Seal of Doom', 'Rustwing Falcon', 'Inner Demon', 'Salvager of Secrets', 'Terra Stomper', 'Planar Outburst', 'Take Inventory', 'Naga Vitalist', 'Summon the School', 'Aven Riftwatcher', 'Rattleclaw Mystic', 'Pianna, Nomad Captain', 'Necropolis Fiend'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 380.2, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (632.6 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Desert of the Fervent', 'Thraben Doomsayer', 'Pillar of Flame', 'Chandra''s Ignition', 'Diabolic Tutor', 'Goblin Settler', 'Mind Grind', 'Boros Challenger', 'Prophet of Kruphix', 'Watchers of the Dead', 'River Sneak', 'Confiscate', 'Memory Sluice', 'Shrine of Loyal Legions', 'Servo Exhibition', 'Talent of the Telepath', 'Tribute to Hunger', 'Cloudcrest Lake', 'Duskmantle, House of Shadow', 'Psychic Spiral', 'Expedition Envoy', 'Scent of Brine', 'Bloodwater Entity', 'Exava, Rakdos Blood Witch', 'Seeker of the Way', 'Blisterpod', 'Rakshasa Deathdealer', 'Stitch Together', 'Diluvian Primordial', 'Rampant Growth', 'Memorial to Unity', 'Weaponcraft Enthusiast', 'Tempered Steel', 'Tragic Lesson', 'Longtusk Cub', 'Mangara of Corondor', 'Scoured Barrens', 'Broken Bond', 'Faerie Trickery', 'Decoction Module', 'Orzhov Charm', 'Grove of the Guardian', 'Grasping Scoundrel', 'Inner Demon', 'Circuitous Route', 'Ulcerate', 'Confirm Suspicions', 'Spiketail Hatchling', 'Rishkar''s Expertise', 'Always Watching', 'Rogue''s Passage', 'Circu, Dimir Lobotomist', 'Aether Swooper', 'Veil of Secrecy', 'Trial of Ambition', 'Painful Truths', 'Kjeldoran Outpost', 'Flaying Tendrils', 'Entomber Exarch', 'Striped Riverwinder', 'Mesmeric Fiend', 'Naga Vitalist', 'Blackblade Reforged', 'Geistflame', 'Power Sink', 'Scepter of Fugue', 'Wretched Gryff', 'Selesnya Guildmage', 'Sultai Charm', 'Rogue Refiner', 'Traxos, Scourge of Kroog', 'Soul Exchange', 'Woodland Wanderer', 'Vivid Grove', 'Chromatic Lantern', 'Academy Elite', 'Nullify', 'Cryptoplasm', 'Utter End', 'Loxodon Hierarch', 'Starstorm', 'Clash of Wills', 'Banishing Light', 'Increasing Confusion', 'Desecration Demon', 'Lightning Rift', 'Topplegeist', 'Saving Grace', 'Mockery of Nature', 'Vampiric Rites', 'Grim Haruspex', 'Flame Jab', 'Gorgon''s Head', 'Ogre Slumlord', 'Moment of Craving', 'Teshar, Ancestor''s Apostle', 'Merfolk Sovereign', 'Identity Thief', 'Memorial to War', 'Regal Caracal', 'Stuffy Doll', 'Mercurial Chemister', 'Fabrication Module', 'Altar''s Reap', 'Bone Saw', 'Aven Riftwatcher', 'Psychic Strike', 'Unknown Shores', 'Primal Druid', 'Grozoth', 'Fiery Impulse', 'Tranquil Garden', 'Martyr of Frost', 'Vexing Scuttler', 'Magister of Worth', 'Brain Maggot', 'Deeproot Waters', 'Grenzo, Dungeon Warden', 'Cartouche of Strength', 'Temur Ascendancy', 'Thawing Glaciers', 'Ayli, Eternal Pilgrim', 'Cascading Cataracts', 'Final Judgment', 'Bygone Bishop', 'Makeshift Mannequin', 'World Shaper', 'Vitu-Ghazi, the City-Tree', 'Trail of Evidence', 'Emeria Angel', 'Phantasmal Bear', 'Djeru''s Renunciation', 'Paranoid Delusions', 'Declaration in Stone', 'True Believer', 'Channeler Initiate', 'Compulsive Research', 'Rugged Highlands', 'Dream Twist', 'Distress', 'Armament Master', 'Flameshadow Conjuring', 'Helm of the Host', 'Cloudgoat Ranger', 'Scourglass', 'Precinct Captain', 'Foreboding Ruins', 'Sram''s Expertise', 'Dimir Guildgate', 'Skirk Ridge Exhumer', 'Empyreal Voyager', 'Teferi''s Moat', 'Secluded Steppe', 'White Sun''s Zenith', 'Stone Quarry', 'Consume the Meek', 'Edge of Autumn', 'Arrogant Wurm', 'Hypothesizzle', 'Palace Familiar', 'Hour of Revelation', 'Cataclysmic Gearhulk', 'Pianna, Nomad Captain', 'Underworld Cerberus', 'Incendiary Flow', 'Boggart Harbinger', 'Bounty of the Luxa', 'Revitalize', 'Vicious Conquistador', 'Protean Raider', 'Duskborne Skymarcher', 'Felidar Guardian', 'Astral Slide', 'Heir of Falkenrath', 'Bubbling Cauldron', 'Zulaport Cutthroat', 'Planar Outburst', 'Choked Estuary', 'Golgari Guildgate', 'Kopala, Warden of Waves', 'Ondu Giant', 'Shrine of the Forsaken Gods', 'Mindstorm Crown', 'Metalwork Colossus', 'Indulgent Aristocrat', 'Curse of the Swine', 'Gatekeeper of Malakir', 'Driven // Despair', 'Gigantomancer', 'Hermit Druid', 'Cackling Counterpart', 'Insidious Will', 'Evolving Wilds', 'Renewed Faith', 'Hordeling Outburst', 'Haunted Dead', 'Ulvenwald Tracker', 'Elemental Bond', 'Glorious Anthem', 'Consuming Aberration', 'Sigarda''s Aid', 'Memorial to Genius', 'Endless Ranks of the Dead', 'Blighted Fen', 'Foul Emissary', 'Simic Guildgate', 'Scrabbling Claws', 'Artificer''s Epiphany', 'Prognostic Sphinx', 'Drowned Secrets', 'Immortal Servitude', 'Invigorated Rampage', 'Benalish Honor Guard', 'Bloodthrone Vampire', 'Wrecking Ball', 'Charge', 'Kuro, Pitlord', 'Suntail Hawk', 'Leechridden Swamp', 'Kentaro, the Smiling Cat', 'Encroaching Wastes', 'Highland Lake', 'Masticore', 'Urborg', 'Wretched Banquet', 'Oona, Queen of the Fae', 'Conqueror''s Galleon', 'Stromkirk Condemned', 'Kindle', 'Hour of Eternity', 'Sunbird''s Invocation', 'Invasive Surgery', 'Necrotic Wound', 'Jester''s Scepter', 'Vesuvan Shapeshifter', 'Aquitect''s Will', 'Asylum Visitor', 'Spark Spray', 'Cruel Reality', 'Waterveil Cavern', 'Vampire Cutthroat', 'Tragic Arrogance', 'Soul Foundry', 'Urza''s Factory', 'Cadaver Imp', 'Stone Haven Outfitter', 'Kitesail Apprentice', 'Executioner''s Capsule', 'Stone Haven Medic', 'Tidal Warrior', 'Molten Primordial', 'Slice and Dice', 'Smokestack', 'Rupture Spire', 'Call the Bloodline', 'Merrow Harbinger', 'Engulf the Shore', 'Fleetwheel Cruiser', 'Oona''s Grace', 'Attune with Aether', 'Sage''s Row Denizen', 'Gird for Battle', 'Dread Statuary', 'Yavimaya Hollow', 'Chained to the Rocks', 'Riot Control', 'Lake of the Dead', 'Sprouting Thrinax', 'Saheeli''s Artistry', 'Nomad Outpost', 'Qasali Ambusher', 'Tatyova, Benthic Druid', 'Advent of the Wurm', 'Exile', 'Pyramid of the Pantheon', 'Krosan Tusker', 'Bogbrew Witch', 'Gruul Signet', 'Festering Newt', 'Autochthon Wurm', 'Bojuka Brigand', 'Forbid', 'Crumbling Necropolis', 'Urza''s Ruinous Blast', 'Restoration Specialist', 'Elixir of Immortality', 'Dreadship Reef', 'Remove Soul', 'Meandering River', 'Prepare // Fight', 'Web of Inertia', 'Spellheart Chimera', 'Kor Outfitter', 'Drownyard Behemoth', 'Pilgrim''s Eye', 'Gruul Guildgate', 'Increasing Savagery', 'Sensei Golden-Tail', 'Wharf Infiltrator', 'Rattleclaw Mystic', 'Wonder', 'Repeal', 'Felhide Spiritbinder', 'Sphinx of Uthuun', 'Advanced Stitchwing', 'Draining Whelk', 'Halimar Wavewatch', 'Sangrophage', 'Brain Freeze', 'Trial of Knowledge', 'Grasp of Darkness', 'Phantom Nomad', 'Dread Return', 'Hellhole Flailer', 'Night Market Lookout', 'Kalastria Healer', 'Woodland Stream', 'Crystal Ball', 'Captain''s Claws', 'Bloodsoaked Champion', 'Narcomoeba', 'Gilded Lotus', 'From Under the Floorboards', 'Dissipate', 'Lotleth Giant', 'Lashweed Lurker', 'Basking Rootwalla', 'Aryel, Knight of Windgrace', 'Tome Scour', 'Fungal Infection', 'Anticipate', 'Blighted Cataract', 'Trusty Machete', 'Stasis Snare', 'Burning Oil', 'March from the Tomb', 'Sphere of the Suns', 'Smother', 'Heart-Piercer Bow', 'Precognition Field', 'Followed Footsteps', 'Consuming Vapors', 'Haunting Echoes', 'Glint Hawk Idol', 'Join the Ranks', 'Separatist Voidmage', 'Danitha Capashen, Paragon', 'Plumeveil', 'Brine Elemental', 'Snapback', 'Bile Blight', 'Summon the School', 'Sin Collector', 'Gilded Light', 'Spawning Pool', 'Cloudblazer', 'Last Gasp', 'Terra Stomper', 'Spined Thopter', 'Lonely Sandbar', 'Court Homunculus', 'Sculpting Steel', 'Open the Armory', 'Steel Sabotage', 'Intet, the Dreamer', 'Connive // Concoct', 'Jwar Isle Refuge', 'Vivid Marsh', 'Sundering Growth', 'Avoid Fate', 'Transgress the Mind', 'Scatter to the Winds', 'Drana''s Emissary', 'Dreg Mangler', 'Seal of Primordium', 'Faith of the Devoted', 'Mercurial Pretender', 'Healer''s Hawk', 'Herald of Torment', 'Grow from the Ashes', 'Concentrate', 'Shimian Specter', 'Psychic Drain', 'Prophetic Bolt', 'Cephalid Illusionist', 'Epochrasite', 'Planar Cleansing', 'Salvage Titan', 'Agony Warp', 'The Mending of Dominaria', 'Unwind', 'Reef Shaman', 'Narcolepsy', 'Clone', 'Sandsteppe Citadel', 'Spelltwine', 'Banewhip Punisher', 'Tormenting Voice', 'Skirsdag High Priest', 'High Priest of Penance', 'Noose Constrictor', 'Azra Bladeseeker', 'Aven Skirmisher', 'Docent of Perfection', 'Serene Steward', 'Sky Hussar', 'Crumbling Vestige', 'Sylvan Advocate', 'Opulent Palace', 'Dack''s Duplicate', 'Tracker''s Instincts', 'Jace''s Ingenuity', 'Charmbreaker Devils', 'Gateway Plaza', 'Rootwater Depths', 'Loyal Pegasus', 'Chief of the Foundry', 'Read the Bones', 'Carrier Thrall', 'Faith''s Fetters', 'Take Inventory', 'Rustwing Falcon', 'Pilfered Plans', 'Lich''s Mastery', 'Blood Scrivener', 'Weight of Memory', 'Bane of Bala Ged', 'Cultivator''s Caravan', 'Grimoire Thief', 'Spear of Heliod', 'Journeyer''s Kite', 'Vivid Meadow', 'Vessel of Nascency', 'Moratorium Stone', 'Unsummon', 'Enclave Elite', 'Kederekt Leviathan', 'Blighted Woodland', 'Arvad the Cursed', 'Bogardan Hellkite', 'Khalni Gem', 'Curse of Death''s Hold', 'Whispers of the Muse', 'Fevered Visions', 'Millstone', 'Hammer of Bogardan', 'Dead Weight', 'Hada Freeblade', 'Rakdos Guildgate', 'Galvanic Bombardment', 'Story Circle', 'Garza Zol, Plague Queen', 'Psychatog', 'Whirler Virtuoso', 'Howling Golem', 'Ancient Amphitheater', 'Hellrider', 'Altered Ego', 'Curious Homunculus', 'Kor Duelist', 'Seal of Doom', 'Psychotic Episode', 'Addle', 'Benevolent Bodyguard', 'Magus of the Future', 'Cryptborn Horror', 'Sultai Emissary', 'Hallowed Moonlight', 'Last Breath', 'Warleader''s Helix', 'Kemba, Kha Regent', 'Summoner''s Egg', 'Murderous Cut', 'Izzet Guildgate', 'Protean Hydra', 'Selesnya Signet', 'Careful Consideration', 'Azorius Guildgate', 'Shriekgeist', 'Mystic Monastery', 'Ravenous Rats', 'Necropolis Fiend', 'Thopter Spy Network', 'Putrefy', 'Salvager of Secrets', 'Benefaction of Rhonas', 'Augury Owl', 'Winds of Rebuke', 'Hanweir Militia Captain', 'Lantern Kami', 'Radiant Flames', 'Shuko', 'Savage Lands', 'Falkenrath Noble', 'Kitesail Scout', 'Void Shatter', 'Desert of the Glorified', 'Mirko Vosk, Mind Drinker', 'Manta Riders', 'Sygg, River Guide', 'Phylactery Lich', 'Scatter Arc', 'Ashenmoor Gouger', 'Treasure Cruise', 'Shaman en-Kor', 'Toolcraft Exemplar', 'Putrid Imp', 'Commune with Nature', 'Stolen Identity', 'Supernatural Stamina', 'Hidden Stockpile', 'Thunderbolt', 'Baleful Ammit', 'Vendetta', 'Quasiduplicate'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 632.6, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (618.3 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Mesmeric Fiend', 'Vessel of Nascency', 'Mockery of Nature', 'Fevered Visions', 'Serene Steward', 'Sultai Emissary', 'Benalish Honor Guard', 'Jester''s Scepter', 'Herald of Torment', 'Blackblade Reforged', 'Sensei Golden-Tail', 'Advent of the Wurm', 'Tatyova, Benthic Druid', 'Grozoth', 'Dissipate', 'Spelltwine', 'Psychic Strike', 'Drownyard Behemoth', 'Bygone Bishop', 'Planar Outburst', 'Moratorium Stone', 'Sprouting Thrinax', 'Sin Collector', 'Loxodon Hierarch', 'Meandering River', 'Seal of Doom', 'Riot Control', 'Psychic Drain', 'Hanweir Militia Captain', 'Rootwater Depths', 'Opulent Palace', 'Cartouche of Strength', 'Tome Scour', 'Prophetic Bolt', 'Grim Haruspex', 'Teferi''s Moat', 'Watchers of the Dead', 'Spark Spray', 'Howling Golem', 'Wretched Gryff', 'Fabrication Module', 'Yavimaya Hollow', 'Wrecking Ball', 'Artificer''s Epiphany', 'Seal of Primordium', 'Trail of Evidence', 'Confiscate', 'Dead Weight', 'Qasali Ambusher', 'Deeproot Waters', 'Magus of the Future', 'Woodland Stream', 'Cascading Cataracts', 'Void Shatter', 'Mercurial Pretender', 'Shaman en-Kor', 'Vendetta', 'Mystic Monastery', 'Slice and Dice', 'Invasive Surgery', 'Primal Druid', 'Nomad Outpost', 'Flame Jab', 'Cloudblazer', 'Cloudcrest Lake', 'Shriekgeist', 'Martyr of Frost', 'Striped Riverwinder', 'Spawning Pool', 'Fleetwheel Cruiser', 'Lantern Kami', 'Gird for Battle', 'Grimoire Thief', 'Autochthon Wurm', 'Narcolepsy', 'Moment of Craving', 'Compulsive Research', 'Ancient Amphitheater', 'Servo Exhibition', 'Urza''s Ruinous Blast', 'Sky Hussar', 'Stasis Snare', 'Prepare // Fight', 'Trial of Ambition', 'Danitha Capashen, Paragon', 'Gorgon''s Head', 'Final Judgment', 'River Sneak', 'Goblin Settler', 'Commune with Nature', 'Rupture Spire', 'Cackling Counterpart', 'Bloodwater Entity', 'Memorial to Genius', 'Brain Maggot', 'Choked Estuary', 'Foreboding Ruins', 'Kopala, Warden of Waves', 'Benefaction of Rhonas', 'Consuming Aberration', 'Ulcerate', 'Kindle', 'Narcomoeba', 'Hermit Druid', 'Leechridden Swamp', 'Pianna, Nomad Captain', 'Felhide Spiritbinder', 'Astral Slide', 'Vivid Meadow', 'Urborg', 'Skirsdag High Priest', 'Waterveil Cavern', 'Arvad the Cursed', 'Edge of Autumn', 'Hammer of Bogardan', 'Asylum Visitor', 'Boros Challenger', 'Pillar of Flame', 'Burning Oil', 'Necropolis Fiend', 'Rattleclaw Mystic', 'High Priest of Penance', 'Glorious Anthem', 'Haunting Echoes', 'Shuko', 'Hellhole Flailer', 'Last Gasp', 'Protean Hydra', 'Clone', 'Vexing Scuttler', 'Lonely Sandbar', 'Followed Footsteps', 'Nullify', 'Salvage Titan', 'Felidar Guardian', 'Advanced Stitchwing', 'Gigantomancer', 'Prognostic Sphinx', 'Bubbling Cauldron', 'Tracker''s Instincts', 'Scoured Barrens', 'Chief of the Foundry', 'Ogre Slumlord', 'Skirk Ridge Exhumer', 'Gruul Signet', 'Trusty Machete', 'Rustwing Falcon', 'Sram''s Expertise', 'Dimir Guildgate', 'Bounty of the Luxa', 'Molten Primordial', 'Mirko Vosk, Mind Drinker', 'Vicious Conquistador', 'Jwar Isle Refuge', 'Emeria Angel', 'Wonder', 'Kuro, Pitlord', 'Entomber Exarch', 'Makeshift Mannequin', 'Carrier Thrall', 'Drowned Secrets', 'Forbid', 'Kalastria Healer', 'Noose Constrictor', 'Power Sink', 'Draining Whelk', 'Exile', 'Captain''s Claws', 'Gatekeeper of Malakir', 'Dack''s Duplicate', 'Altar''s Reap', 'Protean Raider', 'Plumeveil', 'Blisterpod', 'Repeal', 'Cataclysmic Gearhulk', 'Avoid Fate', 'Benevolent Bodyguard', 'Kentaro, the Smiling Cat', 'Loyal Pegasus', 'Oona''s Grace', 'Docent of Perfection', 'Mercurial Chemister', 'Dreg Mangler', 'Kemba, Kha Regent', 'Vivid Grove', 'Necrotic Wound', 'Tragic Lesson', 'Planar Cleansing', 'Dread Statuary', 'Sundering Growth', 'Whirler Virtuoso', 'Pyramid of the Pantheon', 'Psychatog', 'Kitesail Scout', 'Hada Freeblade', 'Seeker of the Way', 'Gilded Light', 'Restoration Specialist', 'Cryptoplasm', 'Baleful Ammit', 'Faith of the Devoted', 'Stuffy Doll', 'Psychic Spiral', 'Phylactery Lich', 'Insidious Will', 'Aven Skirmisher', 'Festering Newt', 'Night Market Lookout', 'Aquitect''s Will', 'Blighted Fen', 'Cultivator''s Caravan', 'Sculpting Steel', 'Bogbrew Witch', 'Hypothesizzle', 'Cephalid Illusionist', 'Endless Ranks of the Dead', 'Urza''s Factory', 'Grasping Scoundrel', 'Kor Outfitter', 'Glint Hawk Idol', 'Tribute to Hunger', 'Circuitous Route', 'Lich''s Mastery', 'Increasing Confusion', 'Grasp of Darkness', 'Scepter of Fugue', 'Thopter Spy Network', 'Jace''s Ingenuity', 'Dread Return', 'Summoner''s Egg', 'Oona, Queen of the Fae', 'Hour of Revelation', 'Psychotic Episode', 'Gilded Lotus', 'Selesnya Guildmage', 'Stolen Identity', 'Last Breath', 'Magister of Worth', 'Engulf the Shore', 'Flameshadow Conjuring', 'Mangara of Corondor', 'Regal Caracal', 'Terra Stomper', 'Pilfered Plans', 'Immortal Servitude', 'Whispers of the Muse', 'Tragic Arrogance', 'Djeru''s Renunciation', 'Dream Twist', 'Dreadship Reef', 'Journeyer''s Kite', 'Connive // Concoct', 'Veil of Secrecy', 'Conqueror''s Galleon', 'Fungal Infection', 'Winds of Rebuke', 'Careful Consideration', 'Desecration Demon', 'Blood Scrivener', 'Armament Master', 'Elemental Bond', 'Spined Thopter', 'Metalwork Colossus', 'Thawing Glaciers', 'Cloudgoat Ranger', 'Weight of Memory', 'Sylvan Advocate', 'Rakdos Guildgate', 'Aether Swooper', 'Wretched Banquet', 'Millstone', 'Cruel Reality', 'Clash of Wills', 'Scent of Brine', 'Bogardan Hellkite', 'Aryel, Knight of Windgrace', 'Ulvenwald Tracker', 'Selesnya Signet', 'Smother', 'Toolcraft Exemplar', 'Sultai Charm', 'Charmbreaker Devils', 'Masticore', 'Exava, Rakdos Blood Witch', 'Separatist Voidmage', 'Altered Ego', 'Distress', 'Take Inventory', 'Spiketail Hatchling', 'Sandsteppe Citadel', 'Flaying Tendrils', 'Bone Saw', 'Stromkirk Condemned', 'Woodland Wanderer', 'Snapback', 'Lake of the Dead', 'Agony Warp', 'Rampant Growth', 'Scrabbling Claws', 'Mindstorm Crown', 'Teshar, Ancestor''s Apostle', 'Rakshasa Deathdealer', 'Indulgent Aristocrat', 'March from the Tomb', 'Story Circle', 'Vitu-Ghazi, the City-Tree', 'Declaration in Stone', 'Blighted Woodland', 'Kjeldoran Outpost', 'Incendiary Flow', 'Duskmantle, House of Shadow', 'Hallowed Moonlight', 'Enclave Elite', 'Renewed Faith', 'Temur Ascendancy', 'Soul Foundry', 'Transgress the Mind', 'Stitch Together', 'Empyreal Voyager', 'From Under the Floorboards', 'Crumbling Vestige', 'Grow from the Ashes', 'Sphere of the Suns', 'Chandra''s Ignition', 'Thunderbolt', 'Utter End', 'Sygg, River Guide', 'Diabolic Tutor', 'Expedition Envoy', 'Aven Riftwatcher', 'Rishkar''s Expertise', 'World Shaper', 'Saheeli''s Artistry', 'Brain Freeze', 'Charge', 'Orzhov Charm', 'Quasiduplicate', 'Bloodsoaked Champion', 'Remove Soul', 'Scatter to the Winds', 'Healer''s Hawk', 'Banewhip Punisher', 'Call the Bloodline', 'Cadaver Imp', 'Hordeling Outburst', 'Lashweed Lurker', 'Ayli, Eternal Pilgrim', 'Consume the Meek', 'Decoction Module', 'Fiery Impulse', 'Heart-Piercer Bow', 'Salvager of Secrets', 'Sunbird''s Invocation', 'Wharf Infiltrator', 'Shrine of the Forsaken Gods', 'Savage Lands', 'Starstorm', 'Kitesail Apprentice', 'Blighted Cataract', 'Bloodthrone Vampire', 'Stone Haven Medic', 'Duskborne Skymarcher', 'Memorial to War', 'Encroaching Wastes', 'Stone Haven Outfitter', 'Scatter Arc', 'Secluded Steppe', 'Hour of Eternity', 'Phantasmal Bear', 'Evolving Wilds', 'Talent of the Telepath', 'Web of Inertia', 'Attune with Aether', 'Haunted Dead', 'Elixir of Immortality', 'Precognition Field', 'Ashenmoor Gouger', 'Heir of Falkenrath', 'Reef Shaman', 'Merrow Harbinger', 'Azra Bladeseeker', 'Shrine of Loyal Legions', 'Bojuka Brigand', 'Kor Duelist', 'Brine Elemental', 'Crumbling Necropolis', 'Naga Vitalist', 'Ondu Giant', 'Thraben Doomsayer', 'Memory Sluice', 'Scourglass', 'True Believer', 'Unsummon', 'Geistflame', 'Pilgrim''s Eye', 'Zulaport Cutthroat', 'Banishing Light', 'Ravenous Rats', 'Suntail Hawk', 'Read the Bones', 'Shimian Specter', 'Lotleth Giant', 'Murderous Cut', 'Azorius Guildgate', 'Grove of the Guardian', 'Faerie Trickery', 'Krosan Tusker', 'Chained to the Rocks', 'Simic Guildgate', 'Tempered Steel', 'Desert of the Glorified', 'Executioner''s Capsule', 'Confirm Suspicions', 'Anticipate', 'Curse of the Swine', 'Traxos, Scourge of Kroog', 'Spear of Heliod', 'Tidal Warrior', 'Topplegeist', 'Vivid Marsh', 'Putrid Imp', 'Phantom Nomad', 'Consuming Vapors', 'Falkenrath Noble', 'Painful Truths', 'Supernatural Stamina', 'Always Watching', 'Boggart Harbinger', 'Palace Familiar', 'Diluvian Primordial', 'Halimar Wavewatch', 'Grenzo, Dungeon Warden', 'Hidden Stockpile', 'Paranoid Delusions', 'Tranquil Garden', 'Smokestack', 'Longtusk Cub', 'Revitalize', 'Identity Thief', 'Lightning Rift', 'Stone Quarry', 'Curious Homunculus', 'Inner Demon', 'Court Homunculus', 'Broken Bond', 'Prophet of Kruphix', 'Chromatic Lantern', 'Sphinx of Uthuun', 'Trial of Knowledge', 'Desert of the Fervent', 'Izzet Guildgate', 'Unwind', 'Memorial to Unity', 'Sangrophage', 'Precinct Captain', 'Join the Ranks', 'Open the Armory', 'Putrefy', 'Treasure Cruise', 'Tormenting Voice', 'Gruul Guildgate', 'Bane of Bala Ged', 'Unknown Shores', 'Rugged Highlands', 'Cryptborn Horror', 'Arrogant Wurm', 'Curse of Death''s Hold', 'White Sun''s Zenith', 'Foul Emissary', 'Vampiric Rites', 'Driven // Despair', 'Vesuvan Shapeshifter', 'Crystal Ball', 'The Mending of Dominaria', 'Circu, Dimir Lobotomist', 'Gateway Plaza', 'Mind Grind', 'Epochrasite', 'Manta Riders', 'Faith''s Fetters', 'Academy Elite', 'Sage''s Row Denizen', 'Sigarda''s Aid', 'Helm of the Host', 'Soul Exchange', 'Merfolk Sovereign', 'Garza Zol, Plague Queen', 'Drana''s Emissary', 'Weaponcraft Enthusiast', 'Warleader''s Helix', 'Rogue''s Passage', 'Summon the School', 'Radiant Flames', 'Khalni Gem', 'Highland Lake', 'Concentrate', 'Increasing Savagery', 'Bile Blight', 'Intet, the Dreamer', 'Galvanic Bombardment', 'Channeler Initiate', 'Augury Owl', 'Golgari Guildgate', 'Invigorated Rampage', 'Vampire Cutthroat', 'Steel Sabotage', 'Saving Grace', 'Spellheart Chimera', 'Basking Rootwalla', 'Kederekt Leviathan', 'Rogue Refiner', 'Addle', 'Underworld Cerberus', 'Hellrider'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 618.3, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (202.5 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Circu, Dimir Lobotomist', 'Oona''s Grace', 'Increasing Savagery', 'Masticore', 'Tempered Steel', 'Pyramid of the Pantheon', 'Makeshift Mannequin', 'Protean Hydra', 'Sundering Growth', 'Hellrider', 'Circuitous Route', 'Scourglass', 'Clone', 'Kjeldoran Outpost', 'Thopter Spy Network', 'Summon the School', 'Grasp of Darkness', 'Stone Quarry', 'Protean Raider', 'Altered Ego', 'Toolcraft Exemplar', 'Hada Freeblade', 'Festering Newt', 'Vampiric Rites', 'Kederekt Leviathan', 'Choked Estuary', 'Sphere of the Suns', 'Rugged Highlands', 'Cataclysmic Gearhulk', 'Followed Footsteps', 'Noose Constrictor', 'Vitu-Ghazi, the City-Tree', 'Pianna, Nomad Captain', 'Foul Emissary', 'Salvager of Secrets', 'Expedition Envoy', 'Dissipate', 'Goblin Settler', 'Insidious Will', 'Dream Twist', 'Kemba, Kha Regent', 'Memorial to War', 'Docent of Perfection', 'Curse of Death''s Hold', 'Hidden Stockpile', 'Exile', 'Dreg Mangler', 'Gatekeeper of Malakir', 'Urza''s Factory', 'Waterveil Cavern', 'Consuming Aberration', 'Galvanic Bombardment', 'Kalastria Healer', 'Zulaport Cutthroat', 'Shuko', 'Unknown Shores', 'Scrabbling Claws', 'Vexing Scuttler', 'Serene Steward', 'Commune with Nature', 'Sprouting Thrinax', 'Flaying Tendrils', 'Rakdos Guildgate', 'Spined Thopter', 'Smother', 'Hour of Eternity', 'Kentaro, the Smiling Cat', 'Arvad the Cursed', 'Chandra''s Ignition', 'Endless Ranks of the Dead', 'Cackling Counterpart', 'Quasiduplicate', 'Blighted Fen', 'Howling Golem', 'Last Breath', 'Nullify', 'Reef Shaman', 'Bojuka Brigand', 'Pilfered Plans', 'Cloudgoat Ranger', 'Confirm Suspicions', 'Kitesail Scout', 'River Sneak', 'Vampire Cutthroat', 'Saving Grace', 'Grenzo, Dungeon Warden', 'Secluded Steppe', 'Always Watching', 'Bone Saw', 'Inner Demon', 'Heart-Piercer Bow', 'Djeru''s Renunciation', 'Clash of Wills', 'Brain Maggot', 'Empyreal Voyager', 'Scatter Arc', 'Felidar Guardian', 'Night Market Lookout', 'Void Shatter', 'Oona, Queen of the Fae', 'Fungal Infection', 'Faerie Trickery', 'Fevered Visions', 'Asylum Visitor', 'Sunbird''s Invocation', 'Mirko Vosk, Mind Drinker', 'Meandering River', 'Narcolepsy', 'Smokestack', 'Faith of the Devoted', 'Shaman en-Kor', 'Shimian Specter', 'Whirler Virtuoso', 'Sensei Golden-Tail', 'Kuro, Pitlord', 'Bloodsoaked Champion', 'Utter End', 'Grove of the Guardian', 'Spark Spray', 'Cartouche of Strength', 'Whispers of the Muse', 'Stasis Snare', 'Teferi''s Moat', 'Necropolis Fiend', 'Advent of the Wurm', 'Join the Ranks', 'Take Inventory', 'Phylactery Lich', 'Fleetwheel Cruiser', 'Gird for Battle', 'Jace''s Ingenuity', 'Bogardan Hellkite', 'Trial of Ambition', 'Flameshadow Conjuring', 'Indulgent Aristocrat', 'Steel Sabotage', 'Sandsteppe Citadel', 'Cruel Reality', 'Sram''s Expertise', 'Scatter to the Winds', 'Increasing Confusion', 'Hordeling Outburst', 'Forbid', 'Executioner''s Capsule', 'Rogue''s Passage', 'Prophet of Kruphix', 'Ashenmoor Gouger', 'Channeler Initiate', 'Geistflame', 'Ondu Giant', 'Lantern Kami', 'Murderous Cut', 'Kopala, Warden of Waves', 'Open the Armory', 'Moratorium Stone', 'Wharf Infiltrator', 'Urborg', 'Warleader''s Helix', 'Snapback', 'Broken Bond', 'Mockery of Nature', 'Autochthon Wurm', 'Cloudcrest Lake', 'Weight of Memory', 'Epochrasite', 'Stone Haven Medic', 'Dread Statuary', 'Fabrication Module', 'Chromatic Lantern', 'Incendiary Flow', 'True Believer', 'Gigantomancer', 'Tatyova, Benthic Druid', 'Renewed Faith', 'Blighted Cataract', 'Salvage Titan', 'Radiant Flames', 'Ayli, Eternal Pilgrim', 'From Under the Floorboards', 'Academy Elite', 'Prophetic Bolt', 'Power Sink', 'Longtusk Cub', 'Martyr of Frost', 'Paranoid Delusions', 'Sangrophage', 'Duskborne Skymarcher', 'Revitalize', 'Advanced Stitchwing', 'Prepare // Fight', 'Gateway Plaza', 'Boros Challenger', 'Spellheart Chimera', 'Riot Control', 'Talent of the Telepath', 'Edge of Autumn', 'Web of Inertia', 'Enclave Elite', 'Moment of Craving', 'Aven Skirmisher', 'March from the Tomb', 'Armament Master', 'Cephalid Illusionist', 'Hypothesizzle', 'Sygg, River Guide', 'Ancient Amphitheater', 'Krosan Tusker', 'Agony Warp', 'Desert of the Glorified', 'Ravenous Rats', 'Addle', 'Manta Riders', 'Bloodwater Entity', 'Connive // Concoct', 'Crumbling Necropolis', 'Hellhole Flailer', 'Diluvian Primordial', 'Vesuvan Shapeshifter', 'Metalwork Colossus', 'Rogue Refiner', 'Memorial to Unity', 'Wretched Gryff', 'Kor Duelist', 'Necrotic Wound', 'Draining Whelk', 'Court Homunculus', 'Savage Lands', 'Halimar Wavewatch', 'Teshar, Ancestor''s Apostle', 'Gorgon''s Head', 'Artificer''s Epiphany', 'Memorial to Genius', 'Loyal Pegasus', 'Sultai Charm', 'Tribute to Hunger', 'Baleful Ammit', 'Sage''s Row Denizen', 'Augury Owl', 'Benalish Honor Guard', 'Precognition Field', 'Gilded Light', 'Lotleth Giant', 'Drownyard Behemoth', 'Hanweir Militia Captain', 'Decoction Module', 'Grow from the Ashes', 'Trial of Knowledge', 'Seal of Primordium', 'Stone Haven Outfitter', 'Cultivator''s Caravan', 'Tragic Arrogance', 'Trusty Machete', 'Aryel, Knight of Windgrace', 'Rustwing Falcon', 'Jester''s Scepter', 'Spear of Heliod', 'Highland Lake', 'Dreadship Reef', 'Invigorated Rampage', 'Blisterpod', 'Intet, the Dreamer', 'Remove Soul', 'Molten Primordial', 'Falkenrath Noble', 'Bogbrew Witch', 'The Mending of Dominaria', 'Prognostic Sphinx', 'Careful Consideration', 'Banishing Light', 'Winds of Rebuke', 'Aven Riftwatcher', 'Topplegeist', 'Garza Zol, Plague Queen', 'Repeal', 'Scoured Barrens', 'Suntail Hawk', 'Shriekgeist', 'Painful Truths', 'Merfolk Sovereign', 'Benevolent Bodyguard', 'Compulsive Research', 'Sultai Emissary', 'Avoid Fate', 'Shrine of the Forsaken Gods', 'Stitch Together', 'Dead Weight', 'Psychic Strike', 'Healer''s Hawk', 'Vivid Grove', 'Merrow Harbinger', 'Sculpting Steel', 'Orzhov Charm', 'Deeproot Waters', 'Haunted Dead', 'Grimoire Thief', 'Glorious Anthem', 'Gilded Lotus', 'Chained to the Rocks', 'Narcomoeba', 'Conqueror''s Galleon', 'Putrid Imp', 'Loxodon Hierarch', 'Precinct Captain', 'Declaration in Stone', 'World Shaper', 'Blood Scrivener', 'Glint Hawk Idol', 'Watchers of the Dead', 'Grozoth', 'Supernatural Stamina', 'Bane of Bala Ged', 'Danitha Capashen, Paragon', 'Carrier Thrall', 'Sin Collector', 'Bygone Bishop', 'Cryptoplasm', 'Dimir Guildgate', 'Yavimaya Hollow', 'Emeria Angel', 'Vicious Conquistador', 'Unsummon', 'Golgari Guildgate', 'Benefaction of Rhonas', 'Entomber Exarch', 'Rishkar''s Expertise', 'Distress', 'Woodland Stream', 'Urza''s Ruinous Blast', 'Driven // Despair', 'Woodland Wanderer', 'Stuffy Doll', 'Banewhip Punisher', 'Plumeveil', 'Read the Bones', 'Mindstorm Crown', 'Mystic Monastery', 'Pillar of Flame', 'Elixir of Immortality', 'Psychic Spiral', 'Temur Ascendancy', 'Dread Return', 'Elemental Bond', 'Treasure Cruise', 'Sigarda''s Aid', 'Regal Caracal', 'Tormenting Voice', 'Phantasmal Bear', 'Rootwater Depths', 'Charge', 'Psychatog', 'Veil of Secrecy', 'Restoration Specialist', 'Azra Bladeseeker', 'Helm of the Host', 'White Sun''s Zenith', 'Last Gasp', 'Tranquil Garden', 'Stolen Identity', 'Planar Cleansing', 'Hermit Druid', 'Selesnya Guildmage', 'Duskmantle, House of Shadow', 'Magus of the Future', 'Crystal Ball', 'Wrecking Ball', 'Bounty of the Luxa', 'Slice and Dice', 'Grasping Scoundrel', 'Flame Jab', 'Diabolic Tutor', 'Lake of the Dead', 'Skirk Ridge Exhumer', 'Saheeli''s Artistry', 'Memory Sluice', 'Vivid Meadow', 'Trail of Evidence', 'Mercurial Pretender', 'Call the Bloodline', 'Final Judgment', 'Thraben Doomsayer', 'Chief of the Foundry', 'Engulf the Shore', 'Aether Swooper', 'Azorius Guildgate', 'Jwar Isle Refuge', 'Rampant Growth', 'Cadaver Imp', 'Herald of Torment', 'Simic Guildgate', 'Servo Exhibition', 'Cascading Cataracts', 'Nomad Outpost', 'Stromkirk Condemned', 'Kitesail Apprentice', 'Anticipate', 'Curse of the Swine', 'Identity Thief', 'Millstone', 'Dack''s Duplicate', 'Blighted Woodland', 'Fiery Impulse', 'Scent of Brine', 'Heir of Falkenrath', 'Kindle', 'High Priest of Penance', 'Immortal Servitude', 'Lightning Rift', 'Crumbling Vestige', 'Faith''s Fetters', 'Terra Stomper', 'Rakshasa Deathdealer', 'Underworld Cerberus', 'Seal of Doom', 'Thunderbolt', 'Story Circle', 'Journeyer''s Kite', 'Brine Elemental', 'Invasive Surgery', 'Qasali Ambusher', 'Cloudblazer', 'Soul Foundry', 'Opulent Palace', 'Altar''s Reap', 'Haunting Echoes', 'Bubbling Cauldron', 'Astral Slide', 'Weaponcraft Enthusiast', 'Captain''s Claws', 'Drowned Secrets', 'Tracker''s Instincts', 'Kor Outfitter', 'Ulcerate', 'Desecration Demon', 'Tidal Warrior', 'Sylvan Advocate', 'Spawning Pool', 'Burning Oil', 'Lonely Sandbar', 'Striped Riverwinder', 'Vessel of Nascency', 'Mercurial Chemister', 'Vivid Marsh', 'Bloodthrone Vampire', 'Summoner''s Egg', 'Hallowed Moonlight', 'Ogre Slumlord', 'Grim Haruspex', 'Attune with Aether', 'Tome Scour', 'Bile Blight', 'Encroaching Wastes', 'Naga Vitalist', 'Boggart Harbinger', 'Basking Rootwalla', 'Wonder', 'Unwind', 'Tragic Lesson', 'Rattleclaw Mystic', 'Palace Familiar', 'Sphinx of Uthuun', 'Blackblade Reforged', 'Hour of Revelation', 'Charmbreaker Devils', 'Gruul Guildgate', 'Primal Druid', 'Starstorm', 'Curious Homunculus', 'Consume the Meek', 'Pilgrim''s Eye', 'Gruul Signet', 'Spelltwine', 'Spiketail Hatchling', 'Psychic Drain', 'Desert of the Fervent', 'Lich''s Mastery', 'Shrine of Loyal Legions', 'Scepter of Fugue', 'Mesmeric Fiend', 'Separatist Voidmage', 'Consuming Vapors', 'Selesnya Signet', 'Mind Grind', 'Khalni Gem', 'Arrogant Wurm', 'Hammer of Bogardan', 'Putrefy', 'Transgress the Mind', 'Vendetta', 'Skirsdag High Priest', 'Concentrate', 'Thawing Glaciers', 'Phantom Nomad', 'Foreboding Ruins', 'Aquitect''s Will', 'Leechridden Swamp', 'Traxos, Scourge of Kroog', 'Wretched Banquet', 'Felhide Spiritbinder', 'Izzet Guildgate', 'Confiscate', 'Sky Hussar', 'Soul Exchange', 'Planar Outburst', 'Exava, Rakdos Blood Witch', 'Rupture Spire', 'Cryptborn Horror', 'Magister of Worth', 'Brain Freeze', 'Lashweed Lurker', 'Evolving Wilds', 'Drana''s Emissary', 'Seeker of the Way', 'Psychotic Episode', 'Mangara of Corondor', 'Ulvenwald Tracker'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 202.5, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (149.1 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Inner Demon', 'Stitch Together', 'Spear of Heliod', 'Incendiary Flow', 'Scatter to the Winds', 'Chandra''s Ignition', 'Mangara of Corondor', 'Evolving Wilds', 'Trusty Machete', 'Stone Quarry', 'Dread Return', 'Primal Druid', 'Enclave Elite', 'Separatist Voidmage', 'Unsummon', 'Vesuvan Shapeshifter', 'Bone Saw', 'Scourglass', 'Molten Primordial', 'Tragic Lesson', 'Gigantomancer', 'Executioner''s Capsule', 'Draining Whelk', 'Attune with Aether', 'Dead Weight', 'Altar''s Reap', 'Traxos, Scourge of Kroog', 'Temur Ascendancy', 'Spiketail Hatchling', 'Fleetwheel Cruiser', 'Garza Zol, Plague Queen', 'Skirk Ridge Exhumer', 'Channeler Initiate', 'Hada Freeblade', 'Glint Hawk Idol', 'Vicious Conquistador', 'World Shaper', 'Rishkar''s Expertise', 'Final Judgment', 'Moratorium Stone', 'Precinct Captain', 'Ashenmoor Gouger', 'Thraben Doomsayer', 'Magus of the Future', 'Aryel, Knight of Windgrace', 'Benevolent Bodyguard', 'Topplegeist', 'River Sneak', 'Compulsive Research', 'Bloodwater Entity', 'Curse of Death''s Hold', 'Indulgent Aristocrat', 'Memory Sluice', 'Hidden Stockpile', 'Phylactery Lich', 'Toolcraft Exemplar', 'Kor Outfitter', 'Vivid Grove', 'Desert of the Glorified', 'Supernatural Stamina', 'Bounty of the Luxa', 'Bygone Bishop', 'Psychotic Episode', 'Phantom Nomad', 'Psychic Drain', 'Read the Bones', 'Krosan Tusker', 'Putrid Imp', 'Whispers of the Muse', 'Felhide Spiritbinder', 'Chromatic Lantern', 'Putrefy', 'Aven Skirmisher', 'Protean Raider', 'Izzet Guildgate', 'Avoid Fate', 'Pilfered Plans', 'Helm of the Host', 'Blighted Woodland', 'Stone Haven Medic', 'Lightning Rift', 'Brain Freeze', 'Blisterpod', 'Rakshasa Deathdealer', 'Millstone', 'Noose Constrictor', 'Stromkirk Condemned', 'Prophet of Kruphix', 'Bile Blight', 'Heart-Piercer Bow', 'Suntail Hawk', 'Loyal Pegasus', 'Warleader''s Helix', 'Story Circle', 'Savage Lands', 'Last Gasp', 'Entomber Exarch', 'Tidal Warrior', 'Highland Lake', 'Hour of Eternity', 'Open the Armory', 'Identity Thief', 'Brine Elemental', 'Selesnya Signet', 'Basking Rootwalla', 'Scent of Brine', 'Faith''s Fetters', 'Bane of Bala Ged', 'Lotleth Giant', 'Narcomoeba', 'Woodland Stream', 'Shrine of Loyal Legions', 'Edge of Autumn', 'Wrecking Ball', 'Gilded Light', 'Careful Consideration', 'Lashweed Lurker', 'Skirsdag High Priest', 'Academy Elite', 'Herald of Torment', 'Scatter Arc', 'Distress', 'Boggart Harbinger', 'Hypothesizzle', 'Makeshift Mannequin', 'Treasure Cruise', 'Sensei Golden-Tail', 'Saving Grace', 'Aquitect''s Will', 'Clash of Wills', 'Curse of the Swine', 'Striped Riverwinder', 'Hammer of Bogardan', 'Addle', 'Scrabbling Claws', 'Cultivator''s Caravan', 'Hellrider', 'Jace''s Ingenuity', 'Vampiric Rites', 'Benalish Honor Guard', 'Simic Guildgate', 'Vessel of Nascency', 'Altered Ego', 'Whirler Virtuoso', 'Merrow Harbinger', 'Unknown Shores', 'Azorius Guildgate', 'Longtusk Cub', 'Prophetic Bolt', 'Kalastria Healer', 'From Under the Floorboards', 'Thopter Spy Network', 'Dream Twist', 'Choked Estuary', 'Paranoid Delusions', 'Gateway Plaza', 'Memorial to Unity', 'Stuffy Doll', 'Diabolic Tutor', 'Opulent Palace', 'Shrine of the Forsaken Gods', 'Tatyova, Benthic Druid', 'Hour of Revelation', 'Necropolis Fiend', 'Grasping Scoundrel', 'Urza''s Factory', 'Psychatog', 'Aven Riftwatcher', 'Summon the School', 'Gilded Lotus', 'Saheeli''s Artistry', 'Scepter of Fugue', 'Carrier Thrall', 'Kemba, Kha Regent', 'Seeker of the Way', 'Smother', 'Tormenting Voice', 'Vendetta', 'Weaponcraft Enthusiast', 'Duskmantle, House of Shadow', 'Cackling Counterpart', 'Anticipate', 'Kitesail Apprentice', 'Pillar of Flame', 'Intet, the Dreamer', 'Benefaction of Rhonas', 'Soul Exchange', 'Invigorated Rampage', 'Servo Exhibition', 'Fiery Impulse', 'Cadaver Imp', 'Secluded Steppe', 'Decoction Module', 'Memorial to War', 'Hanweir Militia Captain', 'Shimian Specter', 'Shuko', 'Asylum Visitor', 'Expedition Envoy', 'Epochrasite', 'Leechridden Swamp', 'Autochthon Wurm', 'Hermit Druid', 'Grim Haruspex', 'Wharf Infiltrator', 'Gruul Guildgate', 'Waterveil Cavern', 'Spark Spray', 'Drowned Secrets', 'Kentaro, the Smiling Cat', 'Yavimaya Hollow', 'Ayli, Eternal Pilgrim', 'Cephalid Illusionist', 'Precognition Field', 'Night Market Lookout', 'Rogue Refiner', 'Sram''s Expertise', 'Arrogant Wurm', 'Insidious Will', 'Charmbreaker Devils', 'Sylvan Advocate', 'Spellheart Chimera', 'Sangrophage', 'Tempered Steel', 'Psychic Strike', 'Cryptborn Horror', 'Grenzo, Dungeon Warden', 'Teshar, Ancestor''s Apostle', 'Advent of the Wurm', 'Tribute to Hunger', 'Desecration Demon', 'Glorious Anthem', 'Rampant Growth', 'Bubbling Cauldron', 'Summoner''s Egg', 'Vitu-Ghazi, the City-Tree', 'Metalwork Colossus', 'Sunbird''s Invocation', 'Sigarda''s Aid', 'Stasis Snare', 'Murderous Cut', 'Planar Outburst', 'Goblin Settler', 'Emeria Angel', 'Galvanic Bombardment', 'Mirko Vosk, Mind Drinker', 'Broken Bond', 'Sculpting Steel', 'Gird for Battle', 'Shriekgeist', 'Declaration in Stone', 'Bloodthrone Vampire', 'Prognostic Sphinx', 'Pianna, Nomad Captain', 'Nullify', 'High Priest of Penance', 'Narcolepsy', 'Foul Emissary', 'Consuming Aberration', 'Kuro, Pitlord', 'Salvage Titan', 'Grasp of Darkness', 'Kindle', 'Danitha Capashen, Paragon', 'Masticore', 'Transgress the Mind', 'Kederekt Leviathan', 'Urborg', 'Duskborne Skymarcher', 'Ravenous Rats', 'Qasali Ambusher', 'Martyr of Frost', 'Forbid', 'Thunderbolt', 'Merfolk Sovereign', 'Cartouche of Strength', 'Flaying Tendrils', 'Foreboding Ruins', 'Naga Vitalist', 'Rogue''s Passage', 'True Believer', 'Manta Riders', 'Haunting Echoes', 'Augury Owl', 'Serene Steward', 'Sage''s Row Denizen', 'Scoured Barrens', 'Slice and Dice', 'Jwar Isle Refuge', 'Kopala, Warden of Waves', 'Grow from the Ashes', 'Rugged Highlands', 'Wretched Gryff', 'Dreg Mangler', 'Revitalize', 'Rakdos Guildgate', 'Steel Sabotage', 'Concentrate', 'Flame Jab', 'Starstorm', 'Grozoth', 'Blood Scrivener', 'Ancient Amphitheater', 'Chief of the Foundry', 'Trial of Ambition', 'Sky Hussar', 'Tome Scour', 'Geistflame', 'Connive // Concoct', 'Mesmeric Fiend', 'Artificer''s Epiphany', 'Join the Ranks', 'Sandsteppe Citadel', 'Brain Maggot', 'Exava, Rakdos Blood Witch', 'Void Shatter', 'Remove Soul', 'Orzhov Charm', 'Sin Collector', 'Lake of the Dead', 'Hordeling Outburst', 'Woodland Wanderer', 'Flameshadow Conjuring', 'Dissipate', 'Haunted Dead', 'Lich''s Mastery', 'Call the Bloodline', 'Zulaport Cutthroat', 'Burning Oil', 'Confirm Suspicions', 'Empyreal Voyager', 'Mind Grind', 'Cloudcrest Lake', 'Consuming Vapors', 'Diluvian Primordial', 'Increasing Confusion', 'Power Sink', 'Psychic Spiral', 'Wretched Banquet', 'Armament Master', 'Elixir of Immortality', 'Cloudblazer', 'Mindstorm Crown', 'Phantasmal Bear', 'Docent of Perfection', 'Djeru''s Renunciation', 'Sphinx of Uthuun', 'Lantern Kami', 'Crumbling Necropolis', 'Confiscate', 'Invasive Surgery', 'Exile', 'Hellhole Flailer', 'Oona, Queen of the Fae', 'Golgari Guildgate', 'Dread Statuary', 'Sundering Growth', 'Charge', 'Winds of Rebuke', 'The Mending of Dominaria', 'Rootwater Depths', 'Take Inventory', 'Endless Ranks of the Dead', 'Azra Bladeseeker', 'Salvager of Secrets', 'Festering Newt', 'Veil of Secrecy', 'Reef Shaman', 'Drownyard Behemoth', 'Astral Slide', 'Spelltwine', 'Banishing Light', 'Meandering River', 'Planar Cleansing', 'Kitesail Scout', 'Unwind', 'Drana''s Emissary', 'Weight of Memory', 'Moment of Craving', 'Clone', 'Desert of the Fervent', 'Lonely Sandbar', 'Pyramid of the Pantheon', 'Sygg, River Guide', 'Vivid Marsh', 'Dack''s Duplicate', 'Teferi''s Moat', 'Blighted Cataract', 'Palace Familiar', 'Jester''s Scepter', 'Blackblade Reforged', 'Terra Stomper', 'Bogardan Hellkite', 'Web of Inertia', 'Circuitous Route', 'Fungal Infection', 'Loxodon Hierarch', 'Followed Footsteps', 'Curious Homunculus', 'Seal of Primordium', 'Stone Haven Outfitter', 'Nomad Outpost', 'Sphere of the Suns', 'Court Homunculus', 'Fabrication Module', 'Talent of the Telepath', 'Deeproot Waters', 'Crumbling Vestige', 'Blighted Fen', 'Encroaching Wastes', 'Captain''s Claws', 'Seal of Doom', 'Howling Golem', 'Bojuka Brigand', 'Bloodsoaked Champion', 'Cascading Cataracts', 'Renewed Faith', 'Vampire Cutthroat', 'Mystic Monastery', 'Gruul Signet', 'Restoration Specialist', 'Trial of Knowledge', 'Repeal', 'Pilgrim''s Eye', 'Khalni Gem', 'Cataclysmic Gearhulk', 'Cloudgoat Ranger', 'Rupture Spire', 'Soul Foundry', 'Spined Thopter', 'Riot Control', 'Ulvenwald Tracker', 'Last Breath', 'Cryptoplasm', 'Tranquil Garden', 'Aether Swooper', 'Faerie Trickery', 'Driven // Despair', 'Stolen Identity', 'Felidar Guardian', 'Circu, Dimir Lobotomist', 'Chained to the Rocks', 'Kor Duelist', 'Utter End', 'Commune with Nature', 'Thawing Glaciers', 'Cruel Reality', 'Fevered Visions', 'Agony Warp', 'Watchers of the Dead', 'Kjeldoran Outpost', 'Vivid Meadow', 'Arvad the Cursed', 'Magister of Worth', 'Mercurial Pretender', 'Sprouting Thrinax', 'Protean Hydra', 'Oona''s Grace', 'Advanced Stitchwing', 'Consume the Meek', 'Journeyer''s Kite', 'Sultai Charm', 'Grimoire Thief', 'Faith of the Devoted', 'Vexing Scuttler', 'Increasing Savagery', 'Elemental Bond', 'Grove of the Guardian', 'Tracker''s Instincts', 'Plumeveil', 'Quasiduplicate', 'Necrotic Wound', 'Crystal Ball', 'Hallowed Moonlight', 'Trail of Evidence', 'March from the Tomb', 'Ondu Giant', 'Painful Truths', 'Conqueror''s Galleon', 'Spawning Pool', 'Mercurial Chemister', 'Rattleclaw Mystic', 'Tragic Arrogance', 'Urza''s Ruinous Blast', 'Healer''s Hawk', 'Halimar Wavewatch', 'Heir of Falkenrath', 'Prepare // Fight', 'Rustwing Falcon', 'Radiant Flames', 'Smokestack', 'Always Watching', 'Ulcerate', 'Shaman en-Kor', 'Memorial to Genius', 'Wonder', 'Engulf the Shore', 'Gorgon''s Head', 'Dreadship Reef', 'Bogbrew Witch', 'Snapback', 'Baleful Ammit', 'Sultai Emissary', 'White Sun''s Zenith', 'Ogre Slumlord', 'Falkenrath Noble', 'Regal Caracal', 'Gatekeeper of Malakir', 'Selesnya Guildmage', 'Underworld Cerberus', 'Dimir Guildgate', 'Banewhip Punisher', 'Boros Challenger', 'Mockery of Nature', 'Immortal Servitude'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 149.1, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (160.7 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Leechridden Swamp', 'Scent of Brine', 'Sram''s Expertise', 'Stuffy Doll', 'Memorial to Genius', 'Toolcraft Exemplar', 'Entomber Exarch', 'Ondu Giant', 'Ulvenwald Tracker', 'High Priest of Penance', 'Merfolk Sovereign', 'Duskborne Skymarcher', 'Choked Estuary', 'Crystal Ball', 'Fleetwheel Cruiser', 'Tatyova, Benthic Druid', 'Falkenrath Noble', 'Consuming Aberration', 'From Under the Floorboards', 'Woodland Wanderer', 'Weight of Memory', 'Last Breath', 'Vizier of Tumbling Sands', 'Intet, the Dreamer', 'Vivid Grove', 'Stone Haven Outfitter', 'Krosan Tusker', 'Kuro, Pitlord', 'Sculpting Steel', 'Kentaro, the Smiling Cat', 'Village Messenger', 'Planar Outburst', 'Aven Skirmisher', 'Manta Riders', 'Flameshadow Conjuring', 'Gatekeeper of Malakir', 'Clash of Wills', 'Moment of Craving', 'Kemba, Kha Regent', 'Aryel, Knight of Windgrace', 'Ogre Slumlord', 'Temur Ascendancy', 'Vivid Marsh', 'Haunted Dead', 'Stromkirk Condemned', 'Chromatic Lantern', 'Radiant Flames', 'Secluded Steppe', 'Anticipate', 'Hypnotic Specter', 'Final Judgment', 'Perilous Voyage', 'Armament Master', 'Bojuka Brigand', 'Foundry of the Consuls', 'Protean Raider', 'Helm of the Host', 'Aquitect''s Will', 'Pillar of Flame', 'Stone Quarry', 'Garza Zol, Plague Queen', 'Dread Return', 'Goblin Gaveleer', 'Brain Freeze', 'Grasping Scoundrel', 'Simic Guildgate', 'Boros Challenger', 'Bone Saw', 'Abzan Ascendancy', 'Prepare // Fight', 'Hypothesizzle', 'Last Gasp', 'Wharf Infiltrator', 'Foul Emissary', 'Aven Riftwatcher', 'Weirding Wood', 'Phylactery Lich', 'Smother', 'Autochthon Wurm', 'Sylvan Advocate', 'Warleader''s Helix', 'Duskmantle, House of Shadow', 'Always Watching', 'Azra Bladeseeker', 'Rogue''s Passage', 'Narcomoeba', 'Mangara of Corondor', 'Hellspark Elemental', 'True Believer', 'Summoner''s Egg', 'March from the Tomb', 'Web of Inertia', 'Lonely Sandbar', 'Danitha Capashen, Paragon', 'Bounty of the Luxa', 'Haunting Echoes', 'Cryptoplasm', 'Curious Homunculus', 'Stasis Snare', 'Astral Slide', 'Ancient Amphitheater', 'Fungal Infection', 'Despoiler of Souls', 'Metalwork Colossus', 'Lotleth Giant', 'Academy Elite', 'Beneath the Sands', 'Skirk Ridge Exhumer', 'Cascading Cataracts', 'Psychatog', 'Watchwolf', 'Dregscape Zombie', 'Merrow Harbinger', 'Consign // Oblivion', 'Read the Bones', 'Collective Defiance', 'Faerie Trickery', 'Grove of the Guardian', 'Slice and Dice', 'Smokestack', 'Boggart Harbinger', 'Basking Rootwalla', 'Longtusk Cub', 'Khalni Gem', 'Glassdust Hulk', 'Dead Weight', 'Mindstorm Crown', 'Benalish Honor Guard', 'Bane of Bala Ged', 'Reef Shaman', 'Shuko', 'Valduk, Keeper of the Flame', 'Addle', 'Banishing Light', 'Rootwater Depths', 'Blazing Archon', 'Stitch Together', 'Gruul Signet', 'Unknown Shores', 'Restoration Specialist', 'Baleful Ammit', 'Fevered Visions', 'Invasive Surgery', 'Artificer''s Epiphany', 'Rustwing Falcon', 'Sai of the Shinobi', 'Reaper from the Abyss', 'Reassembling Skeleton', 'Putrid Imp', 'Plumeveil', 'Attune with Aether', 'Vesuvan Shapeshifter', 'Drownyard Behemoth', 'Broken Bond', 'Noose Constrictor', 'Watchers of the Dead', 'Murderous Cut', 'Dreadship Reef', 'Bogardan Hellkite', 'Fiery Impulse', 'Striped Riverwinder', 'Desecration Demon', 'Kitesail Scout', 'Kindle', 'Inventor''s Apprentice', 'Grozoth', 'Orzhov Charm', 'Unwind', 'Chained to the Rocks', 'Confiscate', 'Drana''s Emissary', 'Stone Haven Medic', 'Rogue Refiner', 'Trial of Ambition', 'Arvad the Cursed', 'Hanweir Militia Captain', 'Decoction Module', 'Captain''s Claws', 'Blackblade Reforged', 'Seal of Primordium', 'Expedition Envoy', 'Conqueror''s Galleon', 'Sedraxis Specter', 'Phantasmal Bear', 'Arrogant Wurm', 'Terra Stomper', 'Rishkar''s Expertise', 'Utter End', 'Pilgrim''s Eye', 'Whirler Virtuoso', 'Prophet of Kruphix', 'Wretched Banquet', 'Gorgon''s Head', 'Naga Vitalist', 'Cloudblazer', 'Cackling Counterpart', 'Golgari Guildgate', 'Psychic Spiral', 'Selesnya Guildmage', 'Woodland Stream', 'Advanced Stitchwing', 'Sin Collector', 'Felidar Guardian', 'Veil of Secrecy', 'Healer''s Hawk', 'Epochrasite', 'Resounding Wave', 'Loxodon Hierarch', 'Moratorium Stone', 'Bone Splinters', 'Pale Rider of Trostad', 'Kor Duelist', 'Barter in Blood', 'Blighted Woodland', 'Increasing Confusion', 'Shrine of Loyal Legions', 'Confirm Suspicions', 'Spined Thopter', 'Insidious Will', 'Urza''s Ruinous Blast', 'Charmbreaker Devils', 'Curse of Misfortunes', 'Costly Plunder', 'Scepter of Fugue', 'Necropolis Fiend', 'Whispers of the Muse', 'Razaketh''s Rite', 'Vicious Conquistador', 'Join the Ranks', 'Transgress the Mind', 'The Mending of Dominaria', 'Clone', 'Dimir Guildgate', 'Zulaport Cutthroat', 'Savage Lands', 'Sensei Golden-Tail', 'Tragic Lesson', 'Jwar Isle Refuge', 'Rupture Spire', 'Ulcerate', 'Serene Steward', 'Thornbow Archer', 'Hellhole Flailer', 'Augury Owl', 'Teferi''s Moat', 'Outrider en-Kor', 'Curse of Death''s Hold', 'Drowned Secrets', 'Open the Armory', 'Stolen Identity', 'Lashweed Lurker', 'Forbid', 'Sultai Charm', 'Servo Exhibition', 'Mercurial Pretender', 'Identity Thief', 'Bile Blight', 'Glorious Anthem', 'Cloudcrest Lake', 'Sandsteppe Citadel', 'Scourglass', 'Curse of the Swine', 'Grenzo, Dungeon Warden', 'Vitu-Ghazi, the City-Tree', 'Lightning Rift', 'Champion of the Flame', 'Spiketail Hatchling', 'Mystic Monastery', 'Repeal', 'Rugged Highlands', 'Encroaching Wastes', 'Djeru''s Renunciation', 'Boon Satyr', 'Necrotic Wound', 'Mind Grind', 'Waterveil Cavern', 'Carrier Thrall', 'Trial of Knowledge', 'Distress', 'Incendiary Flow', 'Kederekt Leviathan', 'Oona''s Grace', 'Bubbling Cauldron', 'Herald of Torment', 'Topplegeist', 'Gigantomancer', 'Consuming Vapors', 'Vivid Meadow', 'Thraben Doomsayer', 'Tracker''s Instincts', 'Engulf the Shore', 'Prognostic Sphinx', 'Howling Golem', 'Shefet Monitor', 'Mesmeric Fiend', 'Avoid Fate', 'Chief of the Foundry', 'Sigarda''s Aid', 'Cultivator''s Caravan', 'Steel Sabotage', 'Mockery of Nature', 'Sygg, River Guide', 'Skirge Familiar', 'Pious Evangel', 'Invigorated Rampage', 'Bygone Bishop', 'Jester''s Scepter', 'Trail of Evidence', 'Sin Prodder', 'Protean Hydra', 'Call the Bloodline', 'Scrabbling Claws', 'Heir of Falkenrath', 'Elemental Bond', 'Spark Spray', 'Winds of Rebuke', 'Mulch', 'Hour of Eternity', 'Tidal Warrior', 'Pianna, Nomad Captain', 'Empyreal Voyager', 'Crumbling Necropolis', 'Memorial to War', 'Gaea''s Blessing', 'Brain Maggot', 'Loyal Pegasus', 'Psychic Strike', 'Tempered Steel', 'Ravenous Rats', 'Blighted Fen', 'Channeler Initiate', 'Ayli, Eternal Pilgrim', 'Kjeldoran Outpost', 'Teshar, Ancestor''s Apostle', 'Crovax, Ascendant Hero', 'Lantern Kami', 'Shrine of the Forsaken Gods', 'Sundering Growth', 'Festering Newt', 'Izzet Guildgate', 'Spear of Heliod', 'Palace Familiar', 'Agony Warp', 'Psychotic Episode', 'Compulsive Research', 'Tormenting Voice', 'Yavimaya Elder', 'Unsummon', 'Hour of Revelation', 'Wrecking Ball', 'Evolving Wilds', 'Hidden Stockpile', 'Emeria Angel', 'Followed Footsteps', 'Felhide Spiritbinder', 'Circu, Dimir Lobotomist', 'Cremate', 'Faith''s Fetters', 'Asylum Visitor', 'Primal Druid', 'Falkenrath Gorger', 'Shriekgeist', 'Magister of Worth', 'Flayer of the Hatebound', 'Seal of Doom', 'Soul Foundry', 'Glint Hawk Idol', 'Sweatworks Brawler', 'Hellrider', 'Exile', 'Wonder', 'Dreg Mangler', 'Heart-Piercer Bow', 'Vampire Cutthroat', 'Wretched Gryff', 'Flaying Tendrils', 'Gird for Battle', 'Kalastria Healer', 'Sangrophage', 'Blisterpod', 'Gateway Plaza', 'Void Shatter', 'Salvage Titan', 'Vendetta', 'Nomad Outpost', 'Saving Grace', 'Bloodthrone Vampire', 'Rattleclaw Mystic', 'Skinrender', 'Moldgraf Monstrosity', 'Putrefy', 'Enclave Elite', 'Salvager of Secrets', 'Hada Freeblade', 'Roterothopter', 'Sphere of the Suns', 'Consume the Meek', 'Resounding Thunder', 'Shirei, Shizo''s Caretaker', 'Desert of the Glorified', 'Quasiduplicate', 'Hordeling Outburst', 'Scoured Barrens', 'Brine Elemental', 'Traxos, Scourge of Kroog', 'Makeshift Mannequin', 'Shimian Specter', 'Underworld Cerberus', 'Regal Caracal', 'Charge', 'Ashenmoor Gouger', 'World Shaper', 'Concentrate', 'Suntail Hawk', 'Snapback', 'Firedrinker Satyr', 'Revitalize', 'Thunderbolt', 'Blood Scrivener', 'Careful Consideration', 'Narcolepsy', 'Enlisted Wurm', 'New Perspectives', 'Trusty Machete', 'Mercurial Chemister', 'Saheeli''s Artistry', 'Yavimaya Hollow', 'Azorius Guildgate', 'Kopala, Warden of Waves', 'Goblin Cratermaker', 'Blighted Cataract', 'Highland Lake', 'Sky Hussar', 'Talent of the Telepath', 'Thawing Glaciers', 'Grim Haruspex', 'River Sneak', 'Molten Primordial', 'Chandra''s Ignition', 'Martyr of Frost', 'Memory Sluice', 'Catacomb Sifter', 'Galvanic Bombardment', 'Sphinx of Uthuun', 'Thopter Spy Network', 'Gruul Guildgate', 'Bloodwater Entity', 'Sunbird''s Invocation', 'Weaponcraft Enthusiast', 'Bloodgift Demon', 'Vampiric Rites', 'Cruel Reality', 'Skirsdag High Priest', 'Psychic Drain', 'Browbeat', 'Inner Demon', 'Dissipate', 'Burning Oil', 'Pyramid of the Pantheon', 'Riot Control', 'Crumbling Vestige', 'Vexing Scuttler', 'Gilded Lotus', 'Nullify', 'Vessel of Nascency', 'Planar Cleansing', 'Indulgent Aristocrat', 'Scatter Arc', 'Kitesail Apprentice', 'Flame Jab', 'Selesnya Signet', 'Halimar Wavewatch', 'Benevolent Bodyguard', 'Dream Twist', 'Deeproot Waters', 'Early Frost', 'Desert of the Fervent', 'Ulvenwald Mysteries', 'Opulent Palace', 'Driven // Despair', 'Separatist Voidmage', 'Walk the Plank', 'Rakshasa Deathdealer', 'Blood Bairn', 'Journeyer''s Kite', 'White Sun''s Zenith', 'Sprouting Thrinax', 'Meandering River', 'Urborg', 'Cephalid Illusionist', 'Story Circle', 'Lich''s Mastery', 'Rakdos Guildgate', 'Take Inventory', 'Supernatural Stamina', 'Seeker of the Way', 'Executioner''s Capsule', 'Prophetic Bolt', 'Hermit Druid', 'Declaration in Stone', 'Aether Swooper', 'Spellheart Chimera', 'Tribute to Hunger', 'Consume Spirit', 'Altar''s Reap', 'Lake of the Dead', 'Connive // Concoct', 'Treasure Cruise', 'Hallowed Moonlight', 'Spawning Pool', 'Commune with Nature', 'Immortal Servitude', 'Phyrexian Plaguelord', 'Cloudgoat Ranger', 'Court Homunculus', 'Cartouche of Strength', 'Tragic Arrogance', 'Sage''s Row Denizen', 'Kor Outfitter', 'Spelltwine', 'Faith of the Devoted', 'Phantom Nomad', 'Docent of Perfection', 'Painful Truths', 'Mirko Vosk, Mind Drinker', 'Precinct Captain', 'Diluvian Primordial', 'Increasing Savagery', 'Grasp of Darkness', 'Behemoth Sledge', 'Soul Exchange', 'Power Sink', 'Night Market Lookout', 'Advent of the Wurm', 'Selesnya Guildgate', 'Pilfered Plans', 'Landslide', 'Banewhip Punisher', 'Dread Statuary', 'Qasali Ambusher', 'Elixir of Immortality', 'Benefaction of Rhonas', 'Circuitous Route', 'Paranoid Delusions', 'Draining Whelk', 'Slith Firewalker', 'Oona, Queen of the Fae', 'Scatter to the Winds', 'Exava, Rakdos Blood Witch', 'Grimoire Thief', 'Fabrication Module', 'Pain Seer', 'Tranquil Garden', 'Remove Soul', 'Diabolic Tutor', 'Millstone', 'Bogbrew Witch', 'Tome Scour', 'Cadaver Imp', 'Mitotic Slime', 'Endless Ranks of the Dead', 'Starstorm', 'Jace''s Ingenuity', 'Shaman en-Kor', 'Cataclysmic Gearhulk', 'Summon the School', 'Gilded Light', 'Goblin Settler', 'Sultai Emissary', 'Renewed Faith', 'Dack''s Duplicate', 'Shadow of the Grave', 'Cryptborn Horror', 'Grow from the Ashes', 'Edge of Autumn', 'Bloodsoaked Champion', 'Urza''s Factory', 'Geistflame', 'Memorial to Unity', 'Carnophage', 'Magus of the Future', 'Masticore', 'Altered Ego', 'Spiritmonger', 'Precognition Field', 'Foreboding Ruins', 'See Beyond', 'Rampant Growth', 'Hammer of Bogardan'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 160.7, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (310.5 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Underworld Cerberus', 'Lashweed Lurker', 'Last Gasp', 'Tidal Warrior', 'Revitalize', 'Sultai Charm', 'Grim Haruspex', 'Separatist Voidmage', 'Soul Foundry', 'Wonder', 'Vessel of Nascency', 'Choked Estuary', 'Academy Elite', 'Moment of Craving', 'Shuko', 'Steel Sabotage', 'Lantern Kami', 'Stasis Snare', 'Followed Footsteps', 'Clone', 'Autochthon Wurm', 'Behemoth Sledge', 'Stitch Together', 'Into the North', 'Plumeveil', 'From Under the Floorboards', 'Terra Stomper', 'Gruul Guildgate', 'Highland Lake', 'Curse of Thirst', 'Protean Raider', 'Beneath the Sands', 'Circu, Dimir Lobotomist', 'Psychic Spiral', 'Ayli, Eternal Pilgrim', 'Cackling Counterpart', 'Sin Collector', 'Utter End', 'Naga Vitalist', 'Confirm Suspicions', 'Prophet of Kruphix', 'Salvage Titan', 'Connive // Concoct', 'Lonely Sandbar', 'Fairgrounds Warden', 'Scent of Brine', 'The Mending of Dominaria', 'Palace Familiar', 'Hidden Stockpile', 'Broken Bond', 'Artificer''s Epiphany', 'River Sneak', 'Festering Newt', 'Blackblade Reforged', 'Faerie Trickery', 'Altar''s Reap', 'Quasiduplicate', 'Identity Thief', 'Prognostic Sphinx', 'Boros Challenger', 'Consume the Meek', 'Shrine of Loyal Legions', 'Drownyard Behemoth', 'Kederekt Leviathan', 'Revoke Existence', 'Sygg, River Guide', 'Painful Truths', 'Slice and Dice', 'Sculpting Steel', 'Djeru''s Renunciation', 'Ravenous Rats', 'Rakshasa Deathdealer', 'Shrine of the Forsaken Gods', 'Consign // Oblivion', 'Kuro, Pitlord', 'Gateway Plaza', 'Kindle', 'Transgress the Mind', 'Benevolent Bodyguard', 'Pillar of Flame', 'Garza Zol, Plague Queen', 'Whirler Virtuoso', 'Rogue''s Passage', 'Traxos, Scourge of Kroog', 'Nomad Outpost', 'Sigarda''s Aid', 'Declaration in Stone', 'Unsummon', 'Weirding Wood', 'Court Homunculus', 'Warleader''s Helix', 'Regal Caracal', 'Brine Elemental', 'Vizier of Tumbling Sands', 'Paranoid Delusions', 'Advent of the Wurm', 'Seeker of the Way', 'Bounty of the Luxa', 'Duskmantle, House of Shadow', 'Pianna, Nomad Captain', 'Cephalid Illusionist', 'Rith''s Charm', 'Vesuvan Shapeshifter', 'Exile', 'Vampiric Rites', 'Foundry of the Consuls', 'Captain''s Claws', 'Veil of Secrecy', 'Firedrinker Satyr', 'Burning Oil', 'Starstorm', 'Shadow of the Grave', 'Thopter Spy Network', 'Kjeldoran Outpost', 'Sandsteppe Citadel', 'Tome Scour', 'Narcomoeba', 'Urza''s Factory', 'Gorgon''s Head', 'Cryptoplasm', 'Grasp of Darkness', 'Prepare // Fight', 'Evolving Wilds', 'Goblin Settler', 'Bloodgift Demon', 'Radiant Flames', 'Attune with Aether', 'Saving Grace', 'Dream Twist', 'Magister of Worth', 'Grozoth', 'Enlisted Wurm', 'Browbeat', 'Diabolic Tutor', 'Healer''s Hawk', 'Danitha Capashen, Paragon', 'Hellhole Flailer', 'Yavimaya Elder', 'Shefet Monitor', 'Brain Maggot', 'Drana''s Emissary', 'Selesnya Signet', 'Arvad the Cursed', 'Cascading Cataracts', 'Blighted Fen', 'Emeria Angel', 'Nullify', 'Shaman en-Kor', 'Pyramid of the Pantheon', 'Spiritmonger', 'Faith''s Fetters', 'Felidar Guardian', 'Arrogant Wurm', 'Masticore', 'Lotleth Giant', 'Encroaching Wastes', 'Dack''s Duplicate', 'Meandering River', 'Trail of Evidence', 'Hordeling Outburst', 'Sphere of the Suns', 'Aryel, Knight of Windgrace', 'Spellheart Chimera', 'Scepter of Fugue', 'Pilfered Plans', 'Makeshift Mannequin', 'Journeyer''s Kite', 'Haunting Echoes', 'Herald of Torment', 'Insidious Will', 'Unwind', 'Always Watching', 'Striped Riverwinder', 'Memorial to Unity', 'New Perspectives', 'Treasure Cruise', 'Resounding Wave', 'Vampire Cutthroat', 'Mesmeric Fiend', 'Glint Hawk Idol', 'Noose Constrictor', 'Qasali Ambusher', 'Careful Consideration', 'Engulf the Shore', 'Mockery of Nature', 'Grimoire Thief', 'Kentaro, the Smiling Cat', 'Crystal Ball', 'Heart-Piercer Bow', 'Jester''s Scepter', 'Urborg', 'Tracker''s Instincts', 'Compulsive Research', 'Savage Lands', 'Sprouting Thrinax', 'Necrotic Wound', 'Trusty Machete', 'Vivid Meadow', 'Cloudcrest Lake', 'True Believer', 'Flame Jab', 'Aether Swooper', 'Urza''s Ruinous Blast', 'Aven Riftwatcher', 'Void Shatter', 'Mystic Monastery', 'Soul Exchange', 'Augury Owl', 'Hour of Eternity', 'Kitesail Apprentice', 'Sundering Growth', 'Oona''s Grace', 'Rootwater Depths', 'Sangrophage', 'Topplegeist', 'Khalni Gem', 'Executioner''s Capsule', 'Wretched Banquet', 'Final Judgment', 'Banishing Light', 'Take Inventory', 'Enclave Elite', 'Suntail Hawk', 'Millstone', 'Epochrasite', 'Kalonian Behemoth', 'Village Messenger', 'Kemba, Kha Regent', 'Bone Saw', 'Memory Sluice', 'Dreg Mangler', 'Tatyova, Benthic Druid', 'Woodland Wanderer', 'Ulcerate', 'Slith Firewalker', 'Renewed Faith', 'Tranquil Garden', 'Rugged Highlands', 'Merfolk Sovereign', 'Temur Ascendancy', 'Aven Skirmisher', 'Riot Control', 'Hellspark Elemental', 'Fungal Infection', 'Elixir of Immortality', 'Planar Cleansing', 'Boggart Harbinger', 'Psychotic Episode', 'Martyr of Frost', 'Spelltwine', 'Phylactery Lich', 'Sky Hussar', 'Magus of the Future', 'Hour of Revelation', 'Izzet Guildgate', 'Smother', 'Putrid Imp', 'Charmbreaker Devils', 'Faith of the Devoted', 'Helm of the Host', 'Grenzo, Dungeon Warden', 'Advanced Stitchwing', 'Vivid Marsh', 'Selesnya Guildmage', 'Cryptborn Horror', 'Precognition Field', 'Thraben Doomsayer', 'Felhide Spiritbinder', 'Gilded Lotus', 'Vicious Conquistador', 'Kor Duelist', 'Confiscate', 'Remove Soul', 'Howling Golem', 'Immortal Servitude', 'Tragic Arrogance', 'Summon the School', 'Unknown Shores', 'Roterothopter', 'Consuming Aberration', 'Curse of Misfortunes', 'Walk the Plank', 'Bojuka Brigand', 'Hada Freeblade', 'Whispers of the Muse', 'Bloodwater Entity', 'Mercurial Pretender', 'Curse of the Swine', 'Azra Bladeseeker', 'Fevered Visions', 'Kor Outfitter', 'Sage''s Row Denizen', 'Dead Weight', 'Docent of Perfection', 'Memorial to War', 'Distress', 'Stone Quarry', 'Smokestack', 'Increasing Savagery', 'Manta Riders', 'Hermit Druid', 'Armament Master', 'Exava, Rakdos Blood Witch', 'Anticipate', 'Curse of Death''s Hold', 'Putrefy', 'Falkenrath Noble', 'Memorial to Genius', 'Crumbling Necropolis', 'Banewhip Punisher', 'Tormenting Voice', 'Shimian Specter', 'Necropolis Fiend', 'Benefaction of Rhonas', 'Yixlid Jailer', 'Chromatic Lantern', 'Stuffy Doll', 'Narcolepsy', 'Invasive Surgery', 'Abzan Charm', 'Lake of the Dead', 'Rakdos Guildgate', 'March from the Tomb', 'Wharf Infiltrator', 'Avoid Fate', 'Psychic Drain', 'Simic Guildgate', 'Sultai Emissary', 'Grove of the Guardian', 'Saheeli''s Artistry', 'Desert of the Fervent', 'Brain Freeze', 'Dread Return', 'Weaponcraft Enthusiast', 'Summoner''s Egg', 'Ancient Amphitheater', 'Lavaball Trap', 'Sylvan Advocate', 'Cadaver Imp', 'Intet, the Dreamer', 'Leechridden Swamp', 'Pilgrim''s Eye', 'Rishkar''s Expertise', 'Bogardan Hellkite', 'Kopala, Warden of Waves', 'Foul Orchard', 'Invigorated Rampage', 'Decoction Module', 'Bygone Bishop', 'Phantom Nomad', 'Teferi''s Moat', 'Endless Ranks of the Dead', 'Hellrider', 'Roiling Terrain', 'Gird for Battle', 'Flayer of the Hatebound', 'Highland Weald', 'Forbid', 'Merrow Harbinger', 'Desecration Demon', 'Waterveil Cavern', 'Serene Steward', 'Stromkirk Condemned', 'Wretched Gryff', 'Vendetta', 'Glassdust Hulk', 'Read the Bones', 'Winds of Rebuke', 'Loyal Pegasus', 'Empyreal Voyager', 'Restoration Specialist', 'Grow from the Ashes', 'Channeler Initiate', 'Inner Demon', 'Story Circle', 'Seal of Primordium', 'Oona, Queen of the Fae', 'Molten Primordial', 'Ogre Slumlord', 'Consuming Vapors', 'Clash of Wills', 'Sin Prodder', 'Dreadship Reef', 'Bloodsoaked Champion', 'Carrier Thrall', 'Dimir Guildgate', 'Blighted Woodland', 'Hallowed Moonlight', 'Murderous Cut', 'Ondu Giant', 'Circuitous Route', 'Conqueror''s Galleon', 'Scrabbling Claws', 'White Sun''s Zenith', 'Mangara of Corondor', 'Protean Hydra', 'Increasing Confusion', 'Spined Thopter', 'Jwar Isle Refuge', 'Trial of Ambition', 'Entomber Exarch', 'Chandra''s Ignition', 'Lightning Rift', 'Blighted Cataract', 'Resounding Thunder', 'Ulvenwald Tracker', 'World Shaper', 'Bubbling Cauldron', 'Scatter to the Winds', 'Incendiary Flow', 'Altered Ego', 'Falkenrath Gorger', 'Golgari Guildgate', 'Call the Bloodline', 'Flaying Tendrils', 'Spiketail Hatchling', 'Last Breath', 'Watchwolf', 'Edge of Autumn', 'Kalastria Healer', 'Gruul Signet', 'Mind Grind', 'Weight of Memory', 'Fleetwheel Cruiser', 'Dread Statuary', 'Geistflame', 'Elemental Bond', 'Cataclysmic Gearhulk', 'Vivid Grove', 'Teshar, Ancestor''s Apostle', 'Charge', 'Phantasmal Bear', 'Heir of Falkenrath', 'Blood Scrivener', 'Bogbrew Witch', 'Mercurial Chemister', 'Zulaport Cutthroat', 'Volcanic Upheaval', 'Basking Rootwalla', 'Blazing Archon', 'Rustwing Falcon', 'Azorius Guildgate', 'Supernatural Stamina', 'Foreboding Ruins', 'Loxodon Hierarch', 'Servo Exhibition', 'Mitotic Slime', 'Vexing Scuttler', 'Stone Haven Outfitter', 'Agony Warp', 'Open the Armory', 'Repeal', 'Bloodthrone Vampire', 'Cruel Reality', 'Rattleclaw Mystic', 'Salvager of Secrets', 'Curious Homunculus', 'Asylum Visitor', 'Reef Shaman', 'Bile Blight', 'Power Sink', 'Diluvian Primordial', 'Gatekeeper of Malakir', 'Deeproot Waters', 'Moratorium Stone', 'Spear of Heliod', 'Primal Druid', 'Commune with Nature', 'Spawning Pool', 'Glorious Anthem', 'Grasping Scoundrel', 'Stone Haven Medic', 'Psychatog', 'Snapback', 'Landslide', 'Mulch', 'Chief of the Foundry', 'Prophetic Bolt', 'Cartouche of Strength', 'Skirsdag High Priest', 'Chained to the Rocks', 'Krosan Tusker', 'Baleful Ammit', 'Opulent Palace', 'Planar Outburst', 'Hammer of Bogardan', 'Rampant Growth', 'Perilous Voyage', 'Splendid Reclamation', 'Sram''s Expertise', 'Fiery Impulse', 'Indulgent Aristocrat', 'Crumbling Vestige', 'Seal of Doom', 'Early Frost', 'Bane of Bala Ged', 'Sensei Golden-Tail', 'Scatter Arc', 'Sunbird''s Invocation', 'Scourglass', 'Wrecking Ball', 'Shriekgeist', 'High Priest of Penance', 'Longtusk Cub', 'Collective Defiance', 'Trial of Knowledge', 'Ashenmoor Gouger', 'Mindstorm Crown', 'Draining Whelk', 'Thawing Glaciers', 'Benalish Honor Guard', 'Rogue Refiner', 'Rupture Spire', 'Watchers of the Dead', 'Gigantomancer', 'Precinct Captain', 'Hanweir Militia Captain', 'Aquitect''s Will', 'Dregscape Zombie', 'Moldgraf Monstrosity', 'Fabrication Module', 'Web of Inertia', 'Cultivator''s Caravan', 'Cloudgoat Ranger', 'Dissipate', 'Tempered Steel', 'Addle', 'Foul Emissary', 'Astral Slide', 'Metalwork Colossus', 'Tragic Lesson', 'Night Market Lookout', 'Psychic Strike', 'Drowned Secrets', 'Yavimaya Hollow', 'Orzhov Charm', 'Gilded Light', 'Expedition Envoy', 'Duskborne Skymarcher', 'Driven // Despair', 'Sphinx of Uthuun', 'Secluded Steppe', 'Woodland Stream', 'Blisterpod', 'Lich''s Mastery', 'Stolen Identity', 'Concentrate', 'Spark Spray', 'Hypothesizzle', 'Cloudblazer', 'Haunted Dead', 'Thunderbolt', 'Halimar Wavewatch', 'Toolcraft Exemplar', 'Flameshadow Conjuring', 'Kitesail Scout', 'Talent of the Telepath', 'Desert of the Glorified', 'Tribute to Hunger', 'Join the Ranks', 'Jace''s Ingenuity', 'Scoured Barrens', 'Burning of Xinye', 'Mirko Vosk, Mind Drinker', 'Vitu-Ghazi, the City-Tree', 'Galvanic Bombardment', 'Skirk Ridge Exhumer'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 310.5, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (1035.0 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Sultai Charm', 'Circuitous Route', 'Dack''s Duplicate', 'Narcomoeba', 'Ulvenwald Tracker', 'Connive // Concoct', 'Cultivator''s Caravan', 'Blisterpod', 'Simic Guildgate', 'Quasiduplicate', 'Spiketail Hatchling', 'Carrier Thrall', 'Curse of Death''s Hold', 'Kemba, Kha Regent', 'Spelltwine', 'Savage Lands', 'Story Circle', 'Lich''s Mastery', 'Stolen Identity', 'Crystal Ball', 'Renewed Faith', 'Vivid Marsh', 'Baleful Ammit', 'Scatter to the Winds', 'Charge', 'Invasive Surgery', 'Trusty Machete', 'Rakdos Guildgate', 'Precognition Field', 'Helm of the Host', 'Underworld Cerberus', 'Cascading Cataracts', 'Foul Emissary', 'Saheeli''s Artistry', 'Kalastria Healer', 'From Under the Floorboards', 'Temur Ascendancy', 'Volcanic Upheaval', 'Treasure Cruise', 'Lashweed Lurker', 'Oona''s Grace', 'Martyr of Frost', 'Shriekgeist', 'Sphere of the Suns', 'Repeal', 'Weight of Memory', 'Palace Familiar', 'Dream Twist', 'Danitha Capashen, Paragon', 'Banewhip Punisher', 'Azra Bladeseeker', 'Memorial to War', 'Driven // Despair', 'Wretched Banquet', 'Faith''s Fetters', 'Utter End', 'Foul Orchard', 'Shimian Specter', 'Mockery of Nature', 'Stitch Together', 'Supernatural Stamina', 'Highland Weald', 'Curse of Thirst', 'Dimir Guildgate', 'Urza''s Ruinous Blast', 'Blighted Fen', 'Declaration in Stone', 'Drownyard Behemoth', 'Clone', 'Cadaver Imp', 'Hypnotic Specter', 'Kederekt Leviathan', 'Thopter Spy Network', 'Veil of Secrecy', 'Kitesail Apprentice', 'Selesnya Guildmage', 'Vitu-Ghazi, the City-Tree', 'Anticipate', 'Memorial to Genius', 'Radiant Flames', 'Thornbow Archer', 'Thawing Glaciers', 'Trial of Knowledge', 'Desecration Demon', 'Elixir of Immortality', 'Winds of Rebuke', 'Cartouche of Strength', 'Rogue''s Passage', 'Loyal Pegasus', 'Galvanic Bombardment', 'Sunbird''s Invocation', 'Roiling Terrain', 'Crumbling Vestige', 'Circu, Dimir Lobotomist', 'Bounty of the Luxa', 'Flame Jab', 'Memory Sluice', 'Sphinx of Uthuun', 'Howling Golem', 'Hordeling Outburst', 'Rith''s Charm', 'Stone Haven Medic', 'Ulcerate', 'Bloodsoaked Champion', 'Encroaching Wastes', 'Sandsteppe Citadel', 'Vivid Grove', 'Urza''s Factory', 'Aven Skirmisher', 'Careful Consideration', 'Bone Saw', 'Seal of Doom', 'Spawning Pool', 'Weaponcraft Enthusiast', 'Brain Freeze', 'Diabolic Tutor', 'Highland Lake', 'Festering Newt', 'Kalonian Behemoth', 'Painful Truths', 'Gateway Plaza', 'Fiery Impulse', 'Hada Freeblade', 'Yavimaya Hollow', 'Vampire Cutthroat', 'Drana''s Emissary', 'Scoured Barrens', 'Mangara of Corondor', 'Bubbling Cauldron', 'Yixlid Jailer', 'Gilded Lotus', 'Heart-Piercer Bow', 'Sky Hussar', 'Loxodon Hierarch', 'Felhide Spiritbinder', 'Scent of Brine', 'Masticore', 'Splendid Reclamation', 'Protean Raider', 'Murderous Cut', 'Wretched Gryff', 'Evolving Wilds', 'Academy Elite', 'Autochthon Wurm', 'Open the Armory', 'Felidar Guardian', 'Altered Ego', 'Moldgraf Monstrosity', 'Mercurial Pretender', 'Kindle', 'Advent of the Wurm', 'Bojuka Brigand', 'Curse of the Swine', 'Protean Hydra', 'Sigarda''s Aid', 'Consuming Aberration', 'Garza Zol, Plague Queen', 'Dissipate', 'Burning Oil', 'Healer''s Hawk', 'Krosan Tusker', 'Dimir Cutpurse', 'Agony Warp', 'Lake of the Dead', 'Read the Bones', 'Whispers of the Muse', 'Cryptoplasm', 'Necrotic Wound', 'Take Inventory', 'Power Sink', 'Vivid Meadow', 'Talent of the Telepath', 'Whirler Virtuoso', 'Kor Outfitter', 'Reaper from the Abyss', 'Summoner''s Egg', 'Sensei Golden-Tail', 'Hallowed Moonlight', 'Sylvan Advocate', 'Millstone', 'Skirk Ridge Exhumer', 'Putrefy', 'Cruel Reality', 'Mulch', 'Restoration Specialist', 'Benefaction of Rhonas', 'Basking Rootwalla', 'Faith of the Devoted', 'Longtusk Cub', 'Serene Steward', 'Pyramid of the Pantheon', 'Flaying Tendrils', 'Cloudblazer', 'Ravenous Rats', 'Watchwolf', 'Wonder', 'Ashenmoor Gouger', 'Duskborne Skymarcher', 'Cryptborn Horror', 'Pilfered Plans', 'Zulaport Cutthroat', 'Noose Constrictor', 'Narcolepsy', 'Vicious Conquistador', 'Paranoid Delusions', 'Vessel of Nascency', 'Snapback', 'Blighted Woodland', 'Primal Druid', 'Curse of Misfortunes', 'Ayli, Eternal Pilgrim', 'Rattleclaw Mystic', 'Bogbrew Witch', 'Incendiary Flow', 'Chandra''s Ignition', 'Lantern Kami', 'Identity Thief', 'Leechridden Swamp', 'Nomad Outpost', 'Broken Bond', 'Traxos, Scourge of Kroog', 'Choked Estuary', 'Planar Cleansing', 'Advanced Stitchwing', 'Phantom Nomad', 'Inner Demon', 'Makeshift Mannequin', 'Izzet Guildgate', 'Pianna, Nomad Captain', 'Fairgrounds Warden', 'Rogue Refiner', 'March from the Tomb', 'Starstorm', 'Grasp of Darkness', 'Transgress the Mind', 'Charmbreaker Devils', 'Last Breath', 'Dreg Mangler', 'Haunting Echoes', 'Scatter Arc', 'Bile Blight', 'Psychic Drain', 'Woodland Stream', 'Cloudgoat Ranger', 'Rishkar''s Expertise', 'Engulf the Shore', 'Expedition Envoy', 'Magister of Worth', 'Call the Bloodline', 'Seal of Primordium', 'Unwind', 'Jwar Isle Refuge', 'Phantasmal Bear', 'Grozoth', 'Oona, Queen of the Fae', 'Revoke Existence', 'Opulent Palace', 'Gorgon''s Head', 'Smother', 'Sculpting Steel', 'Last Gasp', 'Invigorated Rampage', 'Flameshadow Conjuring', 'Terra Stomper', 'Topplegeist', 'Drowned Secrets', 'Golgari Guildgate', 'Docent of Perfection', 'True Believer', 'Unsummon', 'Blighted Cataract', 'Increasing Confusion', 'Channeler Initiate', 'Gruul Signet', 'Mind Grind', 'World Shaper', 'Nullify', 'Hanweir Militia Captain', 'Hour of Eternity', 'Geistflame', 'Grow from the Ashes', 'Heir of Falkenrath', 'Duskmantle, House of Shadow', 'Tatyova, Benthic Druid', 'Armament Master', 'Night Market Lookout', 'Spear of Heliod', 'Tormenting Voice', 'Bloodgift Demon', 'Tome Scour', 'Jace''s Ingenuity', 'Planar Outburst', 'Join the Ranks', 'Shrine of Loyal Legions', 'Stasis Snare', 'Glorious Anthem', 'Avoid Fate', 'Always Watching', 'Grim Haruspex', 'Into the North', 'Tracker''s Instincts', 'Hypothesizzle', 'Haunted Dead', 'Cataclysmic Gearhulk', 'Sangrophage', 'Chained to the Rocks', 'Exile', 'Reef Shaman', 'Pillar of Flame', 'Scepter of Fugue', 'Lavaball Trap', 'Stone Quarry', 'Confiscate', 'Psychic Spiral', 'Blazing Archon', 'Fabrication Module', 'Man-o''-War', 'Blackblade Reforged', 'Compulsive Research', 'Woodland Wanderer', 'Thunderbolt', 'Gruul Guildgate', 'Smokestack', 'Dead Weight', 'Benalish Honor Guard', 'Enlisted Wurm', 'Spiritmonger', 'Soul Exchange', 'Behemoth Sledge', 'Kuro, Pitlord', 'Addle', 'Striped Riverwinder', 'Dread Return', 'Dread Statuary', 'Plumeveil', 'Diluvian Primordial', 'Saving Grace', 'Revitalize', 'Qasali Ambusher', 'Intet, the Dreamer', 'Prophetic Bolt', 'Wrecking Ball', 'Empyreal Voyager', 'Tragic Arrogance', 'Ancient Amphitheater', 'Moratorium Stone', 'Mindstorm Crown', 'Teshar, Ancestor''s Apostle', 'Kentaro, the Smiling Cat', 'Distress', 'Secluded Steppe', 'Bogardan Hellkite', 'Grasping Scoundrel', 'Psychatog', 'Confirm Suspicions', 'Yavimaya Elder', 'Orzhov Charm', 'Sin Collector', 'Kitesail Scout', 'Moment of Craving', 'Fungal Infection', 'Forbid', 'Consuming Vapors', 'Jester''s Scepter', 'Bloodwater Entity', 'Hidden Stockpile', 'Void Shatter', 'Stone Haven Outfitter', 'Rustwing Falcon', 'Molten Primordial', 'Web of Inertia', 'Rakshasa Deathdealer', 'Mitotic Slime', 'Putrid Imp', 'Captain''s Claws', 'Crumbling Necropolis', 'Warleader''s Helix', 'Hammer of Bogardan', 'Aether Swooper', 'Blood Scrivener', 'Soul Foundry', 'Riot Control', 'Sage''s Row Denizen', 'Artificer''s Epiphany', 'Epochrasite', 'Trial of Ambition', 'Chromatic Lantern', 'Boros Challenger', 'Azorius Guildgate', 'Rugged Highlands', 'Tormented Hero', 'Abzan Charm', 'Altar''s Reap', 'Journeyer''s Kite', 'Banishing Light', 'Wharf Infiltrator', 'Stromkirk Condemned', 'Teferi''s Moat', 'Faerie Trickery', 'Herald of Torment', 'Followed Footsteps', 'Asylum Visitor', 'Mirko Vosk, Mind Drinker', 'Grimoire Thief', 'Edge of Autumn', 'Attune with Aether', 'Shirei, Shizo''s Caretaker', 'Hellhole Flailer', 'Remove Soul', 'Spellheart Chimera', 'Kjeldoran Outpost', 'Consume the Meek', 'Kor Duelist', 'Exava, Rakdos Blood Witch', 'White Sun''s Zenith', 'Hour of Revelation', 'Cackling Counterpart', 'Suntail Hawk', 'Bane of Bala Ged', 'Sundering Growth', 'Tribute to Hunger', 'Trail of Evidence', 'Memorial to Unity', 'Arvad the Cursed', 'Rupture Spire', 'Necropolis Fiend', 'Clash of Wills', 'Lonely Sandbar', 'Gird for Battle', 'Salvager of Secrets', 'Tragic Lesson', 'Burning of Xinye', 'Walk the Plank', 'Conqueror''s Galleon', 'Indulgent Aristocrat', 'Urborg', 'Seeker of the Way', 'Aryel, Knight of Windgrace', 'Decoction Module', 'Increasing Savagery', 'Psychotic Episode', 'Fevered Visions', 'Elemental Bond', 'Rampant Growth', 'Mystic Monastery', 'High Priest of Penance', 'Psychic Strike', 'Vendetta', 'Steel Sabotage', 'Prepare // Fight', 'Curious Homunculus', 'Vexing Scuttler', 'Gatekeeper of Malakir', 'Tidal Warrior', 'Endless Ranks of the Dead', 'Stuffy Doll', 'Scrabbling Claws', 'The Mending of Dominaria', 'Insidious Will', 'Ondu Giant', 'Foreboding Ruins', 'Arrogant Wurm', 'Hellrider'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 1035.0, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (675.9 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Memorial to Genius', 'Felidar Guardian', 'Last Breath', 'Spiketail Hatchling', 'Martyr of Frost', 'Evolving Wilds', 'Decoction Module', 'Gorgon''s Head', 'Dead Weight', 'Cloudblazer', 'Duskmantle, House of Shadow', 'Kalonian Behemoth', 'Ulcerate', 'Exava, Rakdos Blood Witch', 'Baleful Ammit', 'Desecration Demon', 'Stone Haven Medic', 'Connive // Concoct', 'Chained to the Rocks', 'Expedition Envoy', 'Saving Grace', 'Traxos, Scourge of Kroog', 'Soul Exchange', 'Sphinx of Uthuun', 'Foreboding Ruins', 'Paranoid Delusions', 'Stuffy Doll', 'Howling Golem', 'Enlisted Wurm', 'Painful Truths', 'Sylvan Advocate', 'Narcomoeba', 'Warleader''s Helix', 'Planar Outburst', 'Tragic Arrogance', 'Phantasmal Bear', 'Lantern Kami', 'Temur Ascendancy', 'Terra Stomper', 'Kor Duelist', 'Anticipate', 'Benefaction of Rhonas', 'Endless Ranks of the Dead', 'Remove Soul', 'Oona''s Grace', 'Teferi''s Moat', 'Haunted Dead', 'Krosan Tusker', 'Sculpting Steel', 'Chandra''s Ignition', 'Shriekgeist', 'Curious Homunculus', 'Kentaro, the Smiling Cat', 'Whirler Virtuoso', 'Armament Master', 'Gird for Battle', 'Hour of Eternity', 'Tormenting Voice', 'Kitesail Apprentice', 'Urborg', 'Banishing Light', 'Fevered Visions', 'Kor Outfitter', 'Followed Footsteps', 'Galvanic Bombardment', 'Fungal Infection', 'Cascading Cataracts', 'Behemoth Sledge', 'Bubbling Cauldron', 'Reaper from the Abyss', 'Bogbrew Witch', 'Volcanic Upheaval', 'Rogue Refiner', 'Splendid Reclamation', 'From Under the Floorboards', 'Chromatic Lantern', 'Haunting Echoes', 'Bone Saw', 'Spiritmonger', 'Aryel, Knight of Windgrace', 'Bile Blight', 'Circu, Dimir Lobotomist', 'Starstorm', 'Seeker of the Way', 'Sphere of the Suns', 'Trial of Knowledge', 'Open the Armory', 'Inner Demon', 'Lonely Sandbar', 'Intet, the Dreamer', 'Azorius Guildgate', 'Phantom Nomad', 'Wonder', 'Academy Elite', 'Tormented Hero', 'Hanweir Militia Captain', 'Blighted Fen', 'Psychic Spiral', 'Artificer''s Epiphany', 'Kalastria Healer', 'Empyreal Voyager', 'Memorial to Unity', 'Spelltwine', 'Protean Hydra', 'Smokestack', 'Wretched Gryff', 'Teshar, Ancestor''s Apostle', 'Rogue''s Passage', 'Prepare // Fight', 'Psychotic Episode', 'Advent of the Wurm', 'Quasiduplicate', 'Brain Freeze', 'Into the North', 'Blisterpod', 'Flameshadow Conjuring', 'Qasali Ambusher', 'Vivid Meadow', 'Scatter to the Winds', 'Kuro, Pitlord', 'Danitha Capashen, Paragon', 'Circuitous Route', 'Compulsive Research', 'Faith of the Devoted', 'Palace Familiar', 'Precognition Field', 'Bane of Bala Ged', 'Planar Cleansing', 'Gateway Plaza', 'Cadaver Imp', 'Saheeli''s Artistry', 'Garza Zol, Plague Queen', 'Kitesail Scout', 'Bounty of the Luxa', 'Cloudgoat Ranger', 'Exile', 'Faith''s Fetters', 'Asylum Visitor', 'Jace''s Ingenuity', 'Scent of Brine', 'Flame Jab', 'Encroaching Wastes', 'Pilfered Plans', 'Vicious Conquistador', 'Stolen Identity', 'Ulvenwald Tracker', 'Stone Haven Outfitter', 'Consume the Meek', 'Wharf Infiltrator', 'Crumbling Necropolis', 'Aven Skirmisher', 'Hellrider', 'Abzan Charm', 'Vivid Grove', 'Lavaball Trap', 'Curse of the Swine', 'Heart-Piercer Bow', 'Sigarda''s Aid', 'Whispers of the Muse', 'Mulch', 'Grasping Scoundrel', 'Altered Ego', 'Hypnotic Specter', 'Herald of Torment', 'Fiery Impulse', 'Spawning Pool', 'Opulent Palace', 'Unwind', 'Radiant Flames', 'Magister of Worth', 'Suntail Hawk', 'Glorious Anthem', 'Sangrophage', 'Boros Challenger', 'Increasing Confusion', 'Carrier Thrall', 'Pianna, Nomad Captain', 'Serene Steward', 'Ravenous Rats', 'Skirk Ridge Exhumer', 'Orzhov Charm', 'March from the Tomb', 'Crystal Ball', 'Burning of Xinye', 'Yixlid Jailer', 'Tracker''s Instincts', 'Hordeling Outburst', 'Kederekt Leviathan', 'Treasure Cruise', 'Lich''s Mastery', 'Protean Raider', 'Vivid Marsh', 'Scatter Arc', 'Festering Newt', 'Blazing Archon', 'Highland Lake', 'Dread Statuary', 'Charmbreaker Devils', 'Moratorium Stone', 'Narcolepsy', 'Thopter Spy Network', 'Psychic Strike', 'Mercurial Pretender', 'Careful Consideration', 'Aether Swooper', 'Blighted Woodland', 'Kjeldoran Outpost', 'Savage Lands', 'Masticore', 'Blood Scrivener', 'Loxodon Hierarch', 'Mockery of Nature', 'Arrogant Wurm', 'Helm of the Host', 'Mindstorm Crown', 'Spear of Heliod', 'Hidden Stockpile', 'Jwar Isle Refuge', 'Curse of Thirst', 'Ondu Giant', 'Trail of Evidence', 'Curse of Misfortunes', 'Tribute to Hunger', 'Rattleclaw Mystic', 'Cultivator''s Caravan', 'Urza''s Factory', 'Thornbow Archer', 'Man-o''-War', 'Vendetta', 'Elixir of Immortality', 'Consuming Vapors', 'Drana''s Emissary', 'Reef Shaman', 'Mind Grind', 'Docent of Perfection', 'Dack''s Duplicate', 'Sky Hussar', 'Basking Rootwalla', 'Geistflame', 'Shirei, Shizo''s Caretaker', 'Prophetic Bolt', 'Tragic Lesson', 'Restoration Specialist', 'Incendiary Flow', 'Sundering Growth', 'Yavimaya Elder', 'Conqueror''s Galleon', 'Roiling Terrain', 'World Shaper', 'Captain''s Claws', 'Gilded Lotus', 'Oona, Queen of the Fae', 'Rith''s Charm', 'Mitotic Slime', 'Foul Emissary', 'Kemba, Kha Regent', 'Broken Bond', 'Sandsteppe Citadel', 'The Mending of Dominaria', 'Wretched Banquet', 'Ayli, Eternal Pilgrim', 'Power Sink', 'Last Gasp', 'Declaration in Stone', 'Dream Twist', 'Noose Constrictor', 'Urza''s Ruinous Blast', 'Journeyer''s Kite', 'Nomad Outpost', 'Winds of Rebuke', 'Hada Freeblade', 'Scrabbling Claws', 'Bogardan Hellkite', 'Bojuka Brigand', 'Makeshift Mannequin', 'Salvager of Secrets', 'Scepter of Fugue', 'Rugged Highlands', 'Banewhip Punisher', 'Vampire Cutthroat', 'Web of Inertia', 'Fairgrounds Warden', 'Faerie Trickery', 'Primal Druid', 'Attune with Aether', 'Bloodgift Demon', 'Vexing Scuttler', 'Gatekeeper of Malakir', 'Epochrasite', 'Talent of the Telepath', 'Trial of Ambition', 'Putrefy', 'Lake of the Dead', 'Necrotic Wound', 'Trusty Machete', 'Clone', 'Underworld Cerberus', 'Spellheart Chimera', 'Azra Bladeseeker', 'Stromkirk Condemned', 'Thunderbolt', 'Moldgraf Monstrosity', 'Cartouche of Strength', 'Grim Haruspex', 'Cruel Reality', 'Fabrication Module', 'True Believer', 'Sin Collector', 'Driven // Despair', 'Agony Warp', 'Shrine of Loyal Legions', 'Stone Quarry', 'Renewed Faith', 'Avoid Fate', 'Psychatog', 'Blackblade Reforged', 'Vitu-Ghazi, the City-Tree', 'Molten Primordial', 'Benalish Honor Guard', 'Topplegeist', 'Story Circle', 'Take Inventory', 'Read the Bones', 'Foul Orchard', 'Unsummon', 'Confiscate', 'Leechridden Swamp', 'White Sun''s Zenith', 'Gruul Guildgate', 'Dread Return', 'Hammer of Bogardan', 'Rustwing Falcon', 'Cackling Counterpart', 'Crumbling Vestige', 'Cryptborn Horror', 'Elemental Bond', 'Dreg Mangler', 'Memorial to War', 'Revoke Existence', 'Lashweed Lurker', 'Supernatural Stamina', 'Mirko Vosk, Mind Drinker', 'Increasing Savagery', 'Weaponcraft Enthusiast', 'Summoner''s Egg', 'Sensei Golden-Tail', 'Snapback', 'Insidious Will', 'Mangara of Corondor', 'Kindle', 'Rampant Growth', 'Curse of Death''s Hold', 'Healer''s Hawk', 'Scoured Barrens', 'Jester''s Scepter', 'Burning Oil', 'Repeal', 'Loyal Pegasus', 'Hypothesizzle', 'Grozoth', 'Nullify', 'Grow from the Ashes', 'Simic Guildgate', 'Grimoire Thief', 'Cryptoplasm', 'Heir of Falkenrath', 'Ancient Amphitheater', 'Void Shatter', 'Bloodwater Entity', 'Zulaport Cutthroat', 'Indulgent Aristocrat', 'Pillar of Flame', 'Gruul Signet', 'Revitalize', 'Addle', 'Plumeveil', 'Selesnya Guildmage', 'Weight of Memory', 'High Priest of Penance', 'Putrid Imp', 'Hellhole Flailer', 'Call the Bloodline', 'Invigorated Rampage', 'Identity Thief', 'Izzet Guildgate', 'Watchwolf', 'Riot Control', 'Vessel of Nascency', 'Rakshasa Deathdealer', 'Longtusk Cub', 'Woodland Stream', 'Choked Estuary', 'Arvad the Cursed', 'Sunbird''s Invocation', 'Millstone', 'Night Market Lookout', 'Smother', 'Seal of Primordium', 'Murderous Cut', 'Moment of Craving', 'Drownyard Behemoth', 'Always Watching', 'Dimir Guildgate', 'Altar''s Reap', 'Sage''s Row Denizen', 'Striped Riverwinder', 'Distress', 'Rupture Spire', 'Drowned Secrets', 'Duskborne Skymarcher', 'Memory Sluice', 'Necropolis Fiend', 'Dissipate', 'Flaying Tendrils', 'Consuming Aberration', 'Yavimaya Hollow', 'Tome Scour', 'Soul Foundry', 'Secluded Steppe', 'Blighted Cataract', 'Forbid', 'Rishkar''s Expertise', 'Stasis Snare', 'Transgress the Mind', 'Join the Ranks', 'Rakdos Guildgate', 'Diluvian Primordial', 'Grasp of Darkness', 'Stitch Together', 'Bloodsoaked Champion', 'Sultai Charm', 'Tidal Warrior', 'Hour of Revelation', 'Wrecking Ball', 'Charge', 'Hallowed Moonlight', 'Advanced Stitchwing', 'Engulf the Shore', 'Mystic Monastery', 'Seal of Doom', 'Highland Weald', 'Channeler Initiate', 'Golgari Guildgate', 'Felhide Spiritbinder', 'Edge of Autumn', 'Clash of Wills', 'Woodland Wanderer', 'Diabolic Tutor', 'Dimir Cutpurse', 'Confirm Suspicions', 'Thawing Glaciers', 'Utter End', 'Steel Sabotage', 'Cataclysmic Gearhulk', 'Ashenmoor Gouger', 'Veil of Secrecy', 'Psychic Drain', 'Walk the Plank', 'Autochthon Wurm', 'Pyramid of the Pantheon', 'Shimian Specter', 'Tatyova, Benthic Druid', 'Invasive Surgery'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 675.9, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (270.6 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Dissipate', 'Followed Footsteps', 'Treasure Cruise', 'Wretched Banquet', 'Prepare // Fight', 'Duskmantle, House of Shadow', 'Trusty Machete', 'Stitch Together', 'Nomad Outpost', 'Haunted Dead', 'Aryel, Knight of Windgrace', 'The Mending of Dominaria', 'Diluvian Primordial', 'Noose Constrictor', 'Behemoth Sledge', 'Saving Grace', 'Flame Jab', 'Aether Swooper', 'Whirler Virtuoso', 'Bojuka Brigand', 'Confiscate', 'Dread Statuary', 'Heir of Falkenrath', 'Blackblade Reforged', 'Cloudblazer', 'Journeyer''s Kite', 'Weaponcraft Enthusiast', 'Mulch', 'Cartouche of Strength', 'Faith''s Fetters', 'Driven // Despair', 'Tragic Lesson', 'Faith of the Devoted', 'Kindle', 'Putrefy', 'Topplegeist', 'Narcolepsy', 'Thunderbolt', 'Golgari Guildgate', 'Palace Familiar', 'Haunting Echoes', 'Vivid Meadow', 'Ondu Giant', 'Baleful Ammit', 'Rattleclaw Mystic', 'Tidal Warrior', 'Painful Truths', 'Bile Blight', 'Mystic Monastery', 'Radiant Flames', 'Docent of Perfection', 'Fungal Infection', 'Stone Haven Medic', 'Faerie Trickery', 'Veil of Secrecy', 'Hypothesizzle', 'Pilfered Plans', 'Consuming Aberration', 'Benefaction of Rhonas', 'Scrabbling Claws', 'Bone Saw', 'Burning of Xinye', 'Dimir Cutpurse', 'Spawning Pool', 'Curious Homunculus', 'Kemba, Kha Regent', 'Smother', 'Plumeveil', 'Careful Consideration', 'Thornbow Archer', 'Spear of Heliod', 'Captain''s Claws', 'Kederekt Leviathan', 'Izzet Guildgate', 'Mindstorm Crown', 'Kitesail Apprentice', 'Kalonian Behemoth', 'Planar Outburst', 'Kitesail Scout', 'Garza Zol, Plague Queen', 'Sundering Growth', 'Riot Control', 'Ulvenwald Tracker', 'Fevered Visions', 'Invigorated Rampage', 'Psychic Spiral', 'Grow from the Ashes', 'Grasp of Darkness', 'Volcanic Upheaval', 'Yixlid Jailer', 'Banishing Light', 'Grim Haruspex', 'Serene Steward', 'Loyal Pegasus', 'Altar''s Reap', 'Ancient Amphitheater', 'Revoke Existence', 'Necropolis Fiend', 'Festering Newt', 'Protean Hydra', 'White Sun''s Zenith', 'Glorious Anthem', 'Secluded Steppe', 'Tormented Hero', 'Vitu-Ghazi, the City-Tree', 'Wretched Gryff', 'Wharf Infiltrator', 'Rugged Highlands', 'Diabolic Tutor', 'Urborg', 'Increasing Savagery', 'Circu, Dimir Lobotomist', 'Winds of Rebuke', 'Terra Stomper', 'Vessel of Nascency', 'Mirko Vosk, Mind Drinker', 'Woodland Stream', 'Agony Warp', 'Cadaver Imp', 'Scatter Arc', 'Dream Twist', 'Rogue''s Passage', 'Necrotic Wound', 'Zulaport Cutthroat', 'Artificer''s Epiphany', 'Gruul Guildgate', 'Crumbling Necropolis', 'Choked Estuary', 'Hypnotic Specter', 'Attune with Aether', 'Hanweir Militia Captain', 'Gatekeeper of Malakir', 'Supernatural Stamina', 'Heart-Piercer Bow', 'Forbid', 'Crystal Ball', 'Highland Lake', 'Cryptborn Horror', 'Snapback', 'Foreboding Ruins', 'Flaying Tendrils', 'Scent of Brine', 'Altered Ego', 'Charmbreaker Devils', 'Dreg Mangler', 'Void Shatter', 'Ashenmoor Gouger', 'Brain Freeze', 'Bloodsoaked Champion', 'Skirk Ridge Exhumer', 'Rishkar''s Expertise', 'Mockery of Nature', 'Gird for Battle', 'Smokestack', 'Drana''s Emissary', 'Cascading Cataracts', 'Armament Master', 'Seeker of the Way', 'Man-o''-War', 'Salvager of Secrets', 'Spiritmonger', 'Incendiary Flow', 'Putrid Imp', 'Addle', 'Distress', 'Broken Bond', 'Foul Orchard', 'Makeshift Mannequin', 'Unwind', 'Curse of Death''s Hold', 'Endless Ranks of the Dead', 'Enlisted Wurm', 'Curse of Thirst', 'Shriekgeist', 'Lich''s Mastery', 'Trial of Ambition', 'Asylum Visitor', 'Herald of Torment', 'Curse of the Swine', 'Edge of Autumn', 'Bounty of the Luxa', 'Spiketail Hatchling', 'Dimir Guildgate', 'Walk the Plank', 'Millstone', 'Shrine of Loyal Legions', 'Moldgraf Monstrosity', 'Masticore', 'Compulsive Research', 'Basking Rootwalla', 'Exava, Rakdos Blood Witch', 'Vicious Conquistador', 'Jace''s Ingenuity', 'Last Gasp', 'Last Breath', 'Pyramid of the Pantheon', 'Wonder', 'Cataclysmic Gearhulk', 'Martyr of Frost', 'Sigarda''s Aid', 'Kuro, Pitlord', 'Underworld Cerberus', 'Tome Scour', 'Rakdos Guildgate', 'Fiery Impulse', 'Circuitous Route', 'Rith''s Charm', 'Anticipate', 'Ulcerate', 'Fabrication Module', 'Suntail Hawk', 'Scoured Barrens', 'Talent of the Telepath', 'Kalastria Healer', 'Scepter of Fugue', 'Rakshasa Deathdealer', 'Steel Sabotage', 'Dread Return', 'Nullify', 'True Believer', 'Take Inventory', 'Carrier Thrall', 'Sculpting Steel', 'Simic Guildgate', 'Desecration Demon', 'Watchwolf', 'Advanced Stitchwing', 'Leechridden Swamp', 'Bloodwater Entity', 'Moratorium Stone', 'Utter End', 'Bloodgift Demon', 'Howling Golem', 'Evolving Wilds', 'Traxos, Scourge of Kroog', 'Always Watching', 'Yavimaya Elder', 'Oona''s Grace', 'Grimoire Thief', 'Repeal', 'Rupture Spire', 'Saheeli''s Artistry', 'Sultai Charm', 'Blighted Cataract', 'Phantasmal Bear', 'Ravenous Rats', 'Mind Grind', 'Invasive Surgery', 'Engulf the Shore', 'Loxodon Hierarch', 'Hellhole Flailer', 'Sin Collector', 'Epochrasite', 'Psychic Drain', 'Indulgent Aristocrat', 'Lantern Kami', 'Sandsteppe Citadel', 'Scatter to the Winds', 'Moment of Craving', 'Seal of Primordium', 'Grasping Scoundrel', 'Teshar, Ancestor''s Apostle', 'Azorius Guildgate', 'Hour of Eternity', 'Drownyard Behemoth', 'Dack''s Duplicate', 'Teferi''s Moat', 'Gruul Signet', 'Summoner''s Egg', 'Mitotic Slime', 'Stone Quarry', 'Savage Lands', 'High Priest of Penance', 'Reef Shaman', 'Memorial to War', 'Galvanic Bombardment', 'Crumbling Vestige', 'Tribute to Hunger', 'Trail of Evidence', 'Boros Challenger', 'Identity Thief', 'Memorial to Genius', 'Soul Exchange', 'Unsummon', 'Qasali Ambusher', 'Confirm Suspicions', 'Exile', 'Stuffy Doll', 'Primal Druid', 'Elixir of Immortality', 'Elemental Bond', 'Inner Demon', 'Narcomoeba', 'Soul Foundry', 'Consume the Meek', 'Mercurial Pretender', 'Hordeling Outburst', 'Power Sink', 'Stone Haven Outfitter', 'Splendid Reclamation', 'Vendetta', 'Tracker''s Instincts', 'Kor Outfitter', 'Renewed Faith', 'Shirei, Shizo''s Caretaker', 'Stolen Identity', 'Tragic Arrogance', 'Jester''s Scepter', 'Striped Riverwinder', 'Magister of Worth', 'Hallowed Moonlight', 'Vampire Cutthroat', 'Fairgrounds Warden', 'Warleader''s Helix', 'Duskborne Skymarcher', 'March from the Tomb', 'Temur Ascendancy', 'Helm of the Host', 'Hada Freeblade', 'Cultivator''s Caravan', 'Memory Sluice', 'Curse of Misfortunes', 'Murderous Cut', 'Blighted Woodland', 'Encroaching Wastes', 'Thawing Glaciers', 'Advent of the Wurm', 'Orzhov Charm', 'Longtusk Cub', 'Declaration in Stone', 'Open the Armory', 'Psychatog', 'Story Circle', 'Vivid Marsh', 'Phantom Nomad', 'Connive // Concoct', 'Hidden Stockpile', 'Psychic Strike', 'Pianna, Nomad Captain', 'Read the Bones', 'Lake of the Dead', 'Expedition Envoy', 'Shimian Specter', 'Lonely Sandbar', 'Felhide Spiritbinder', 'Trial of Knowledge', 'Jwar Isle Refuge', 'Blisterpod', 'Abzan Charm', 'Krosan Tusker', 'Gateway Plaza', 'Clone', 'Kor Duelist', 'Protean Raider', 'Intet, the Dreamer', 'Lavaball Trap', 'Cloudgoat Ranger', 'Night Market Lookout', 'Chained to the Rocks', 'Increasing Confusion', 'Sangrophage', 'Lashweed Lurker', 'Sphere of the Suns', 'Cruel Reality', 'Avoid Fate', 'Yavimaya Hollow', 'Join the Ranks', 'Cryptoplasm', 'Sphinx of Uthuun', 'Transgress the Mind', 'Benalish Honor Guard', 'From Under the Floorboards', 'World Shaper', 'Remove Soul', 'Chromatic Lantern', 'Roiling Terrain', 'Bane of Bala Ged', 'Banewhip Punisher', 'Empyreal Voyager', 'Azra Bladeseeker', 'Weight of Memory', 'Seal of Doom', 'Restoration Specialist', 'Consuming Vapors', 'Hour of Revelation', 'Sensei Golden-Tail', 'Memorial to Unity', 'Kentaro, the Smiling Cat', 'Molten Primordial', 'Opulent Palace', 'Pillar of Flame', 'Vexing Scuttler', 'Academy Elite', 'Arvad the Cursed', 'Planar Cleansing', 'Starstorm', 'Highland Weald', 'Oona, Queen of the Fae', 'Rampant Growth', 'Whispers of the Muse', 'Sylvan Advocate', 'Thopter Spy Network', 'Stasis Snare', 'Selesnya Guildmage', 'Bubbling Cauldron', 'Drowned Secrets', 'Prophetic Bolt', 'Psychotic Episode', 'Rogue Refiner', 'Clash of Wills', 'Foul Emissary', 'Sunbird''s Invocation', 'Hellrider', 'Wrecking Ball', 'Felidar Guardian', 'Channeler Initiate', 'Paranoid Delusions', 'Tormenting Voice', 'Autochthon Wurm', 'Dead Weight', 'Cackling Counterpart', 'Into the North', 'Burning Oil', 'Blazing Archon', 'Spelltwine', 'Aven Skirmisher', 'Call the Bloodline', 'Urza''s Factory', 'Blood Scrivener', 'Geistflame', 'Urza''s Ruinous Blast', 'Reaper from the Abyss', 'Bogardan Hellkite', 'Spellheart Chimera', 'Ayli, Eternal Pilgrim', 'Sage''s Row Denizen', 'Grozoth', 'Web of Inertia', 'Charge', 'Insidious Will', 'Mangara of Corondor', 'Precognition Field', 'Gilded Lotus', 'Gorgon''s Head', 'Conqueror''s Galleon', 'Quasiduplicate', 'Arrogant Wurm', 'Rustwing Falcon', 'Blighted Fen', 'Stromkirk Condemned', 'Revitalize', 'Sky Hussar', 'Healer''s Hawk', 'Vivid Grove', 'Bogbrew Witch', 'Decoction Module', 'Chandra''s Ignition', 'Kjeldoran Outpost', 'Flameshadow Conjuring', 'Danitha Capashen, Paragon', 'Woodland Wanderer', 'Hammer of Bogardan', 'Tatyova, Benthic Druid'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 270.6, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (471.3 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Grasp of Darkness', 'Planar Outburst', 'Cadaver Imp', 'Altered Ego', 'Gird for Battle', 'Unwind', 'Crystal Ball', 'Lake of the Dead', 'Baleful Ammit', 'Attune with Aether', 'Azorius Guildgate', 'Gateway Plaza', 'Addle', 'Drowned Secrets', 'Necropolis Fiend', 'Rattleclaw Mystic', 'White Sun''s Zenith', 'Consume the Meek', 'Vicious Conquistador', 'Always Watching', 'Expedition Envoy', 'Academy Elite', 'Stuffy Doll', 'Confirm Suspicions', 'Vendetta', 'Bane of Bala Ged', 'Starstorm', 'Scoured Barrens', 'Circuitous Route', 'Fabrication Module', 'Aryel, Knight of Windgrace', 'Stolen Identity', 'Distress', 'Winds of Rebuke', 'Last Breath', 'Mind Grind', 'Anticipate', 'Spiketail Hatchling', 'Yavimaya Hollow', 'Rakdos Guildgate', 'Psychotic Episode', 'Kor Duelist', 'Soul Foundry', 'Increasing Savagery', 'Fungal Infection', 'Circu, Dimir Lobotomist', 'Fevered Visions', 'Fiery Impulse', 'Sensei Golden-Tail', 'Kentaro, the Smiling Cat', 'Hallowed Moonlight', 'Trial of Knowledge', 'Clone', 'Shimian Specter', 'Urza''s Ruinous Blast', 'Phantasmal Bear', 'Bone Saw', 'Revitalize', 'Stasis Snare', 'Grim Haruspex', 'Spear of Heliod', 'Whispers of the Muse', 'Spiritmonger', 'Bounty of the Luxa', 'Seal of Primordium', 'Summoner''s Egg', 'Sangrophage', 'Noose Constrictor', 'Benefaction of Rhonas', 'Broken Bond', 'Hypnotic Specter', 'Dread Statuary', 'Howling Golem', 'Wretched Banquet', 'Power Sink', 'Cloudblazer', 'Scent of Brine', 'Reaper from the Abyss', 'Desecration Demon', 'Gatekeeper of Malakir', 'Gruul Guildgate', 'Indulgent Aristocrat', 'Hour of Revelation', 'Captain''s Claws', 'Open the Armory', 'Journeyer''s Kite', 'Scatter Arc', 'Blighted Woodland', 'Diabolic Tutor', 'Necrotic Wound', 'Dack''s Duplicate', 'Diluvian Primordial', 'Ancient Amphitheater', 'Roiling Terrain', 'Night Market Lookout', 'Remove Soul', 'Call the Bloodline', 'Terra Stomper', 'Conqueror''s Galleon', 'Bloodgift Demon', 'Hada Freeblade', 'Ondu Giant', 'Thopter Spy Network', 'Seeker of the Way', 'Hidden Stockpile', 'Radiant Flames', 'Psychic Spiral', 'Treasure Cruise', 'Curious Homunculus', 'Garza Zol, Plague Queen', 'Choked Estuary', 'Cryptborn Horror', 'Faith of the Devoted', 'Suntail Hawk', 'Boros Challenger', 'Teferi''s Moat', 'Opulent Palace', 'Narcomoeba', 'Benalish Honor Guard', 'Saheeli''s Artistry', 'Dread Return', 'Elemental Bond', 'Dreg Mangler', 'Confiscate', 'Advanced Stitchwing', 'Serene Steward', 'Thawing Glaciers', 'Felhide Spiritbinder', 'Jace''s Ingenuity', 'Planar Cleansing', 'Grasping Scoundrel', 'Vampire Cutthroat', 'Banewhip Punisher', 'Burning Oil', 'Rampant Growth', 'Glorious Anthem', 'Healer''s Hawk', 'Snapback', 'Blighted Fen', 'From Under the Floorboards', 'Memorial to Genius', 'Engulf the Shore', 'Vexing Scuttler', 'Agony Warp', 'Sultai Charm', 'Read the Bones', 'Crumbling Necropolis', 'Pianna, Nomad Captain', 'Narcolepsy', 'Longtusk Cub', 'Mystic Monastery', 'Temur Ascendancy', 'Gorgon''s Head', 'Underworld Cerberus', 'Evolving Wilds', 'Sky Hussar', 'Plumeveil', 'Curse of the Swine', 'Connive // Concoct', 'Kitesail Scout', 'Dead Weight', 'Ulcerate', 'Tome Scour', 'Kuro, Pitlord', 'Yavimaya Elder', 'Careful Consideration', 'Take Inventory', 'Docent of Perfection', 'Enlisted Wurm', 'Foreboding Ruins', 'Sundering Growth', 'Saving Grace', 'Leechridden Swamp', 'Cataclysmic Gearhulk', 'Talent of the Telepath', 'Bile Blight', 'Kalastria Healer', 'Murderous Cut', 'Sandsteppe Citadel', 'Tracker''s Instincts', 'Painful Truths', 'Hypothesizzle', 'Exava, Rakdos Blood Witch', 'Soul Exchange', 'Curse of Thirst', 'Behemoth Sledge', 'Molten Primordial', 'Autochthon Wurm', 'Sin Collector', 'Golgari Guildgate', 'World Shaper', 'Cascading Cataracts', 'Jester''s Scepter', 'Sculpting Steel', 'Incendiary Flow', 'Decoction Module', 'Bloodsoaked Champion', 'Basking Rootwalla', 'Compulsive Research', 'Precognition Field', 'Bloodwater Entity', 'Memorial to Unity', 'Putrid Imp', 'Utter End', 'Heir of Falkenrath', 'Haunting Echoes', 'Striped Riverwinder', 'Tragic Lesson', 'Stone Quarry', 'Shirei, Shizo''s Caretaker', 'Bubbling Cauldron', 'Transgress the Mind', 'Stitch Together', 'Pillar of Flame', 'Hour of Eternity', 'Sphere of the Suns', 'Palace Familiar', 'Gilded Lotus', 'Stone Haven Outfitter', 'Danitha Capashen, Paragon', 'Curse of Death''s Hold', 'Grozoth', 'Lich''s Mastery', 'Psychic Strike', 'Bogardan Hellkite', 'Flaying Tendrils', 'Ravenous Rats', 'Phantom Nomad', 'Drana''s Emissary', 'Endless Ranks of the Dead', 'Simic Guildgate', 'Walk the Plank', 'Urza''s Factory', 'Memorial to War', 'Banishing Light', 'Weight of Memory', 'Helm of the Host', 'Spellheart Chimera', 'Ayli, Eternal Pilgrim', 'Rugged Highlands', 'Tormenting Voice', 'Cultivator''s Caravan', 'Smokestack', 'Seal of Doom', 'Duskmantle, House of Shadow', 'Rupture Spire', 'Join the Ranks', 'Trusty Machete', 'Sylvan Advocate', 'Prophetic Bolt', 'Man-o''-War', 'Orzhov Charm', 'Driven // Despair', 'Steel Sabotage', 'Cackling Counterpart', 'Hellhole Flailer', 'Ashenmoor Gouger', 'Declaration in Stone', 'Artificer''s Epiphany', 'Dream Twist', 'Abzan Charm', 'Kor Outfitter', 'Hordeling Outburst', 'Advent of the Wurm', 'Splendid Reclamation', 'Shrine of Loyal Legions', 'Thunderbolt', 'Crumbling Vestige', 'Protean Raider', 'Lantern Kami', 'Nullify', 'Faerie Trickery', 'Veil of Secrecy', 'Spelltwine', 'Jwar Isle Refuge', 'Highland Weald', 'Pyramid of the Pantheon', 'Wretched Gryff', 'Increasing Confusion', 'Carrier Thrall', 'Channeler Initiate', 'Moratorium Stone', 'Drownyard Behemoth', 'Mulch', 'Nomad Outpost', 'Vivid Meadow', 'Arvad the Cursed', 'Edge of Autumn', 'Rogue Refiner', 'Magister of Worth', 'Wharf Infiltrator', 'Kemba, Kha Regent', 'Sigarda''s Aid', 'Sage''s Row Denizen', 'Vessel of Nascency', 'Forbid', 'Mirko Vosk, Mind Drinker', 'Lonely Sandbar', 'Cruel Reality', 'Rishkar''s Expertise', 'Encroaching Wastes', 'Scatter to the Winds', 'Tatyova, Benthic Druid', 'Tragic Arrogance', 'Izzet Guildgate', 'Dimir Cutpurse', 'Void Shatter', 'Watchwolf', 'Woodland Wanderer', 'Followed Footsteps', 'Chandra''s Ignition', 'Riot Control', 'Felidar Guardian', 'Teshar, Ancestor''s Apostle', 'Blood Scrivener', 'Savage Lands', 'Web of Inertia', 'Epochrasite', 'Gruul Signet', 'Galvanic Bombardment', 'Loyal Pegasus', 'Scepter of Fugue', 'Elixir of Immortality', 'Restoration Specialist', 'High Priest of Penance', 'Kalonian Behemoth', 'Azra Bladeseeker', 'Scrabbling Claws', 'Weaponcraft Enthusiast', 'Moment of Craving', 'Hammer of Bogardan', 'Warleader''s Helix', 'Spawning Pool', 'Smother', 'The Mending of Dominaria', 'Kindle', 'Reef Shaman', 'Kitesail Apprentice', 'Tormented Hero', 'Mercurial Pretender', 'Ulvenwald Tracker', 'Wonder', 'Memory Sluice', 'March from the Tomb', 'Hellrider', 'Primal Druid', 'Mockery of Nature', 'Woodland Stream', 'Clash of Wills', 'Armament Master', 'Foul Emissary', 'Vivid Marsh', 'Bojuka Brigand', 'Quasiduplicate', 'Sphinx of Uthuun', 'Inner Demon', 'Consuming Aberration', 'Stromkirk Condemned', 'Repeal', 'Arrogant Wurm', 'Highland Lake', 'Millstone', 'Paranoid Delusions', 'Oona, Queen of the Fae', 'Grimoire Thief', 'Mindstorm Crown', 'Trial of Ambition', 'Dissipate', 'Cloudgoat Ranger', 'Vitu-Ghazi, the City-Tree', 'Hanweir Militia Captain', 'Into the North', 'Invasive Surgery', 'Revoke Existence', 'Curse of Misfortunes', 'Whirler Virtuoso', 'Heart-Piercer Bow', 'Martyr of Frost', 'Flameshadow Conjuring', 'Oona''s Grace', 'Rogue''s Passage', 'Thornbow Archer', 'Kjeldoran Outpost', 'Volcanic Upheaval', 'Protean Hydra', 'Psychic Drain', 'Zulaport Cutthroat', 'True Believer', 'Chained to the Rocks', 'Selesnya Guildmage', 'Mangara of Corondor', 'Sunbird''s Invocation', 'Chromatic Lantern', 'Tidal Warrior', 'Rakshasa Deathdealer', 'Rustwing Falcon', 'Avoid Fate', 'Festering Newt', 'Tribute to Hunger', 'Empyreal Voyager', 'Wrecking Ball', 'Altar''s Reap', 'Unsummon', 'Rith''s Charm', 'Moldgraf Monstrosity', 'Burning of Xinye', 'Blighted Cataract', 'Consuming Vapors', 'Exile', 'Insidious Will', 'Lashweed Lurker', 'Asylum Visitor', 'Mitotic Slime', 'Last Gasp', 'Stone Haven Medic', 'Topplegeist', 'Intet, the Dreamer', 'Secluded Steppe', 'Loxodon Hierarch', 'Aether Swooper', 'Bogbrew Witch', 'Charge', 'Geistflame', 'Invigorated Rampage', 'Kederekt Leviathan', 'Herald of Torment', 'Masticore', 'Supernatural Stamina', 'Pilfered Plans', 'Blackblade Reforged', 'Grow from the Ashes', 'Aven Skirmisher', 'Blazing Archon', 'Faith''s Fetters', 'Identity Thief', 'Prepare // Fight', 'Dimir Guildgate', 'Brain Freeze', 'Fairgrounds Warden', 'Vivid Grove', 'Qasali Ambusher', 'Salvager of Secrets', 'Yixlid Jailer', 'Krosan Tusker', 'Foul Orchard', 'Flame Jab', 'Cryptoplasm', 'Shriekgeist', 'Cartouche of Strength', 'Trail of Evidence', 'Putrefy', 'Makeshift Mannequin', 'Duskborne Skymarcher', 'Story Circle', 'Skirk Ridge Exhumer', 'Lavaball Trap', 'Blisterpod', 'Renewed Faith', 'Traxos, Scourge of Kroog', 'Urborg', 'Charmbreaker Devils', 'Psychatog', 'Haunted Dead'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 471.3, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (235.8 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Shriekgeist', 'Qasali Ambusher', 'Thunderbolt', 'Rith''s Charm', 'Clash of Wills', 'Scatter Arc', 'Masticore', 'Gatekeeper of Malakir', 'Protean Hydra', 'Man-o''-War', 'Careful Consideration', 'Curse of Thirst', 'Urza''s Ruinous Blast', 'Palace Familiar', 'Ulvenwald Tracker', 'Broken Bond', 'Charge', 'Evolving Wilds', 'Moment of Craving', 'Vivid Meadow', 'Memorial to Unity', 'Grasp of Darkness', 'Felhide Spiritbinder', 'Curse of Misfortunes', 'Lake of the Dead', 'Radiant Flames', 'Yixlid Jailer', 'Opulent Palace', 'Kitesail Scout', 'Danitha Capashen, Paragon', 'Mirko Vosk, Mind Drinker', 'Suntail Hawk', 'Blazing Archon', 'Lavaball Trap', 'Fevered Visions', 'Consuming Vapors', 'Trial of Ambition', 'Kindle', 'Haunting Echoes', 'Decoction Module', 'Secluded Steppe', 'Murderous Cut', 'Helm of the Host', 'Blighted Cataract', 'Thawing Glaciers', 'Zulaport Cutthroat', 'Steel Sabotage', 'Benalish Honor Guard', 'Insidious Will', 'Cloudblazer', 'Bane of Bala Ged', 'Reaper from the Abyss', 'Grim Haruspex', 'Gorgon''s Head', 'Temur Ascendancy', 'Lich''s Mastery', 'Rattleclaw Mystic', 'Take Inventory', 'Lantern Kami', 'Curse of Death''s Hold', 'Splendid Reclamation', 'Followed Footsteps', 'Abzan Charm', 'Whispers of the Muse', 'Stone Quarry', 'Ashenmoor Gouger', 'Sigarda''s Aid', 'Noose Constrictor', 'Ayli, Eternal Pilgrim', 'Bile Blight', 'Repeal', 'Cackling Counterpart', 'Izzet Guildgate', 'Advanced Stitchwing', 'Hammer of Bogardan', 'Stuffy Doll', 'Identity Thief', 'Oona, Queen of the Fae', 'Putrid Imp', 'Smokestack', 'Autochthon Wurm', 'Kederekt Leviathan', 'Urza''s Factory', 'Hanweir Militia Captain', 'Azra Bladeseeker', 'Confirm Suspicions', 'Captain''s Claws', 'Into the North', 'Confiscate', 'Vivid Grove', 'Fiery Impulse', 'Prophetic Bolt', 'Advent of the Wurm', 'Herald of Torment', 'Mindstorm Crown', 'Festering Newt', 'Tragic Arrogance', 'Memorial to Genius', 'Roiling Terrain', 'Lonely Sandbar', 'Night Market Lookout', 'Nullify', 'Basking Rootwalla', 'Warleader''s Helix', 'Cultivator''s Caravan', 'Plumeveil', 'Tome Scour', 'Hypothesizzle', 'Pilfered Plans', 'Azorius Guildgate', 'Seeker of the Way', 'Jwar Isle Refuge', 'Jace''s Ingenuity', 'Tribute to Hunger', 'Shirei, Shizo''s Caretaker', 'Molten Primordial', 'Dimir Cutpurse', 'Tracker''s Instincts', 'Longtusk Cub', 'Aryel, Knight of Windgrace', 'Stolen Identity', 'Psychotic Episode', 'Traxos, Scourge of Kroog', 'Exile', 'Wretched Banquet', 'Elixir of Immortality', 'Rugged Highlands', 'Gateway Plaza', 'Join the Ranks', 'Bogbrew Witch', 'Dream Twist', 'Connive // Concoct', 'Hidden Stockpile', 'Wrecking Ball', 'Healer''s Hawk', 'Sin Collector', 'Bloodwater Entity', 'Read the Bones', 'Invasive Surgery', 'Diabolic Tutor', 'Tatyova, Benthic Druid', 'Skirk Ridge Exhumer', 'Wonder', 'Sensei Golden-Tail', 'Choked Estuary', 'Rakdos Guildgate', 'Academy Elite', 'Banewhip Punisher', 'Altar''s Reap', 'Clone', 'Mockery of Nature', 'Reef Shaman', 'Supernatural Stamina', 'Phantom Nomad', 'Planar Outburst', 'Mitotic Slime', 'Fungal Infection', 'Spear of Heliod', 'Volcanic Upheaval', 'Mystic Monastery', 'Orzhov Charm', 'Snapback', 'Smother', 'Protean Raider', 'Unsummon', 'Journeyer''s Kite', 'Utter End', 'Hour of Eternity', 'Cryptoplasm', 'Story Circle', 'Sky Hussar', 'Shimian Specter', 'Wretched Gryff', 'Bogardan Hellkite', 'Agony Warp', 'Desecration Demon', 'Scent of Brine', 'Lashweed Lurker', 'Indulgent Aristocrat', 'Driven // Despair', 'Behemoth Sledge', 'Fairgrounds Warden', 'Cloudgoat Ranger', 'Ondu Giant', 'Vendetta', 'Bubbling Cauldron', 'Phantasmal Bear', 'Ravenous Rats', 'Teshar, Ancestor''s Apostle', 'Psychic Strike', 'Heart-Piercer Bow', 'Treasure Cruise', 'Arrogant Wurm', 'Soul Exchange', 'Grow from the Ashes', 'Psychic Spiral', 'Dread Return', 'Tormenting Voice', 'Watchwolf', 'Mind Grind', 'Expedition Envoy', 'Anticipate', 'Flame Jab', 'Cadaver Imp', 'Weight of Memory', 'Asylum Visitor', 'March from the Tomb', 'Gruul Guildgate', 'Foul Emissary', 'Increasing Confusion', 'Diluvian Primordial', 'Vivid Marsh', 'Rishkar''s Expertise', 'Dread Statuary', 'Teferi''s Moat', 'Wharf Infiltrator', 'Declaration in Stone', 'Engulf the Shore', 'Sculpting Steel', 'Dead Weight', 'Web of Inertia', 'Chandra''s Ignition', 'Seal of Primordium', 'Boros Challenger', 'Sylvan Advocate', 'Felidar Guardian', 'Docent of Perfection', 'Drownyard Behemoth', 'Cryptborn Horror', 'Faith of the Devoted', 'Hallowed Moonlight', 'Rakshasa Deathdealer', 'Duskborne Skymarcher', 'Last Gasp', 'Primal Druid', 'Faith''s Fetters', 'Exava, Rakdos Blood Witch', 'Loyal Pegasus', 'Stromkirk Condemned', 'Scrabbling Claws', 'Vexing Scuttler', 'Aven Skirmisher', 'Krosan Tusker', 'Terra Stomper', 'Dack''s Duplicate', 'Urborg', 'Hour of Revelation', 'Sage''s Row Denizen', 'Scepter of Fugue', 'Attune with Aether', 'Stasis Snare', 'Faerie Trickery', 'Quasiduplicate', 'Dimir Guildgate', 'Circuitous Route', 'Walk the Plank', 'Dissipate', 'Blighted Fen', 'Hada Freeblade', 'Underworld Cerberus', 'Paranoid Delusions', 'Bounty of the Luxa', 'Kentaro, the Smiling Cat', 'Rogue Refiner', 'Renewed Faith', 'Narcomoeba', 'Crumbling Necropolis', 'Spelltwine', 'Stone Haven Outfitter', 'Revitalize', 'Arvad the Cursed', 'Tragic Lesson', 'Memory Sluice', 'Memorial to War', 'Drowned Secrets', 'Bloodgift Demon', 'Foreboding Ruins', 'Trail of Evidence', 'Burning of Xinye', 'Blisterpod', 'Spiritmonger', 'Baleful Ammit', 'Blighted Woodland', 'Cartouche of Strength', 'Sundering Growth', 'Seal of Doom', 'Soul Foundry', 'Epochrasite', 'Tormented Hero', 'Yavimaya Elder', 'Scoured Barrens', 'Glorious Anthem', 'Chained to the Rocks', 'Ulcerate', 'Conqueror''s Galleon', 'Hellhole Flailer', 'Encroaching Wastes', 'Last Breath', 'Always Watching', 'Stitch Together', 'Sultai Charm', 'Avoid Fate', 'Open the Armory', 'Woodland Stream', 'Striped Riverwinder', 'The Mending of Dominaria', 'Prepare // Fight', 'Haunted Dead', 'Distress', 'Simic Guildgate', 'Edge of Autumn', 'Riot Control', 'Psychic Drain', 'Cataclysmic Gearhulk', 'Flameshadow Conjuring', 'Foul Orchard', 'Mulch', 'Martyr of Frost', 'Remove Soul', 'Summoner''s Egg', 'Intet, the Dreamer', 'Oona''s Grace', 'Spellheart Chimera', 'Kalastria Healer', 'Winds of Rebuke', 'Vessel of Nascency', 'Restoration Specialist', 'Woodland Wanderer', 'Hellrider', 'Starstorm', 'Power Sink', 'Forbid', 'Spiketail Hatchling', 'Vampire Cutthroat', 'Consuming Aberration', 'Sunbird''s Invocation', 'Enlisted Wurm', 'Cruel Reality', 'Flaying Tendrils', 'Vitu-Ghazi, the City-Tree', 'Mangara of Corondor', 'High Priest of Penance', 'Weaponcraft Enthusiast', 'Bojuka Brigand', 'Talent of the Telepath', 'Garza Zol, Plague Queen', 'Revoke Existence', 'Shrine of Loyal Legions', 'Yavimaya Hollow', 'Hypnotic Specter', 'Scatter to the Winds', 'Duskmantle, House of Shadow', 'Precognition Field', 'Call the Bloodline', 'Heir of Falkenrath', 'Sphinx of Uthuun', 'Rustwing Falcon', 'Aether Swooper', 'Painful Truths', 'Nomad Outpost', 'Chromatic Lantern', 'Hordeling Outburst', 'Curious Homunculus', 'Pyramid of the Pantheon', 'Trusty Machete', 'Pillar of Flame', 'Gruul Signet', 'Pianna, Nomad Captain', 'Howling Golem', 'Geistflame', 'Crystal Ball', 'Jester''s Scepter', 'Curse of the Swine', 'Psychatog', 'Incendiary Flow', 'Golgari Guildgate', 'Tidal Warrior', 'Channeler Initiate', 'Gilded Lotus', 'Savage Lands', 'Vicious Conquistador', 'Kjeldoran Outpost', 'Thornbow Archer', 'World Shaper', 'Compulsive Research', 'Burning Oil', 'Rogue''s Passage', 'Bloodsoaked Champion', 'Planar Cleansing', 'Leechridden Swamp', 'Kor Outfitter', 'Mercurial Pretender', 'Sandsteppe Citadel', 'From Under the Floorboards', 'Necropolis Fiend', 'Galvanic Bombardment', 'Loxodon Hierarch', 'Endless Ranks of the Dead', 'Kemba, Kha Regent', 'Drana''s Emissary', 'Bone Saw', 'Fabrication Module', 'Altered Ego', 'Putrefy', 'Charmbreaker Devils', 'Benefaction of Rhonas', 'Kor Duelist', 'Salvager of Secrets', 'Blood Scrivener', 'Kalonian Behemoth', 'Serene Steward', 'Gird for Battle', 'Banishing Light', 'Rampant Growth', 'Moratorium Stone', 'Carrier Thrall', 'Brain Freeze', 'Consume the Meek', 'Addle', 'Magister of Worth', 'Ancient Amphitheater', 'Elemental Bond', 'Makeshift Mannequin', 'Narcolepsy', 'Empyreal Voyager', 'Spawning Pool', 'Rupture Spire', 'Whirler Virtuoso', 'Saving Grace', 'White Sun''s Zenith', 'Dreg Mangler', 'Inner Demon', 'Selesnya Guildmage', 'Sphere of the Suns', 'Highland Weald', 'Saheeli''s Artistry', 'Armament Master', 'Void Shatter', 'Topplegeist', 'Kitesail Apprentice', 'Moldgraf Monstrosity', 'Cascading Cataracts', 'Unwind', 'Highland Lake', 'Kuro, Pitlord', 'Trial of Knowledge', 'Stone Haven Medic', 'Increasing Savagery', 'Artificer''s Epiphany', 'Thopter Spy Network', 'Sangrophage', 'Veil of Secrecy', 'Transgress the Mind', 'Invigorated Rampage', 'Grasping Scoundrel', 'Millstone', 'Blackblade Reforged', 'Crumbling Vestige', 'Grimoire Thief', 'Grozoth', 'Circu, Dimir Lobotomist', 'Necrotic Wound', 'True Believer'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 235.8, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (623.7 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Striped Riverwinder', 'Gorgon''s Head', 'Open the Armory', 'Tracker''s Instincts', 'Oona, Queen of the Fae', 'Cloudgoat Ranger', 'Hordeling Outburst', 'Kindle', 'Fevered Visions', 'Sylvan Advocate', 'Story Circle', 'Chained to the Rocks', 'Lavaball Trap', 'Tormented Hero', 'Repeal', 'Gateway Plaza', 'Martyr of Frost', 'Crystal Ball', 'Stitch Together', 'Cryptborn Horror', 'Advanced Stitchwing', 'Psychotic Episode', 'Arvad the Cursed', 'Talent of the Telepath', 'Invasive Surgery', 'Highland Lake', 'Fairgrounds Warden', 'Wonder', 'Loyal Pegasus', 'Quasiduplicate', 'Pyramid of the Pantheon', 'Aven Skirmisher', 'Steel Sabotage', 'Exava, Rakdos Blood Witch', 'Cascading Cataracts', 'Broken Bond', 'Azorius Guildgate', 'Increasing Confusion', 'Kuro, Pitlord', 'True Believer', 'Web of Inertia', 'Spellheart Chimera', 'Consuming Vapors', 'Tidal Warrior', 'Shriekgeist', 'Aryel, Knight of Windgrace', 'Armament Master', 'Nullify', 'Necrotic Wound', 'Rogue''s Passage', 'Psychatog', 'Insidious Will', 'Cackling Counterpart', 'Gilded Lotus', 'Hallowed Moonlight', 'Night Market Lookout', 'Duskborne Skymarcher', 'Drowned Secrets', 'Curse of Thirst', 'Sangrophage', 'Nomad Outpost', 'Agony Warp', 'Benefaction of Rhonas', 'Urza''s Factory', 'Lantern Kami', 'Blighted Cataract', 'Haunted Dead', 'Memorial to Unity', 'Rakshasa Deathdealer', 'Join the Ranks', 'Bile Blight', 'Stone Haven Medic', 'Ancient Amphitheater', 'Psychic Drain', 'Rampant Growth', 'Roiling Terrain', 'Planar Cleansing', 'Scoured Barrens', 'Dead Weight', 'Savage Lands', 'Jwar Isle Refuge', 'Yavimaya Elder', 'Scent of Brine', 'Foreboding Ruins', 'Soul Foundry', 'Mulch', 'Foul Orchard', 'Desecration Demon', 'Bubbling Cauldron', 'Weaponcraft Enthusiast', 'Curse of Death''s Hold', 'Thopter Spy Network', 'Memorial to War', 'Garza Zol, Plague Queen', 'Millstone', 'Clash of Wills', 'Dream Twist', 'Splendid Reclamation', 'Mirko Vosk, Mind Drinker', 'Sensei Golden-Tail', 'Reaper from the Abyss', 'Seal of Doom', 'Sphere of the Suns', 'Spawning Pool', 'Protean Hydra', 'Bogardan Hellkite', 'Rith''s Charm', 'Healer''s Hawk', 'Elemental Bond', 'Journeyer''s Kite', 'Longtusk Cub', 'Kjeldoran Outpost', 'Vivid Marsh', 'Into the North', 'Seeker of the Way', 'Rishkar''s Expertise', 'Pianna, Nomad Captain', 'Asylum Visitor', 'Decoction Module', 'Rakdos Guildgate', 'Stuffy Doll', 'Moldgraf Monstrosity', 'Gruul Guildgate', 'Spiketail Hatchling', 'High Priest of Penance', 'Bojuka Brigand', 'Last Breath', 'Krosan Tusker', 'Hada Freeblade', 'Baleful Ammit', 'Blazing Archon', 'Cataclysmic Gearhulk', 'Man-o''-War', 'Chandra''s Ignition', 'Shirei, Shizo''s Caretaker', 'Mystic Monastery', 'Kor Outfitter', 'Declaration in Stone', 'Ondu Giant', 'Heart-Piercer Bow', 'Void Shatter', 'Faith of the Devoted', 'Spear of Heliod', 'Rupture Spire', 'World Shaper', 'Cloudblazer', 'Hypnotic Specter', 'Jace''s Ingenuity', 'Stone Quarry', 'Zulaport Cutthroat', 'Mind Grind', 'Simic Guildgate', 'Whirler Virtuoso', 'Flameshadow Conjuring', 'Ravenous Rats', 'Anticipate', 'Lich''s Mastery', 'Scrabbling Claws', 'Behemoth Sledge', 'Stromkirk Condemned', 'Compulsive Research', 'Revitalize', 'Edge of Autumn', 'Lake of the Dead', 'Rattleclaw Mystic', 'Cryptoplasm', 'Kalastria Healer', 'Dreg Mangler', 'Burning Oil', 'Channeler Initiate', 'Diluvian Primordial', 'Watchwolf', 'Grasping Scoundrel', 'Kentaro, the Smiling Cat', 'Altered Ego', 'Precognition Field', 'Captain''s Claws', 'Vivid Grove', 'Curse of the Swine', 'Elixir of Immortality', 'Forbid', 'Basking Rootwalla', 'Felidar Guardian', 'Boros Challenger', 'Underworld Cerberus', 'Smother', 'Scatter to the Winds', 'Unwind', 'Lonely Sandbar', 'Brain Freeze', 'Mangara of Corondor', 'Wretched Banquet', 'Last Gasp', 'Fabrication Module', 'Dimir Guildgate', 'Revoke Existence', 'Flaying Tendrils', 'Hellhole Flailer', 'Bounty of the Luxa', 'Banishing Light', 'Inner Demon', 'Bane of Bala Ged', 'Foul Emissary', 'Mercurial Pretender', 'Blood Scrivener', 'Traxos, Scourge of Kroog', 'Hour of Eternity', 'Empyreal Voyager', 'Cartouche of Strength', 'Jester''s Scepter', 'Thunderbolt', 'Hour of Revelation', 'Faerie Trickery', 'Masticore', 'Burning of Xinye', 'Mockery of Nature', 'Volcanic Upheaval', 'Magister of Worth', 'Narcolepsy', 'Teferi''s Moat', 'Bloodsoaked Champion', 'Suntail Hawk', 'Topplegeist', 'Urborg', 'Grozoth', 'Tragic Arrogance', 'Take Inventory', 'Starstorm', 'Bloodgift Demon', 'Helm of the Host', 'Galvanic Bombardment', 'Howling Golem', 'Gird for Battle', 'Felhide Spiritbinder', 'Treasure Cruise', 'Vitu-Ghazi, the City-Tree', 'Conqueror''s Galleon', 'Noose Constrictor', 'Trial of Ambition', 'Addle', 'Drownyard Behemoth', 'Wharf Infiltrator', 'Qasali Ambusher', 'Arrogant Wurm', 'Faith''s Fetters', 'Teshar, Ancestor''s Apostle', 'Saheeli''s Artistry', 'Utter End', 'Chromatic Lantern', 'Painful Truths', 'Crumbling Necropolis', 'Dimir Cutpurse', 'Sphinx of Uthuun', 'Loxodon Hierarch', 'Izzet Guildgate', 'Clone', 'Secluded Steppe', 'Expedition Envoy', 'Charge', 'Endless Ranks of the Dead', 'Snapback', 'Sin Collector', 'Gruul Signet', 'Kitesail Scout', 'Spelltwine', 'Sculpting Steel', 'Distress', 'Stolen Identity', 'Serene Steward', 'Read the Bones', 'Consume the Meek', 'Ulvenwald Tracker', 'Azra Bladeseeker', 'Bloodwater Entity', 'Golgari Guildgate', 'Putrid Imp', 'Grimoire Thief', 'Circu, Dimir Lobotomist', 'Seal of Primordium', 'Blisterpod', 'Yixlid Jailer', 'Tribute to Hunger', 'Veil of Secrecy', 'Vessel of Nascency', 'Kitesail Apprentice', 'Oona''s Grace', 'Banewhip Punisher', 'Grow from the Ashes', 'Choked Estuary', 'Kederekt Leviathan', 'Cruel Reality', 'Curse of Misfortunes', 'Moment of Craving', 'Summoner''s Egg', 'Paranoid Delusions', 'Flame Jab', 'Consuming Aberration', 'Tormenting Voice', 'Driven // Despair', 'Salvager of Secrets', 'Pilfered Plans', 'Ulcerate', 'Grim Haruspex', 'Palace Familiar', 'Primal Druid', 'Gatekeeper of Malakir', 'Exile', 'Blighted Woodland', 'Hellrider', 'Tome Scour', 'Ayli, Eternal Pilgrim', 'Encroaching Wastes', 'Necropolis Fiend', 'Prophetic Bolt', 'Protean Raider', 'Yavimaya Hollow', 'Bone Saw', 'Orzhov Charm', 'Blighted Fen', 'Hanweir Militia Captain', 'Narcomoeba', 'Renewed Faith', 'Rustwing Falcon', 'Evolving Wilds', 'Woodland Stream', 'Molten Primordial', 'Prepare // Fight', 'Attune with Aether', 'White Sun''s Zenith', 'Weight of Memory', 'Epochrasite', 'Herald of Torment', 'Phantom Nomad', 'Indulgent Aristocrat', 'Thawing Glaciers', 'Carrier Thrall', 'Abzan Charm', 'Sage''s Row Denizen', 'Vampire Cutthroat', 'Trusty Machete', 'Makeshift Mannequin', 'Academy Elite', 'Supernatural Stamina', 'Terra Stomper', 'Psychic Spiral', 'The Mending of Dominaria', 'Trial of Knowledge', 'Confirm Suspicions', 'Stone Haven Outfitter', 'Warleader''s Helix', 'Docent of Perfection', 'Murderous Cut', 'Artificer''s Epiphany', 'Sunbird''s Invocation', 'Always Watching', 'Geistflame', 'Plumeveil', 'Cadaver Imp', 'Vicious Conquistador', 'Rugged Highlands', 'Aether Swooper', 'Scatter Arc', 'Increasing Savagery', 'Shrine of Loyal Legions', 'Festering Newt', 'Crumbling Vestige', 'Diabolic Tutor', 'Incendiary Flow', 'Pillar of Flame', 'Urza''s Ruinous Blast', 'Call the Bloodline', 'Sky Hussar', 'Memorial to Genius', 'Enlisted Wurm', 'Planar Outburst', 'Hypothesizzle', 'Bogbrew Witch', 'Wretched Gryff', 'Haunting Echoes', 'Grasp of Darkness', 'Selesnya Guildmage', 'Vexing Scuttler', 'Duskmantle, House of Shadow', 'Sandsteppe Citadel', 'Putrefy', 'Unsummon', 'Engulf the Shore', 'Trail of Evidence', 'Charmbreaker Devils', 'Curious Homunculus', 'Vendetta', 'Benalish Honor Guard', 'From Under the Floorboards', 'Danitha Capashen, Paragon', 'Highland Weald', 'Avoid Fate', 'Circuitous Route', 'Soul Exchange', 'Invigorated Rampage', 'Winds of Rebuke', 'Walk the Plank', 'Hidden Stockpile', 'Temur Ascendancy', 'Connive // Concoct', 'Kalonian Behemoth', 'Dread Return', 'Altar''s Reap', 'Followed Footsteps', 'Memory Sluice', 'Dack''s Duplicate', 'Tatyova, Benthic Druid', 'Fungal Infection', 'Sultai Charm', 'Hammer of Bogardan', 'Sundering Growth', 'Ashenmoor Gouger', 'Phantasmal Bear', 'Blackblade Reforged', 'Tragic Lesson', 'Autochthon Wurm', 'Kor Duelist', 'Rogue Refiner', 'Whispers of the Muse', 'Shimian Specter', 'Restoration Specialist', 'Riot Control', 'Saving Grace', 'Fiery Impulse', 'Lashweed Lurker', 'Transgress the Mind', 'Skirk Ridge Exhumer', 'Wrecking Ball', 'Advent of the Wurm', 'Leechridden Swamp', 'Confiscate', 'Reef Shaman', 'Smokestack', 'Heir of Falkenrath', 'Thornbow Archer', 'Stasis Snare', 'Power Sink', 'Sigarda''s Aid', 'Kemba, Kha Regent', 'Psychic Strike', 'Intet, the Dreamer', 'Drana''s Emissary', 'Dread Statuary', 'Radiant Flames', 'Glorious Anthem', 'Woodland Wanderer', 'March from the Tomb', 'Vivid Meadow', 'Cultivator''s Caravan', 'Moratorium Stone', 'Spiritmonger', 'Opulent Palace', 'Mitotic Slime', 'Scepter of Fugue', 'Mindstorm Crown', 'Careful Consideration', 'Remove Soul', 'Dissipate', 'Identity Thief'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 623.7, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (377.3 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Precognition Field', 'Increasing Savagery', 'Orzhov Charm', 'Insidious Will', 'Banishing Light', 'World Shaper', 'Dream Twist', 'Pilfered Plans', 'Yixlid Jailer', 'Behemoth Sledge', 'Blighted Woodland', 'Docent of Perfection', 'Salvager of Secrets', 'Phantasmal Bear', 'Bane of Bala Ged', 'Cataclysmic Gearhulk', 'March from the Tomb', 'Planar Outburst', 'Kalonian Behemoth', 'Circuitous Route', 'Unwind', 'Boros Challenger', 'Faith of the Devoted', 'From Under the Floorboards', 'Pyramid of the Pantheon', 'Scepter of Fugue', 'Rogue''s Passage', 'Yavimaya Elder', 'Shrine of Loyal Legions', 'Lich''s Mastery', 'Take Inventory', 'Confiscate', 'Avoid Fate', 'Invasive Surgery', 'Indulgent Aristocrat', 'Simic Guildgate', 'Vivid Grove', 'Dreg Mangler', 'Tatyova, Benthic Druid', 'Mirko Vosk, Mind Drinker', 'Weight of Memory', 'Lake of the Dead', 'Banewhip Punisher', 'Crumbling Necropolis', 'Agony Warp', 'Ancient Amphitheater', 'Gilded Lotus', 'Soul Exchange', 'Yavimaya Hollow', 'Azra Bladeseeker', 'Rakshasa Deathdealer', 'Blisterpod', 'Serene Steward', 'Prepare // Fight', 'Flameshadow Conjuring', 'Jwar Isle Refuge', 'Palace Familiar', 'Clone', 'Jester''s Scepter', 'Quasiduplicate', 'Saving Grace', 'Rampant Growth', 'Savage Lands', 'Teferi''s Moat', 'Kor Outfitter', 'Basking Rootwalla', 'Glorious Anthem', 'Spear of Heliod', 'Rugged Highlands', 'Tome Scour', 'Foul Emissary', 'Intet, the Dreamer', 'Decoction Module', 'Hour of Revelation', 'Hallowed Moonlight', 'Golgari Guildgate', 'Shriekgeist', 'Vivid Marsh', 'Aven Skirmisher', 'Consume the Meek', 'Tracker''s Instincts', 'Vicious Conquistador', 'Scrabbling Claws', 'Declaration in Stone', 'Advent of the Wurm', 'Grasp of Darkness', 'Ulcerate', 'Longtusk Cub', 'Snapback', 'Web of Inertia', 'True Believer', 'Foreboding Ruins', 'Curse of Misfortunes', 'Stolen Identity', 'Curse of Thirst', 'Mind Grind', 'Consuming Vapors', 'Memorial to War', 'Void Shatter', 'Temur Ascendancy', 'Grozoth', 'Altered Ego', 'Endless Ranks of the Dead', 'Cartouche of Strength', 'Underworld Cerberus', 'Kor Duelist', 'Necrotic Wound', 'Opulent Palace', 'Armament Master', 'Splendid Reclamation', 'Altar''s Reap', 'Kitesail Scout', 'Plumeveil', 'Krosan Tusker', 'Herald of Torment', 'Blood Scrivener', 'Bone Saw', 'Abzan Charm', 'Hammer of Bogardan', 'Fabrication Module', 'Bile Blight', 'Attune with Aether', 'Faith''s Fetters', 'Utter End', 'Diabolic Tutor', 'Roiling Terrain', 'Loyal Pegasus', 'Spelltwine', 'Teshar, Ancestor''s Apostle', 'Urborg', 'Aryel, Knight of Windgrace', 'Vivid Meadow', 'Gorgon''s Head', 'Galvanic Bombardment', 'Sylvan Advocate', 'Hypothesizzle', 'Gateway Plaza', 'Tragic Lesson', 'Restoration Specialist', 'Vampire Cutthroat', 'Exava, Rakdos Blood Witch', 'Chained to the Rocks', 'Bloodsoaked Champion', 'Flame Jab', 'Identity Thief', 'Always Watching', 'Elixir of Immortality', 'Bloodwater Entity', 'Grimoire Thief', 'Academy Elite', 'Charge', 'Followed Footsteps', 'Blazing Archon', 'Shimian Specter', 'Stone Quarry', 'Kederekt Leviathan', 'Supernatural Stamina', 'Trail of Evidence', 'Broken Bond', 'Cadaver Imp', 'The Mending of Dominaria', 'Soul Foundry', 'Walk the Plank', 'Crystal Ball', 'Circu, Dimir Lobotomist', 'Vendetta', 'Cloudgoat Ranger', 'Cruel Reality', 'Shirei, Shizo''s Caretaker', 'Smokestack', 'White Sun''s Zenith', 'Wretched Banquet', 'Stasis Snare', 'Topplegeist', 'Painful Truths', 'Memory Sluice', 'Necropolis Fiend', 'Remove Soul', 'Loxodon Hierarch', 'Vitu-Ghazi, the City-Tree', 'Rakdos Guildgate', 'Call the Bloodline', 'Scatter to the Winds', 'Baleful Ammit', 'Makeshift Mannequin', 'Enlisted Wurm', 'Ulvenwald Tracker', 'Sin Collector', 'Scatter Arc', 'Chandra''s Ignition', 'Kalastria Healer', 'Felhide Spiritbinder', 'Protean Hydra', 'Cryptborn Horror', 'Burning of Xinye', 'Memorial to Unity', 'Smother', 'Dissipate', 'Arrogant Wurm', 'Haunted Dead', 'Urza''s Ruinous Blast', 'Ayli, Eternal Pilgrim', 'Azorius Guildgate', 'Howling Golem', 'Noose Constrictor', 'Whirler Virtuoso', 'Evolving Wilds', 'Read the Bones', 'Warleader''s Helix', 'Curse of Death''s Hold', 'Sundering Growth', 'Trial of Knowledge', 'Seal of Primordium', 'Sensei Golden-Tail', 'High Priest of Penance', 'Fevered Visions', 'Protean Raider', 'Masticore', 'Captain''s Claws', 'Reaper from the Abyss', 'Secluded Steppe', 'Mercurial Pretender', 'Rustwing Falcon', 'Sangrophage', 'Spawning Pool', 'Moratorium Stone', 'Story Circle', 'Martyr of Frost', 'Skirk Ridge Exhumer', 'Ondu Giant', 'Sigarda''s Aid', 'Selesnya Guildmage', 'Sandsteppe Citadel', 'Mindstorm Crown', 'Cascading Cataracts', 'Stuffy Doll', 'Edge of Autumn', 'Hypnotic Specter', 'Suntail Hawk', 'Woodland Stream', 'Cloudblazer', 'Wharf Infiltrator', 'Blackblade Reforged', 'Saheeli''s Artistry', 'Psychic Spiral', 'Nomad Outpost', 'Trusty Machete', 'Night Market Lookout', 'Weaponcraft Enthusiast', 'Foul Orchard', 'Tribute to Hunger', 'Invigorated Rampage', 'Oona, Queen of the Fae', 'Garza Zol, Plague Queen', 'Heart-Piercer Bow', 'Sunbird''s Invocation', 'Ravenous Rats', 'Radiant Flames', 'Sky Hussar', 'Rishkar''s Expertise', 'Kjeldoran Outpost', 'Memorial to Genius', 'Traxos, Scourge of Kroog', 'Sphere of the Suns', 'Conqueror''s Galleon', 'Spellheart Chimera', 'Stone Haven Medic', 'Dread Statuary', 'Lashweed Lurker', 'Tidal Warrior', 'Psychotic Episode', 'Inner Demon', 'Revoke Existence', 'Autochthon Wurm', 'Festering Newt', 'Putrefy', 'Spiritmonger', 'Reef Shaman', 'Advanced Stitchwing', 'Drana''s Emissary', 'Volcanic Upheaval', 'Repeal', 'Consuming Aberration', 'Psychic Strike', 'Pianna, Nomad Captain', 'Driven // Despair', 'Sage''s Row Denizen', 'Thopter Spy Network', 'Thawing Glaciers', 'Treasure Cruise', 'Narcomoeba', 'Grow from the Ashes', 'Choked Estuary', 'Distress', 'Prophetic Bolt', 'Vessel of Nascency', 'Gruul Signet', 'Renewed Faith', 'Terra Stomper', 'Fungal Infection', 'Molten Primordial', 'Veil of Secrecy', 'Hour of Eternity', 'Steel Sabotage', 'Epochrasite', 'Aether Swooper', 'Thornbow Archer', 'Kemba, Kha Regent', 'Spiketail Hatchling', 'Murderous Cut', 'Revitalize', 'Cultivator''s Caravan', 'Riot Control', 'Moment of Craving', 'Gruul Guildgate', 'Sultai Charm', 'Carrier Thrall', 'Fiery Impulse', 'Dimir Guildgate', 'Psychatog', 'Journeyer''s Kite', 'Bounty of the Luxa', 'Dack''s Duplicate', 'Qasali Ambusher', 'Striped Riverwinder', 'Vexing Scuttler', 'Psychic Drain', 'Elemental Bond', 'Careful Consideration', 'Mangara of Corondor', 'Starstorm', 'Ashenmoor Gouger', 'Bubbling Cauldron', 'Narcolepsy', 'Faerie Trickery', 'Fairgrounds Warden', 'Danitha Capashen, Paragon', 'Hada Freeblade', 'Brain Freeze', 'Magister of Worth', 'Grim Haruspex', 'Phantom Nomad', 'Hanweir Militia Captain', 'Diluvian Primordial', 'Expedition Envoy', 'Lantern Kami', 'Burning Oil', 'Charmbreaker Devils', 'Duskborne Skymarcher', 'Bogardan Hellkite', 'Duskmantle, House of Shadow', 'Mitotic Slime', 'Mockery of Nature', 'Unsummon', 'Highland Lake', 'Engulf the Shore', 'Blighted Fen', 'Asylum Visitor', 'Channeler Initiate', 'Rith''s Charm', 'Into the North', 'Millstone', 'Bloodgift Demon', 'Encroaching Wastes', 'Rupture Spire', 'Last Breath', 'Hordeling Outburst', 'Rattleclaw Mystic', 'Oona''s Grace', 'Kitesail Apprentice', 'Primal Druid', 'Connive // Concoct', 'Helm of the Host', 'Lavaball Trap', 'Heir of Falkenrath', 'Curious Homunculus', 'Whispers of the Muse', 'Desecration Demon', 'Zulaport Cutthroat', 'Winds of Rebuke', 'Kentaro, the Smiling Cat', 'Dread Return', 'Seal of Doom', 'Chromatic Lantern', 'Moldgraf Monstrosity', 'Leechridden Swamp', 'Tormenting Voice', 'Bogbrew Witch', 'Dead Weight', 'Mulch', 'Tragic Arrogance', 'Dimir Cutpurse', 'Urza''s Factory', 'Tormented Hero', 'Curse of the Swine', 'Scoured Barrens', 'Empyreal Voyager', 'Talent of the Telepath', 'Lonely Sandbar', 'Izzet Guildgate', 'Hellrider', 'Man-o''-War', 'Stitch Together', 'Woodland Wanderer', 'Putrid Imp', 'Gird for Battle', 'Confirm Suspicions', 'Wonder', 'Blighted Cataract', 'Nullify', 'Summoner''s Egg', 'Thunderbolt', 'Grasping Scoundrel', 'Planar Cleansing', 'Incendiary Flow', 'Stromkirk Condemned', 'Pillar of Flame', 'Mystic Monastery', 'Flaying Tendrils', 'Exile', 'Highland Weald', 'Wrecking Ball', 'Clash of Wills', 'Hidden Stockpile', 'Gatekeeper of Malakir', 'Trial of Ambition', 'Jace''s Ingenuity', 'Stone Haven Outfitter', 'Bojuka Brigand', 'Benalish Honor Guard', 'Benefaction of Rhonas', 'Arvad the Cursed', 'Forbid', 'Compulsive Research', 'Addle', 'Open the Armory', 'Power Sink', 'Drownyard Behemoth', 'Kindle', 'Cryptoplasm', 'Increasing Confusion', 'Sculpting Steel', 'Watchwolf', 'Anticipate', 'Kuro, Pitlord', 'Sphinx of Uthuun', 'Scent of Brine', 'Transgress the Mind', 'Artificer''s Epiphany', 'Join the Ranks', 'Crumbling Vestige', 'Drowned Secrets', 'Felidar Guardian', 'Paranoid Delusions', 'Hellhole Flailer', 'Seeker of the Way', 'Healer''s Hawk', 'Haunting Echoes', 'Wretched Gryff', 'Geistflame', 'Cackling Counterpart', 'Last Gasp', 'Rogue Refiner'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 377.3, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (649.1 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Avoid Fate', 'Haunted Dead', 'Gateway Plaza', 'Remove Soul', 'Curse of Misfortunes', 'Sigarda''s Aid', 'Prophetic Bolt', 'Chandra''s Ignition', 'Volcanic Upheaval', 'Masticore', 'Vicious Conquistador', 'Vendetta', 'Mitotic Slime', 'Tome Scour', 'Psychotic Episode', 'Abzan Charm', 'Trusty Machete', 'Tormenting Voice', 'Orzhov Charm', 'Bogardan Hellkite', 'Rakshasa Deathdealer', 'Sphere of the Suns', 'Pilfered Plans', 'Garza Zol, Plague Queen', 'Felidar Guardian', 'Spiketail Hatchling', 'Urborg', 'Sultai Charm', 'Mockery of Nature', 'Shriekgeist', 'Savage Lands', 'Yixlid Jailer', 'Jace''s Ingenuity', 'Incendiary Flow', 'Magister of Worth', 'Increasing Confusion', 'Azorius Guildgate', 'Autochthon Wurm', 'Shirei, Shizo''s Caretaker', 'Psychic Drain', 'Striped Riverwinder', 'Paranoid Delusions', 'Mindstorm Crown', 'Lantern Kami', 'Foul Orchard', 'Dread Return', 'True Believer', 'Stuffy Doll', 'Aven Skirmisher', 'The Mending of Dominaria', 'Thopter Spy Network', 'Charge', 'Altar''s Reap', 'Oona, Queen of the Fae', 'Into the North', 'Izzet Guildgate', 'Healer''s Hawk', 'Kalastria Healer', 'Increasing Savagery', 'Call the Bloodline', 'Dack''s Duplicate', 'Gruul Guildgate', 'Sunbird''s Invocation', 'Dead Weight', 'Always Watching', 'Hammer of Bogardan', 'Seeker of the Way', 'Reef Shaman', 'Narcomoeba', 'Exava, Rakdos Blood Witch', 'Arrogant Wurm', 'Tribute to Hunger', 'Channeler Initiate', 'Hada Freeblade', 'Confirm Suspicions', 'Cackling Counterpart', 'Distress', 'Veil of Secrecy', 'High Priest of Penance', 'Putrefy', 'Weight of Memory', 'Rith''s Charm', 'Hanweir Militia Captain', 'Arvad the Cursed', 'Blackblade Reforged', 'Hour of Eternity', 'Hordeling Outburst', 'Memorial to Genius', 'Rogue''s Passage', 'Qasali Ambusher', 'Spiritmonger', 'Drowned Secrets', 'Circuitous Route', 'Docent of Perfection', 'Bone Saw', 'Vexing Scuttler', 'Faith of the Devoted', 'Compulsive Research', 'Watchwolf', 'Diabolic Tutor', 'Void Shatter', 'Edge of Autumn', 'Benefaction of Rhonas', 'Flameshadow Conjuring', 'Aryel, Knight of Windgrace', 'Kederekt Leviathan', 'Mind Grind', 'Smokestack', 'Blighted Cataract', 'Dimir Guildgate', 'Mercurial Pretender', 'Serene Steward', 'Read the Bones', 'Transgress the Mind', 'Scoured Barrens', 'Necrotic Wound', 'Mirko Vosk, Mind Drinker', 'Last Breath', 'Brain Freeze', 'Kentaro, the Smiling Cat', 'Cryptborn Horror', 'Zulaport Cutthroat', 'Addle', 'Sylvan Advocate', 'Martyr of Frost', 'Highland Lake', 'Choked Estuary', 'Cruel Reality', 'Mystic Monastery', 'Duskmantle, House of Shadow', 'Desecration Demon', 'Trail of Evidence', 'Protean Hydra', 'Howling Golem', 'Sculpting Steel', 'Blood Scrivener', 'Tormented Hero', 'Evolving Wilds', 'Foul Emissary', 'Secluded Steppe', 'Decoction Module', 'Longtusk Cub', 'Woodland Stream', 'Boros Challenger', 'Splendid Reclamation', 'Grozoth', 'Blazing Archon', 'Consume the Meek', 'Soul Exchange', 'Bane of Bala Ged', 'Ancient Amphitheater', 'Ulvenwald Tracker', 'Blighted Woodland', 'Roiling Terrain', 'Treasure Cruise', 'Declaration in Stone', 'Thawing Glaciers', 'Supernatural Stamina', 'Prepare // Fight', 'Planar Cleansing', 'Ulcerate', 'Bloodgift Demon', 'Jwar Isle Refuge', 'Stromkirk Condemned', 'Sky Hussar', 'Hour of Revelation', 'Rustwing Falcon', 'Web of Inertia', 'Consuming Vapors', 'Spawning Pool', 'Enlisted Wurm', 'Jester''s Scepter', 'Ayli, Eternal Pilgrim', 'Ashenmoor Gouger', 'Stone Haven Outfitter', 'Rampant Growth', 'Crumbling Necropolis', 'Cascading Cataracts', 'Seal of Primordium', 'Artificer''s Epiphany', 'Forbid', 'Hypnotic Specter', 'Benalish Honor Guard', 'Geistflame', 'Temur Ascendancy', 'Terra Stomper', 'Salvager of Secrets', 'Careful Consideration', 'Aether Swooper', 'Gilded Lotus', 'Ondu Giant', 'Underworld Cerberus', 'Wrecking Ball', 'Sandsteppe Citadel', 'White Sun''s Zenith', 'From Under the Floorboards', 'Protean Raider', 'Sangrophage', 'Behemoth Sledge', 'Golgari Guildgate', 'Cloudblazer', 'Bloodsoaked Champion', 'Consuming Aberration', 'Murderous Cut', 'Summoner''s Egg', 'Pyramid of the Pantheon', 'Fiery Impulse', 'Thunderbolt', 'Stolen Identity', 'Lavaball Trap', 'Sin Collector', 'Academy Elite', 'Grow from the Ashes', 'Elemental Bond', 'Insidious Will', 'Fairgrounds Warden', 'Tatyova, Benthic Druid', 'Kor Outfitter', 'Drownyard Behemoth', 'Expedition Envoy', 'Whirler Virtuoso', 'Cultivator''s Caravan', 'Foreboding Ruins', 'Repeal', 'Dreg Mangler', 'Fungal Infection', 'Quasiduplicate', 'Advent of the Wurm', 'Mangara of Corondor', 'Scepter of Fugue', 'Grasping Scoundrel', 'Opulent Palace', 'Wonder', 'Vessel of Nascency', 'Lonely Sandbar', 'Nomad Outpost', 'Psychic Spiral', 'Necropolis Fiend', 'Smother', 'Asylum Visitor', 'Noose Constrictor', 'Cartouche of Strength', 'Heart-Piercer Bow', 'Trial of Knowledge', 'Lich''s Mastery', 'Stone Quarry', 'Vivid Grove', 'Faith''s Fetters', 'Revitalize', 'Advanced Stitchwing', 'Vitu-Ghazi, the City-Tree', 'Curious Homunculus', 'Captain''s Claws', 'Kalonian Behemoth', 'March from the Tomb', 'Palace Familiar', 'Kindle', 'Kuro, Pitlord', 'Confiscate', 'Narcolepsy', 'Baleful Ammit', 'Weaponcraft Enthusiast', 'Kjeldoran Outpost', 'Heir of Falkenrath', 'Putrid Imp', 'Planar Outburst', 'Grim Haruspex', 'Join the Ranks', 'Urza''s Ruinous Blast', 'Banewhip Punisher', 'Stone Haven Medic', 'Gird for Battle', 'Flame Jab', 'Dissipate', 'Stitch Together', 'Vivid Meadow', 'Walk the Plank', 'Moment of Craving', 'Followed Footsteps', 'Encroaching Wastes', 'Festering Newt', 'Unsummon', 'Faerie Trickery', 'Shimian Specter', 'Highland Weald', 'Burning of Xinye', 'Starstorm', 'Wretched Gryff', 'Steel Sabotage', 'Tidal Warrior', 'Thornbow Archer', 'Topplegeist', 'Gorgon''s Head', 'Spellheart Chimera', 'Memory Sluice', 'Armament Master', 'Flaying Tendrils', 'Endless Ranks of the Dead', 'Hallowed Moonlight', 'Spear of Heliod', 'Millstone', 'Felhide Spiritbinder', 'Cloudgoat Ranger', 'Connive // Concoct', 'Painful Truths', 'Sage''s Row Denizen', 'Moratorium Stone', 'Diluvian Primordial', 'Rakdos Guildgate', 'Dream Twist', 'Dimir Cutpurse', 'Seal of Doom', 'Curse of the Swine', 'Makeshift Mannequin', 'Psychatog', 'Restoration Specialist', 'Phantom Nomad', 'Agony Warp', 'Soul Foundry', 'Last Gasp', 'Clone', 'Attune with Aether', 'Haunting Echoes', 'Dread Statuary', 'Stasis Snare', 'Indulgent Aristocrat', 'Charmbreaker Devils', 'Winds of Rebuke', 'Carrier Thrall', 'Clash of Wills', 'Reaper from the Abyss', 'Cadaver Imp', 'Blighted Fen', 'Kitesail Scout', 'Tracker''s Instincts', 'Woodland Wanderer', 'Hypothesizzle', 'Bloodwater Entity', 'Tragic Arrogance', 'Sensei Golden-Tail', 'Warleader''s Helix', 'Helm of the Host', 'Burning Oil', 'Scrabbling Claws', 'Nullify', 'Shrine of Loyal Legions', 'Hellhole Flailer', 'Identity Thief', 'Kemba, Kha Regent', 'Riot Control', 'Krosan Tusker', 'Crumbling Vestige', 'Gruul Signet', 'Whispers of the Muse', 'Grasp of Darkness', 'Selesnya Guildmage', 'Spelltwine', 'Rugged Highlands', 'Fevered Visions', 'Scatter Arc', 'Gatekeeper of Malakir', 'Curse of Death''s Hold', 'World Shaper', 'Pillar of Flame', 'Rattleclaw Mystic', 'Revoke Existence', 'Chained to the Rocks', 'Saheeli''s Artistry', 'Tragic Lesson', 'Talent of the Telepath', 'Invasive Surgery', 'Saving Grace', 'Take Inventory', 'Crystal Ball', 'Rogue Refiner', 'Wharf Infiltrator', 'Grimoire Thief', 'Hellrider', 'Driven // Despair', 'Danitha Capashen, Paragon', 'Vivid Marsh', 'Loyal Pegasus', 'Power Sink', 'Drana''s Emissary', 'Moldgraf Monstrosity', 'Precognition Field', 'Kor Duelist', 'Hidden Stockpile', 'Sundering Growth', 'Bogbrew Witch', 'Epochrasite', 'Oona''s Grace', 'Loxodon Hierarch', 'Chromatic Lantern', 'Banishing Light', 'Cataclysmic Gearhulk', 'Cryptoplasm', 'Exile', 'Sphinx of Uthuun', 'Rishkar''s Expertise', 'Night Market Lookout', 'Yavimaya Hollow', 'Bubbling Cauldron', 'Skirk Ridge Exhumer', 'Circu, Dimir Lobotomist', 'Man-o''-War', 'Inner Demon', 'Open the Armory', 'Elixir of Immortality', 'Wretched Banquet', 'Blisterpod', 'Journeyer''s Kite', 'Intet, the Dreamer', 'Bounty of the Luxa', 'Altered Ego', 'Teferi''s Moat', 'Conqueror''s Galleon', 'Anticipate', 'Kitesail Apprentice', 'Molten Primordial', 'Primal Druid', 'Scent of Brine', 'Azra Bladeseeker', 'Galvanic Bombardment', 'Plumeveil', 'Story Circle', 'Empyreal Voyager', 'Renewed Faith', 'Mulch', 'Fabrication Module', 'Teshar, Ancestor''s Apostle', 'Utter End', 'Glorious Anthem', 'Traxos, Scourge of Kroog', 'Curse of Thirst', 'Psychic Strike', 'Scatter to the Winds', 'Urza''s Factory', 'Radiant Flames', 'Trial of Ambition', 'Bile Blight', 'Unwind', 'Memorial to Unity', 'Vampire Cutthroat', 'Engulf the Shore', 'Lake of the Dead', 'Invigorated Rampage', 'Ravenous Rats', 'Bojuka Brigand', 'Leechridden Swamp', 'Herald of Torment', 'Suntail Hawk', 'Lashweed Lurker', 'Simic Guildgate', 'Snapback', 'Yavimaya Elder', 'Basking Rootwalla', 'Broken Bond', 'Memorial to War', 'Phantasmal Bear', 'Pianna, Nomad Captain', 'Duskborne Skymarcher', 'Rupture Spire'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 649.1, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (100.9 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Kindle', 'Open the Armory', 'Asylum Visitor', 'Phantom Nomad', 'Ulcerate', 'Rampant Growth', 'Rustwing Falcon', 'Heir of Falkenrath', 'Ancient Amphitheater', 'Moment of Craving', 'Urza''s Factory', 'Spiritmonger', 'Gatekeeper of Malakir', 'Followed Footsteps', 'Vivid Grove', 'Jester''s Scepter', 'Woodland Wanderer', 'Putrefy', 'Treasure Cruise', 'Summoner''s Egg', 'Temur Ascendancy', 'Garza Zol, Plague Queen', 'Grasping Scoundrel', 'Jwar Isle Refuge', 'Memorial to Genius', 'Flameshadow Conjuring', 'Vicious Conquistador', 'Rakdos Guildgate', 'Whirler Virtuoso', 'Advent of the Wurm', 'Pilfered Plans', 'Abzan Charm', 'Clash of Wills', 'Izzet Guildgate', 'Increasing Confusion', 'Tribute to Hunger', 'Hypothesizzle', 'Makeshift Mannequin', 'Mercurial Pretender', 'Pianna, Nomad Captain', 'Dream Twist', 'Docent of Perfection', 'Ondu Giant', 'Scatter Arc', 'Vivid Marsh', 'Blazing Archon', 'Psychic Drain', 'Blackblade Reforged', 'Hallowed Moonlight', 'Kuro, Pitlord', 'Spelltwine', 'Bone Saw', 'Planar Outburst', 'Mystic Monastery', 'Drownyard Behemoth', 'Forbid', 'Faerie Trickery', 'Conqueror''s Galleon', 'Kalonian Behemoth', 'Hour of Eternity', 'Void Shatter', 'True Believer', 'Confirm Suspicions', 'Kederekt Leviathan', 'Blood Scrivener', 'Wharf Infiltrator', 'Revitalize', 'Altar''s Reap', 'Endless Ranks of the Dead', 'Restoration Specialist', 'Yavimaya Hollow', 'Winds of Rebuke', 'Sunbird''s Invocation', 'Shimian Specter', 'Mitotic Slime', 'Incendiary Flow', 'Loyal Pegasus', 'Crystal Ball', 'Starstorm', 'Molten Primordial', 'Clone', 'Roiling Terrain', 'Stromkirk Condemned', 'Vivid Meadow', 'Stone Haven Medic', 'Oona, Queen of the Fae', 'Blighted Cataract', 'Traxos, Scourge of Kroog', 'Exava, Rakdos Blood Witch', 'Trusty Machete', 'Prophetic Bolt', 'Vexing Scuttler', 'Protean Hydra', 'Grow from the Ashes', 'Qasali Ambusher', 'Attune with Aether', 'Intet, the Dreamer', 'Arrogant Wurm', 'Into the North', 'Hidden Stockpile', 'Riot Control', 'Captain''s Claws', 'Fevered Visions', 'Cloudgoat Ranger', 'Flame Jab', 'Fabrication Module', 'Suntail Hawk', 'Gird for Battle', 'Armament Master', 'Addle', 'Rishkar''s Expertise', 'Gilded Lotus', 'Martyr of Frost', 'Volcanic Upheaval', 'Consume the Meek', 'Pillar of Flame', 'Expedition Envoy', 'Sky Hussar', 'Dack''s Duplicate', 'Hellhole Flailer', 'Ravenous Rats', 'Indulgent Aristocrat', 'Scatter to the Winds', 'Sultai Charm', 'Salvager of Secrets', 'Hordeling Outburst', 'Kemba, Kha Regent', 'Burning Oil', 'Cataclysmic Gearhulk', 'Woodland Stream', 'Utter End', 'Chandra''s Ignition', 'Helm of the Host', 'Curious Homunculus', 'Galvanic Bombardment', 'Lake of the Dead', 'Cartouche of Strength', 'Bloodwater Entity', 'Urborg', 'Stuffy Doll', 'Dimir Guildgate', 'Vessel of Nascency', 'Sage''s Row Denizen', 'Azra Bladeseeker', 'Advanced Stitchwing', 'Terra Stomper', 'Rattleclaw Mystic', 'Aryel, Knight of Windgrace', 'Putrid Imp', 'Urza''s Ruinous Blast', 'Felidar Guardian', 'Stitch Together', 'Thunderbolt', 'Always Watching', 'World Shaper', 'Smokestack', 'Spawning Pool', 'Yavimaya Elder', 'Mangara of Corondor', 'Kitesail Scout', 'Rugged Highlands', 'Secluded Steppe', 'Necrotic Wound', 'Planar Cleansing', 'Inner Demon', 'Sensei Golden-Tail', 'Millstone', 'Hellrider', 'Sphinx of Uthuun', 'Banishing Light', 'Underworld Cerberus', 'Increasing Savagery', 'Vampire Cutthroat', 'Dread Return', 'Lavaball Trap', 'Decoction Module', 'Heart-Piercer Bow', 'Narcolepsy', 'Sin Collector', 'Lashweed Lurker', 'Teferi''s Moat', 'Rith''s Charm', 'Grim Haruspex', 'Seal of Doom', 'Hada Freeblade', 'From Under the Floorboards', 'Reaper from the Abyss', 'Dimir Cutpurse', 'Story Circle', 'Oona''s Grace', 'Krosan Tusker', 'Cryptoplasm', 'Circu, Dimir Lobotomist', 'Sphere of the Suns', 'Rogue Refiner', 'Fungal Infection', 'Quasiduplicate', 'Confiscate', 'Night Market Lookout', 'Cascading Cataracts', 'Opulent Palace', 'Careful Consideration', 'Soul Exchange', 'Altered Ego', 'Bile Blight', 'Scent of Brine', 'Howling Golem', 'Chromatic Lantern', 'Tidal Warrior', 'Last Breath', 'Wretched Gryff', 'Curse of Thirst', 'Noose Constrictor', 'Power Sink', 'Basking Rootwalla', 'Stasis Snare', 'Gruul Signet', 'Connive // Concoct', 'Memorial to Unity', 'Driven // Despair', 'Prepare // Fight', 'Transgress the Mind', 'Scoured Barrens', 'Blighted Fen', 'Supernatural Stamina', 'Gorgon''s Head', 'Stolen Identity', 'Aven Skirmisher', 'Kor Duelist', 'Selesnya Guildmage', 'Spellheart Chimera', 'Wretched Banquet', 'Blisterpod', 'Even the Odds', 'Diluvian Primordial', 'Invasive Surgery', 'Herald of Torment', 'Nullify', 'Radiant Flames', 'Painful Truths', 'Dreg Mangler', 'Enlisted Wurm', 'Stone Haven Outfitter', 'Magister of Worth', 'Golgari Guildgate', 'Azorius Guildgate', 'Drana''s Emissary', 'Tragic Arrogance', 'Teshar, Ancestor''s Apostle', 'Bubbling Cauldron', 'Curse of the Swine', 'Healer''s Hawk', 'Ayli, Eternal Pilgrim', 'Web of Inertia', 'Shriekgeist', 'Bojuka Brigand', 'Charmbreaker Devils', 'Ashenmoor Gouger', 'Evolving Wilds', 'Plumeveil', 'Benefaction of Rhonas', 'Sigarda''s Aid', 'Bogbrew Witch', 'Stone Quarry', 'Rogue''s Passage', 'Empyreal Voyager', 'Circuitous Route', 'Striped Riverwinder', 'Ulvenwald Tracker', 'Aether Swooper', 'Memorial to War', 'Unsummon', 'Declaration in Stone', 'Take Inventory', 'Tome Scour', 'Kitesail Apprentice', 'Flaying Tendrils', 'Haunting Echoes', 'Moratorium Stone', 'Primal Druid', 'Trial of Knowledge', 'Agony Warp', 'Insidious Will', 'Geistflame', 'Crumbling Vestige', 'Arvad the Cursed', 'Cruel Reality', 'Felhide Spiritbinder', 'Moldgraf Monstrosity', 'Channeler Initiate', 'Sandsteppe Citadel', 'Seal of Primordium', 'Haunted Dead', 'Simic Guildgate', 'Hanweir Militia Captain', 'Trial of Ambition', 'Grozoth', 'Bloodgift Demon', 'Gruul Guildgate', 'Avoid Fate', 'Wonder', 'Lonely Sandbar', 'Saheeli''s Artistry', 'Sangrophage', 'Veil of Secrecy', 'Topplegeist', 'Kjeldoran Outpost', 'Weaponcraft Enthusiast', 'Kentaro, the Smiling Cat', 'Yixlid Jailer', 'Blighted Woodland', 'Invigorated Rampage', 'Narcomoeba', 'Baleful Ammit', 'Vendetta', 'Unwind', 'Consuming Vapors', 'Autochthon Wurm', 'Highland Weald', 'Skirk Ridge Exhumer', 'Festering Newt', 'Bloodsoaked Champion', 'Lich''s Mastery', 'Artificer''s Epiphany', 'Psychic Strike', 'Encroaching Wastes', 'Highland Lake', 'Mirko Vosk, Mind Drinker', 'Identity Thief', 'Last Gasp', 'Brain Freeze', 'Splendid Reclamation', 'Jace''s Ingenuity', 'Distress', 'Foul Orchard', 'Carrier Thrall', 'White Sun''s Zenith', 'Bane of Bala Ged', 'Crumbling Necropolis', 'Renewed Faith', 'Rakshasa Deathdealer', 'Tormenting Voice', 'Grasp of Darkness', 'Epochrasite', 'Leechridden Swamp', 'Watchwolf', 'Gateway Plaza', 'Compulsive Research', 'Curse of Misfortunes', 'Pyramid of the Pantheon', 'Paranoid Delusions', 'Remove Soul', 'Longtusk Cub', 'Hypnotic Specter', 'Serene Steward', 'Spear of Heliod', 'Behemoth Sledge', 'Thopter Spy Network', 'Dead Weight', 'Faith of the Devoted', 'Mockery of Nature', 'Phantasmal Bear', 'Banewhip Punisher', 'Fairgrounds Warden', 'Spiketail Hatchling', 'Snapback', 'Choked Estuary', 'Hour of Revelation', 'Glorious Anthem', 'Mindstorm Crown', 'Consuming Aberration', 'Sylvan Advocate', 'Soul Foundry', 'Tatyova, Benthic Druid', 'Palace Familiar', 'Psychotic Episode', 'Vitu-Ghazi, the City-Tree', 'Steel Sabotage', 'Danitha Capashen, Paragon', 'Savage Lands', 'Precognition Field', 'Drowned Secrets', 'Boros Challenger', 'Smother', 'Desecration Demon', 'Revoke Existence', 'Bounty of the Luxa', 'Loxodon Hierarch', 'Exile', 'Whispers of the Muse', 'Rupture Spire', 'Edge of Autumn', 'Warleader''s Helix', 'Elemental Bond', 'Murderous Cut', 'Curse of Death''s Hold', 'Dread Statuary', 'Talent of the Telepath', 'Kalastria Healer', 'Sculpting Steel', 'Diabolic Tutor', 'Fiery Impulse', 'Psychatog', 'Bogardan Hellkite', 'Nomad Outpost', 'Memory Sluice', 'Charge', 'Thawing Glaciers', 'Call the Bloodline', 'Join the Ranks', 'Read the Bones', 'Broken Bond', 'Duskborne Skymarcher', 'Tormented Hero', 'Weight of Memory', 'Sundering Growth', 'Zulaport Cutthroat', 'Cloudblazer', 'Mulch', 'Benalish Honor Guard', 'Tracker''s Instincts', 'Cadaver Imp', 'Foreboding Ruins', 'Journeyer''s Kite', 'Wrecking Ball', 'Cultivator''s Caravan', 'Orzhov Charm', 'The Mending of Dominaria', 'Grimoire Thief', 'Hammer of Bogardan', 'Saving Grace', 'High Priest of Penance', 'Man-o''-War', 'Cryptborn Horror', 'Shirei, Shizo''s Caretaker', 'Masticore', 'Seeker of the Way', 'Engulf the Shore', 'Trail of Evidence', 'Chained to the Rocks', 'Anticipate', 'Walk the Plank', 'Dissipate', 'Elixir of Immortality', 'Psychic Spiral', 'Cackling Counterpart', 'Protean Raider', 'Faith''s Fetters', 'Scrabbling Claws', 'Academy Elite', 'Thornbow Archer', 'March from the Tomb', 'Scepter of Fugue', 'Necropolis Fiend', 'Burning of Xinye', 'Kor Outfitter', 'Reef Shaman', 'Repeal', 'Shrine of Loyal Legions', 'Foul Emissary', 'Tragic Lesson', 'Mind Grind', 'Duskmantle, House of Shadow', 'Lantern Kami'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 100.9, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (490.8 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Yixlid Jailer', 'Advent of the Wurm', 'Necropolis Fiend', 'Psychatog', 'Bloodsoaked Champion', 'Qasali Ambusher', 'Heir of Falkenrath', 'Haunting Echoes', 'Seal of Doom', 'Leechridden Swamp', 'Skirk Ridge Exhumer', 'Garza Zol, Plague Queen', 'Kalastria Healer', 'Walk the Plank', 'Stasis Snare', 'Grimoire Thief', 'Cruel Reality', 'Pyramid of the Pantheon', 'Open the Armory', 'Ayli, Eternal Pilgrim', 'Arrogant Wurm', 'Desecration Demon', 'Curse of the Swine', 'Rishkar''s Expertise', 'Highland Weald', 'Sin Collector', 'Fevered Visions', 'Teferi''s Moat', 'Indulgent Aristocrat', 'Chromatic Lantern', 'Treasure Cruise', 'Glorious Anthem', 'Howling Golem', 'Tragic Lesson', 'Aether Swooper', 'Cultivator''s Caravan', 'Edge of Autumn', 'Fairgrounds Warden', 'Sundering Growth', 'Simic Guildgate', 'Orzhov Charm', 'Blazing Archon', 'Steel Sabotage', 'Mind Grind', 'Golgari Guildgate', 'Transgress the Mind', 'Scoured Barrens', 'Kentaro, the Smiling Cat', 'Pianna, Nomad Captain', 'Putrid Imp', 'Wrecking Ball', 'Molten Primordial', 'Sculpting Steel', 'Declaration in Stone', 'Haunted Dead', 'Sigarda''s Aid', 'Necrotic Wound', 'Grow from the Ashes', 'Thopter Spy Network', 'Kederekt Leviathan', 'Smokestack', 'Tormented Hero', 'Dread Return', 'Bloodgift Demon', 'Journeyer''s Kite', 'Drowned Secrets', 'Exile', 'Winds of Rebuke', 'Shirei, Shizo''s Caretaker', 'Weight of Memory', 'Hellrider', 'Spear of Heliod', 'Faith of the Devoted', 'Cackling Counterpart', 'Psychic Strike', 'Faith''s Fetters', 'Curious Homunculus', 'Urza''s Ruinous Blast', 'Bubbling Cauldron', 'Boros Challenger', 'Behemoth Sledge', 'Read the Bones', 'Rustwing Falcon', 'Martyr of Frost', 'Masticore', 'Reaper from the Abyss', 'Oona, Queen of the Fae', 'Renewed Faith', 'Summoner''s Egg', 'Hour of Eternity', 'Kindle', 'Dack''s Duplicate', 'Intet, the Dreamer', 'Diabolic Tutor', 'Bogbrew Witch', 'Veil of Secrecy', 'Forbid', 'Zulaport Cutthroat', 'Narcomoeba', 'Blood Scrivener', 'Kor Outfitter', 'Careful Consideration', 'Chained to the Rocks', 'Seeker of the Way', 'Academy Elite', 'Sultai Charm', 'Vengeful Pharaoh', 'Roiling Terrain', 'Yavimaya Hollow', 'Lavaball Trap', 'Charge', 'Followed Footsteps', 'Loxodon Hierarch', 'Mitotic Slime', 'Mercurial Pretender', 'Tome Scour', 'Kemba, Kha Regent', 'Benefaction of Rhonas', 'Duskmantle, House of Shadow', 'Memorial to Genius', 'Asylum Visitor', 'Yavimaya Elder', 'Vivid Grove', 'Armament Master', 'Vexing Scuttler', 'Volcanic Upheaval', 'Revitalize', 'Soul Foundry', 'Rogue Refiner', 'Gird for Battle', 'Inner Demon', 'Engulf the Shore', 'Memorial to War', 'Altered Ego', 'Confirm Suspicions', 'Terra Stomper', 'Nullify', 'Blighted Fen', 'Repeal', 'From Under the Floorboards', 'Dissipate', 'Avoid Fate', 'Captain''s Claws', 'Talent of the Telepath', 'Join the Ranks', 'Revoke Existence', 'Starstorm', 'Healer''s Hawk', 'Stromkirk Condemned', 'Galvanic Bombardment', 'Ancient Amphitheater', 'Pillar of Flame', 'Blighted Cataract', 'Splendid Reclamation', 'Longtusk Cub', 'Highland Lake', 'Izzet Guildgate', 'Vivid Meadow', 'Hellhole Flailer', 'Last Gasp', 'Spawning Pool', 'Burning Oil', 'Supernatural Stamina', 'Cataclysmic Gearhulk', 'Bogardan Hellkite', 'Hordeling Outburst', 'Elixir of Immortality', 'Blighted Woodland', 'Circuitous Route', 'Weaponcraft Enthusiast', 'Rupture Spire', 'Artificer''s Epiphany', 'Gatekeeper of Malakir', 'Abzan Charm', 'Cascading Cataracts', 'Story Circle', 'Carrier Thrall', 'Ulvenwald Tracker', 'Curse of Thirst', 'Cloudgoat Ranger', 'Channeler Initiate', 'Ondu Giant', 'Dimir Guildgate', 'Exava, Rakdos Blood Witch', 'Distress', 'Vessel of Nascency', 'Dread Statuary', 'Kuro, Pitlord', 'Cryptborn Horror', 'Murderous Cut', 'Into the North', 'Drana''s Emissary', 'Woodland Wanderer', 'Gorgon''s Head', 'Dreg Mangler', 'Vivid Marsh', 'Trial of Knowledge', 'Putrefy', 'Geistflame', 'Kitesail Apprentice', 'Sylvan Advocate', 'Underworld Cerberus', 'Phantasmal Bear', 'Decoction Module', 'Consuming Vapors', 'Baleful Ammit', 'Millstone', 'Advanced Stitchwing', 'Shimian Specter', 'Reef Shaman', 'Mockery of Nature', 'Tidal Warrior', 'Bloodwater Entity', 'Conqueror''s Galleon', 'Saheeli''s Artistry', 'Banishing Light', 'Sphere of the Suns', 'Secluded Steppe', 'Wonder', 'Even the Odds', 'Hada Freeblade', 'Protean Hydra', 'Increasing Savagery', 'Smother', 'Grasping Scoundrel', 'Memorial to Unity', 'Mystic Monastery', 'Web of Inertia', 'Felidar Guardian', 'Stitch Together', 'Jester''s Scepter', 'Wharf Infiltrator', 'Kitesail Scout', 'Plumeveil', 'Herald of Torment', 'Magister of Worth', 'Flame Jab', 'Clone', 'Blackblade Reforged', 'Helm of the Host', 'Void Shatter', 'Rakdos Guildgate', 'Painful Truths', 'Cryptoplasm', 'Temur Ascendancy', 'Take Inventory', 'Foul Emissary', 'Crumbling Necropolis', 'Tribute to Hunger', 'Opulent Palace', 'Endless Ranks of the Dead', 'Tormenting Voice', 'Moldgraf Monstrosity', 'Sangrophage', 'Loyal Pegasus', 'Prophetic Bolt', 'Primal Druid', 'Bojuka Brigand', 'Krosan Tusker', 'Clash of Wills', 'Stone Quarry', 'Bane of Bala Ged', 'Epochrasite', 'Basking Rootwalla', 'Cartouche of Strength', 'The Mending of Dominaria', 'Kor Duelist', 'Rampant Growth', 'Wretched Gryff', 'Jace''s Ingenuity', 'Serene Steward', 'Identity Thief', 'Bounty of the Luxa', 'Traxos, Scourge of Kroog', 'Stone Haven Outfitter', 'Memory Sluice', 'Worm Harvest', 'Incendiary Flow', 'Ashenmoor Gouger', 'Call the Bloodline', 'Nomad Outpost', 'Man-o''-War', 'Planar Outburst', 'Circu, Dimir Lobotomist', 'Altar''s Reap', 'Duskborne Skymarcher', 'Tragic Arrogance', 'Confiscate', 'Consuming Aberration', 'Radiant Flames', 'Mulch', 'Prepare // Fight', 'Lantern Kami', 'Trail of Evidence', 'Ulcerate', 'Consume the Meek', 'Mirko Vosk, Mind Drinker', 'Foul Orchard', 'Pilfered Plans', 'Shrine of Loyal Legions', 'Quasiduplicate', 'Rith''s Charm', 'Drownyard Behemoth', 'Flameshadow Conjuring', 'Insidious Will', 'Rugged Highlands', 'Mortuary Mire', 'Thornbow Archer', 'Brain Freeze', 'Compulsive Research', 'Scatter to the Winds', 'Vendetta', 'Invigorated Rampage', 'Mangara of Corondor', 'Cloudblazer', 'Hypothesizzle', 'Diluvian Primordial', 'Bile Blight', 'Scepter of Fugue', 'Lonely Sandbar', 'Hammer of Bogardan', 'Faerie Trickery', 'Trial of Ambition', 'Stuffy Doll', 'Banewhip Punisher', 'Restoration Specialist', 'Anticipate', 'Makeshift Mannequin', 'Aven Skirmisher', 'Mindstorm Crown', 'Kalonian Behemoth', 'Spiketail Hatchling', 'Crystal Ball', 'Sphinx of Uthuun', 'World Shaper', 'Elemental Bond', 'Attune with Aether', 'Bone Saw', 'Gruul Guildgate', 'Enlisted Wurm', 'Snapback', 'Curse of Death''s Hold', 'Chandra''s Ignition', 'Seal of Primordium', 'Stone Haven Medic', 'Lich''s Mastery', 'Charmbreaker Devils', 'Palace Familiar', 'Expedition Envoy', 'Stolen Identity', 'Protean Raider', 'Hypnotic Specter', 'Azorius Guildgate', 'Savage Lands', 'True Believer', 'Autochthon Wurm', 'Curse of Misfortunes', 'Flaying Tendrils', 'Gilded Lotus', 'Broken Bond', 'Hanweir Militia Captain', 'Power Sink', 'Docent of Perfection', 'Tatyova, Benthic Druid', 'Urborg', 'Utter End', 'Thawing Glaciers', 'Psychic Spiral', 'Last Breath', 'Dimir Cutpurse', 'Always Watching', 'Scatter Arc', 'Rakshasa Deathdealer', 'Moment of Craving', 'Sage''s Row Denizen', 'Selesnya Guildmage', 'Evolving Wilds', 'Burning of Xinye', 'Aryel, Knight of Windgrace', 'Salvager of Secrets', 'Invasive Surgery', 'Rogue''s Passage', 'Scent of Brine', 'Thunderbolt', 'Benalish Honor Guard', 'Crumbling Vestige', 'Hour of Revelation', 'Sensei Golden-Tail', 'Connive // Concoct', 'Gateway Plaza', 'Precognition Field', 'Hidden Stockpile', 'Rattleclaw Mystic', 'Grim Haruspex', 'Grasp of Darkness', 'Urza''s Factory', 'Jwar Isle Refuge', 'Addle', 'Warleader''s Helix', 'Lake of the Dead', 'Wretched Banquet', 'Dead Weight', 'Unwind', 'Arvad the Cursed', 'Woodland Stream', 'Ravenous Rats', 'Fabrication Module', 'March from the Tomb', 'Whispers of the Muse', 'Remove Soul', 'Psychotic Episode', 'Foreboding Ruins', 'Kjeldoran Outpost', 'Noose Constrictor', 'Psychic Drain', 'Agony Warp', 'Fungal Infection', 'Planar Cleansing', 'Spiritmonger', 'Lashweed Lurker', 'Striped Riverwinder', 'Unsummon', 'Phantom Nomad', 'Riot Control', 'White Sun''s Zenith', 'Honored Hydra', 'Whirler Virtuoso', 'Sandsteppe Citadel', 'Empyreal Voyager', 'Vitu-Ghazi, the City-Tree', 'Topplegeist', 'Gruul Signet', 'Driven // Despair', 'Sky Hussar', 'Felhide Spiritbinder', 'Narcolepsy', 'Fiery Impulse', 'Trusty Machete', 'Choked Estuary', 'Blisterpod', 'Paranoid Delusions', 'Festering Newt', 'Cadaver Imp', 'Moratorium Stone', 'Teshar, Ancestor''s Apostle', 'Grozoth', 'Suntail Hawk', 'Increasing Confusion', 'Watchwolf', 'Encroaching Wastes', 'Tracker''s Instincts', 'Spelltwine', 'Skinrender', 'Spellheart Chimera', 'Soul Exchange', 'Vampire Cutthroat', 'Vicious Conquistador', 'Heart-Piercer Bow', 'Night Market Lookout', 'Shriekgeist', 'Sunbird''s Invocation', 'Hallowed Moonlight', 'High Priest of Penance', 'Dream Twist', 'Danitha Capashen, Paragon', 'Azra Bladeseeker', 'Saving Grace', 'Scrabbling Claws', 'Oona''s Grace'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 490.8, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (105.9 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Clash of Wills', 'Steel Sabotage', 'Inner Demon', 'Vengeful Pharaoh', 'Ancient Amphitheater', 'Hordeling Outburst', 'Painful Truths', 'Basking Rootwalla', 'Cadaver Imp', 'Loyal Pegasus', 'Psychotic Episode', 'Gruul Signet', 'Zulaport Cutthroat', 'Increasing Savagery', 'Edge of Autumn', 'Wolfbriar Elemental', 'Millstone', 'Mind Grind', 'Supernatural Stamina', 'Crumbling Vestige', 'Moldgraf Monstrosity', 'Smokestack', 'Sandsteppe Citadel', 'Clone', 'Quasiduplicate', 'Identity Thief', 'Duskmantle, House of Shadow', 'Hanweir Militia Captain', 'Bloodgift Demon', 'Artificer''s Epiphany', 'Aven Skirmisher', 'Azorius Guildgate', 'Altar''s Reap', 'Sculpting Steel', 'Renewed Faith', 'Reaper from the Abyss', 'Blazing Archon', 'Natural Connection', 'Stone Haven Outfitter', 'Compulsive Research', 'Topplegeist', 'Revitalize', 'Blighted Fen', 'Noose Constrictor', 'Wrecking Ball', 'Charmbreaker Devils', 'Vessel of Nascency', 'Hypnotic Specter', 'Last Gasp', 'Hada Freeblade', 'Yixlid Jailer', 'Tragic Lesson', 'Confiscate', 'Putrefy', 'Foreboding Ruins', 'Power Sink', 'Cascading Cataracts', 'Weaponcraft Enthusiast', 'Fiery Impulse', 'Lake of the Dead', 'Simic Guildgate', 'Chromatic Lantern', 'Always Watching', 'Scrabbling Claws', 'Shriekgeist', 'World Shaper', 'Snapback', 'Phantasmal Bear', 'Leechridden Swamp', 'Kemba, Kha Regent', 'Whirler Virtuoso', 'Riot Control', 'Kor Duelist', 'Kjeldoran Outpost', 'Jwar Isle Refuge', 'Heart-Piercer Bow', 'Open the Armory', 'Yavimaya Elder', 'Vendetta', 'Molten Primordial', 'Sage''s Row Denizen', 'Kentaro, the Smiling Cat', 'Tormented Hero', 'Trusty Machete', 'Azra Bladeseeker', 'Ulvenwald Tracker', 'Sultai Charm', 'Spelltwine', 'Tribute to Hunger', 'Blackblade Reforged', 'Necropolis Fiend', 'Savage Lands', 'Stolen Identity', 'Broken Bond', 'Man-o''-War', 'Saheeli''s Artistry', 'Cryptborn Horror', 'Narcolepsy', 'Dread Statuary', 'Woodland Wanderer', 'Night Market Lookout', 'Faerie Trickery', 'Choked Estuary', 'Sundering Growth', 'Scoured Barrens', 'Terra Stomper', 'Hammer of Bogardan', 'Elemental Bond', 'Curse of Thirst', 'Memory Sluice', 'Careful Consideration', 'Haunted Dead', 'Autochthon Wurm', 'Shimian Specter', 'Seal of Primordium', 'Mindstorm Crown', 'Watchwolf', 'Banewhip Punisher', 'Benefaction of Rhonas', 'Winds of Rebuke', 'Jace''s Ingenuity', 'Attune with Aether', 'Into the North', 'Orzhov Charm', 'Declaration in Stone', 'Splendid Reclamation', 'Cartouche of Strength', 'Jester''s Scepter', 'Drownyard Behemoth', 'Forbid', 'Wharf Infiltrator', 'Izzet Guildgate', 'Smother', 'Expedition Envoy', 'Rupture Spire', 'Sin Collector', 'Mercurial Pretender', 'Reef Shaman', 'Salvager of Secrets', 'Tormenting Voice', 'Hypothesizzle', 'Curious Homunculus', 'Dissipate', 'Foul Emissary', 'Lonely Sandbar', 'Trial of Knowledge', 'Soul Foundry', 'Sylvan Advocate', 'Urborg', 'Galvanic Bombardment', 'Captain''s Claws', 'Tragic Arrogance', 'Teshar, Ancestor''s Apostle', 'Stone Quarry', 'Gruul Guildgate', 'Skirk Ridge Exhumer', 'Ravenous Rats', 'Rakshasa Deathdealer', 'Story Circle', 'Starstorm', 'Walk the Plank', 'Treasure Cruise', 'Sangrophage', 'Advanced Stitchwing', 'Stuffy Doll', 'Hellhole Flailer', 'Flameshadow Conjuring', 'Web of Inertia', 'Bloodwater Entity', 'Crumbling Necropolis', 'Prophetic Bolt', 'Endless Ranks of the Dead', 'Felhide Spiritbinder', 'Hour of Eternity', 'Blisterpod', 'Herald of Torment', 'Spellheart Chimera', 'Lich''s Mastery', 'Gatekeeper of Malakir', 'Sagu Mauler', 'Carrier Thrall', 'Utter End', 'Thawing Glaciers', 'Cruel Reality', 'Thopter Spy Network', 'Rishkar''s Expertise', 'Behemoth Sledge', 'Faith of the Devoted', 'Talent of the Telepath', 'Tracker''s Instincts', 'Advent of the Wurm', 'Seeker of the Way', 'Engulf the Shore', 'Hidden Stockpile', 'True Believer', 'Paranoid Delusions', 'Traxos, Scourge of Kroog', 'Encroaching Wastes', 'Vampire Cutthroat', 'Stromkirk Condemned', 'Evolving Wilds', 'Seal of Doom', 'Lantern Kami', 'Bogbrew Witch', 'Pilfered Plans', 'Bubbling Cauldron', 'Longtusk Cub', 'Vivid Grove', 'Moratorium Stone', 'Trail of Evidence', 'Unsummon', 'Stasis Snare', 'Bile Blight', 'Flaying Tendrils', 'Urza''s Ruinous Blast', 'Curse of the Swine', 'Grasp of Darkness', 'Oona''s Grace', 'Consume the Meek', 'Trial of Ambition', 'Bounty of the Luxa', 'Pelakka Wurm', 'Drowned Secrets', 'Narcomoeba', 'Arvad the Cursed', 'Underworld Cerberus', 'Flame Jab', 'Loxodon Hierarch', 'Grasping Scoundrel', 'Heir of Falkenrath', 'Read the Bones', 'Banishing Light', 'Docent of Perfection', 'Precognition Field', 'Tome Scour', 'Scatter to the Winds', 'Nullify', 'Secluded Steppe', 'Mulch', 'Diabolic Tutor', 'Join the Ranks', 'Cataclysmic Gearhulk', 'Abzan Charm', 'Saving Grace', 'Protean Hydra', 'Shefet Monitor', 'Masticore', 'Restoration Specialist', 'Scepter of Fugue', 'Call the Bloodline', 'Woodland Stream', 'Dread Return', 'Ulcerate', 'Invasive Surgery', 'Baleful Ammit', 'Bloodsoaked Champion', 'Last Breath', 'Drana''s Emissary', 'Curse of Death''s Hold', 'Psychic Spiral', 'Soul Exchange', 'Tidal Warrior', 'Channeler Initiate', 'Mystic Monastery', 'Dack''s Duplicate', 'Vexing Scuttler', 'Garza Zol, Plague Queen', 'Thornbow Archer', 'Prepare // Fight', 'Veil of Secrecy', 'Temur Ascendancy', 'Putrid Imp', 'Decoction Module', 'Spiritmonger', 'Vivid Marsh', 'Qasali Ambusher', 'Wonder', 'Take Inventory', 'Nissa''s Revelation', 'Striped Riverwinder', 'Memorial to Unity', 'Faith''s Fetters', 'Rogue''s Passage', 'Rampant Growth', 'Blighted Woodland', 'Invigorated Rampage', 'Spear of Heliod', 'Journeyer''s Kite', 'Sphinx of Uthuun', 'Increasing Confusion', 'Mortuary Mire', 'Psychic Strike', 'Exile', 'Radiant Flames', 'Dimir Cutpurse', 'Blood Scrivener', 'Rakdos Guildgate', 'Cryptoplasm', 'Blighted Cataract', 'Pillar of Flame', 'Memorial to Genius', 'Worm Harvest', 'Spiketail Hatchling', 'Followed Footsteps', 'Yavimaya Hollow', 'Bojuka Brigand', 'Agony Warp', 'Scent of Brine', 'Duskborne Skymarcher', 'Opulent Palace', 'Hour of Revelation', 'Benalish Honor Guard', 'Dream Twist', 'Shirei, Shizo''s Caretaker', 'Intet, the Dreamer', 'Epochrasite', 'Necrotic Wound', 'Thunderbolt', 'Gorgon''s Head', 'Serene Steward', 'Diluvian Primordial', 'Sunbird''s Invocation', 'Geistflame', 'Wretched Banquet', 'Lavaball Trap', 'Insidious Will', 'Helm of the Host', 'Fairgrounds Warden', 'Psychic Drain', 'Shrine of Loyal Legions', 'Dreg Mangler', 'Sensei Golden-Tail', 'Aryel, Knight of Windgrace', 'Lashweed Lurker', 'Vicious Conquistador', 'Unwind', 'Psychatog', 'Kederekt Leviathan', 'Indulgent Aristocrat', 'Ondu Giant', 'Mirko Vosk, Mind Drinker', 'Rogue Refiner', 'Grim Haruspex', 'Stone Haven Medic', 'Enlisted Wurm', 'Scatter Arc', 'Brain Freeze', 'Driven // Despair', 'Consuming Vapors', 'Sigarda''s Aid', 'Repeal', 'Fevered Visions', 'Remove Soul', 'Planar Outburst', 'Dimir Guildgate', 'Phantom Nomad', 'Skinrender', 'Desecration Demon', 'Whispers of the Muse', 'Mitotic Slime', 'Academy Elite', 'Kor Outfitter', 'Burning Oil', 'Arrogant Wurm', 'Chained to the Rocks', 'Primal Druid', 'Asylum Visitor', 'Selesnya Guildmage', 'Rustwing Falcon', 'Vivid Meadow', 'Even the Odds', 'Curse of Misfortunes', 'Martyr of Frost', 'Oona, Queen of the Fae', 'Tatyova, Benthic Druid', 'Kindle', 'Teferi''s Moat', 'Gird for Battle', 'Gilded Lotus', 'Danitha Capashen, Paragon', 'Glorious Anthem', 'Moment of Craving', 'Suntail Hawk', 'Circuitous Route', 'Howling Golem', 'Distress', 'Rugged Highlands', 'Cloudblazer', 'Charge', 'Krosan Tusker', 'High Priest of Penance', 'Circu, Dimir Lobotomist', 'Confirm Suspicions', 'Kuro, Pitlord', 'Exava, Rakdos Blood Witch', 'Summoner''s Egg', 'Gateway Plaza', 'Kitesail Scout', 'Vitu-Ghazi, the City-Tree', 'Cackling Counterpart', 'Foul Orchard', 'Kitesail Apprentice', 'Mockery of Nature', 'Void Shatter', 'Dead Weight', 'Murderous Cut', 'Festering Newt', 'Golgari Guildgate', 'Armament Master', 'Nomad Outpost', 'Haunting Echoes', 'Grimoire Thief', 'Pyramid of the Pantheon', 'Bone Saw', 'Sky Hussar', 'The Mending of Dominaria', 'Highland Lake', 'White Sun''s Zenith', 'Kalastria Healer', 'Ayli, Eternal Pilgrim', 'Kalonian Behemoth', 'Mangara of Corondor', 'Transgress the Mind', 'Burning of Xinye', 'Grow from the Ashes', 'March from the Tomb', 'Roiling Terrain', 'Anticipate', 'Honored Hydra', 'Altered Ego', 'Pianna, Nomad Captain', 'Incendiary Flow', 'Avoid Fate', 'Protean Raider', 'Weight of Memory', 'Conqueror''s Galleon', 'Sphere of the Suns', 'Makeshift Mannequin', 'Boros Challenger', 'Ashenmoor Gouger', 'Plumeveil', 'Bogardan Hellkite', 'Consuming Aberration', 'Aether Swooper', 'Connive // Concoct', 'Fungal Infection', 'Rattleclaw Mystic', 'Highland Weald', 'Spawning Pool', 'Chandra''s Ignition', 'Dawntreader Elk', 'Rith''s Charm', 'Felidar Guardian', 'Palace Familiar', 'Healer''s Hawk', 'Warleader''s Helix', 'Cloudgoat Ranger', 'From Under the Floorboards', 'Bane of Bala Ged', 'Memorial to War', 'Planar Cleansing', 'Stitch Together', 'Volcanic Upheaval', 'Crystal Ball', 'Revoke Existence', 'Magister of Worth', 'Hellrider', 'Wretched Gryff', 'Cultivator''s Caravan', 'Urza''s Factory', 'Empyreal Voyager', 'Hallowed Moonlight', 'Fabrication Module', 'Grozoth', 'Elixir of Immortality', 'Addle'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 105.9, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (2282.1 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Herald of Torment', 'Conqueror''s Galleon', 'Exile', 'Encroaching Wastes', 'Lantern Kami', 'Dead Weight', 'Nissa''s Revelation', 'Sunbird''s Invocation', 'Sphinx of Uthuun', 'Vitu-Ghazi, the City-Tree', 'Hanweir Militia Captain', 'Faerie Trickery', 'Edge of Autumn', 'Shimian Specter', 'Gateway Plaza', 'Reef Shaman', 'Stuffy Doll', 'Academy Elite', 'Watchwolf', 'Vampire Cutthroat', 'Terra Stomper', 'Precognition Field', 'Followed Footsteps', 'Mockery of Nature', 'Quasiduplicate', 'Fevered Visions', 'Gilded Lotus', 'Savage Lands', 'Highland Lake', 'Urza''s Factory', 'Glorious Anthem', 'Baleful Ammit', 'Vessel of Nascency', 'Garza Zol, Plague Queen', 'Empyreal Voyager', 'Stitch Together', 'Driven // Despair', 'Azorius Guildgate', 'Trusty Machete', 'Call the Bloodline', 'Urborg', 'Scepter of Fugue', 'Fiery Impulse', 'Seal of Doom', 'Weight of Memory', 'Nomad Outpost', 'Advanced Stitchwing', 'Lake of the Dead', 'Last Breath', 'Striped Riverwinder', 'Putrefy', 'Arvad the Cursed', 'Exava, Rakdos Blood Witch', 'Advent of the Wurm', 'Memory Sluice', 'Addle', 'Walk the Plank', 'Curse of Death''s Hold', 'The Mending of Dominaria', 'Noose Constrictor', 'Curious Homunculus', 'Paranoid Delusions', 'Diluvian Primordial', 'Necropolis Fiend', 'Sin Collector', 'Traxos, Scourge of Kroog', 'Psychic Drain', 'Blazing Archon', 'Seal of Primordium', 'Grasp of Darkness', 'Narcomoeba', 'Scrabbling Claws', 'Blackblade Reforged', 'Magister of Worth', 'Skinrender', 'Bone Saw', 'Shrine of Loyal Legions', 'Cartouche of Strength', 'Spelltwine', 'Sphere of the Suns', 'Indulgent Aristocrat', 'Zulaport Cutthroat', 'Armament Master', 'Sensei Golden-Tail', 'Gatekeeper of Malakir', 'Kederekt Leviathan', 'Diabolic Tutor', 'Stone Haven Outfitter', 'Whispers of the Muse', 'Smother', 'Kuro, Pitlord', 'Starstorm', 'Leechridden Swamp', 'Artificer''s Epiphany', 'Temur Ascendancy', 'Highland Weald', 'Clone', 'Geistflame', 'Makeshift Mannequin', 'Mitotic Slime', 'Duskmantle, House of Shadow', 'Endless Ranks of the Dead', 'Aryel, Knight of Windgrace', 'Broken Bond', 'Distress', 'Cruel Reality', 'Burning of Xinye', 'Cadaver Imp', 'Evolving Wilds', 'Supernatural Stamina', 'Mirko Vosk, Mind Drinker', 'Rogue''s Passage', 'Hidden Stockpile', 'Consuming Vapors', 'Vendetta', 'Helm of the Host', 'Web of Inertia', 'Jace''s Ingenuity', 'Foul Orchard', 'Painful Truths', 'Skirk Ridge Exhumer', 'Stone Haven Medic', 'Seeker of the Way', 'Sky Hussar', 'Elemental Bond', 'Grim Haruspex', 'Identity Thief', 'Reaper from the Abyss', 'Necrotic Wound', 'Warleader''s Helix', 'Spawning Pool', 'Tormenting Voice', 'Flame Jab', 'Always Watching', 'Palace Familiar', 'Utter End', 'Stromkirk Condemned', 'Dissipate', 'Dawntreader Elk', 'Moratorium Stone', 'Cascading Cataracts', 'Curse of the Swine', 'Pelakka Wurm', 'Wharf Infiltrator', 'Wolfbriar Elemental', 'Cultivator''s Caravan', 'Trial of Ambition', 'Tatyova, Benthic Druid', 'Tome Scour', 'Moldgraf Monstrosity', 'Galvanic Bombardment', 'Scatter to the Winds', 'Spear of Heliod', 'Psychatog', 'Suntail Hawk', 'Forbid', 'Talent of the Telepath', 'Kalastria Healer', 'Benalish Honor Guard', 'Phantom Nomad', 'Circuitous Route', 'Natural Connection', 'Longtusk Cub', 'Felhide Spiritbinder', 'Sagu Mauler', 'Kor Duelist', 'Rustwing Falcon', 'Hour of Eternity', 'Mystic Monastery', 'Foreboding Ruins', 'Yavimaya Hollow', 'Vexing Scuttler', 'Altered Ego', 'Anticipate', 'Murderous Cut', 'Wretched Gryff', 'Heir of Falkenrath', 'Chained to the Rocks', 'Sangrophage', 'Ayli, Eternal Pilgrim', 'Kor Outfitter', 'Clash of Wills', 'Abzan Charm', 'Carrier Thrall', 'Attune with Aether', 'Grozoth', 'Hellrider', 'Molten Primordial', 'Blisterpod', 'Treasure Cruise', 'Last Gasp', 'Masticore', 'March from the Tomb', 'Agony Warp', 'Phantasmal Bear', 'Putrid Imp', 'Compulsive Research', 'Bloodsoaked Champion', 'Tidal Warrior', 'Hypnotic Specter', 'Psychotic Episode', 'Journeyer''s Kite', 'Cackling Counterpart', 'Repeal', 'Narcolepsy', 'Sandsteppe Citadel', 'Sultai Charm', 'Cryptborn Horror', 'Vivid Meadow', 'Void Shatter', 'Confirm Suspicions', 'Gruul Guildgate', 'Cloudgoat Ranger', 'Rith''s Charm', 'Hour of Revelation', 'Memorial to War', 'Bane of Bala Ged', 'Bogbrew Witch', 'Tracker''s Instincts', 'Remove Soul', 'Bloodwater Entity', 'Banewhip Punisher', 'Ancient Amphitheater', 'Teshar, Ancestor''s Apostle', 'High Priest of Penance', 'Protean Raider', 'Rakdos Guildgate', 'Planar Cleansing', 'Spellheart Chimera', 'Pilfered Plans', 'Thawing Glaciers', 'Story Circle', 'Pianna, Nomad Captain', 'Charmbreaker Devils', 'Power Sink', 'Consume the Meek', 'Sundering Growth', 'Join the Ranks', 'Ulcerate', 'Expedition Envoy', 'Thopter Spy Network', 'Healer''s Hawk', 'Confiscate', 'Primal Druid', 'Haunted Dead', 'Insidious Will', 'Qasali Ambusher', 'Docent of Perfection', 'Duskborne Skymarcher', 'Hellhole Flailer', 'Memorial to Unity', 'Yixlid Jailer', 'Faith''s Fetters', 'Whirler Virtuoso', 'Fabrication Module', 'Danitha Capashen, Paragon', 'Roiling Terrain', 'Grasping Scoundrel', 'Prophetic Bolt', 'Chromatic Lantern', 'Splendid Reclamation', 'Hordeling Outburst', 'Drowned Secrets', 'Kindle', 'Memorial to Genius', 'Serene Steward', 'Heart-Piercer Bow', 'Grimoire Thief', 'Wonder', 'Steel Sabotage', 'Asylum Visitor', 'Trail of Evidence', 'Cloudblazer', 'Scent of Brine', 'Blighted Cataract', 'Izzet Guildgate', 'Shirei, Shizo''s Caretaker', 'Invigorated Rampage', 'Channeler Initiate', 'True Believer', 'Saheeli''s Artistry', 'Loyal Pegasus', 'Tragic Lesson', 'Take Inventory', 'Planar Outburst', 'Selesnya Guildmage', 'Scatter Arc', 'Oona, Queen of the Fae', 'Bogardan Hellkite', 'Protean Hydra', 'Avoid Fate', 'Ashenmoor Gouger', 'Drana''s Emissary', 'Bloodgift Demon', 'Blighted Fen', 'Secluded Steppe', 'Bubbling Cauldron', 'Shefet Monitor', 'Arrogant Wurm', 'Loxodon Hierarch', 'Golgari Guildgate', 'Moment of Craving', 'Vengeful Pharaoh', 'Scoured Barrens', 'Captain''s Claws', 'Unwind', 'Aven Skirmisher', 'Crumbling Necropolis', 'Summoner''s Egg', 'Millstone', 'Behemoth Sledge', 'Prepare // Fight', 'Sylvan Advocate', 'Simic Guildgate', 'Krosan Tusker', 'Ulvenwald Tracker', 'Into the North', 'Circu, Dimir Lobotomist', 'Thunderbolt', 'Underworld Cerberus', 'Azra Bladeseeker', 'Increasing Confusion', 'Stolen Identity', 'Careful Consideration', 'Altar''s Reap', 'Worm Harvest', 'Psychic Spiral', 'Intet, the Dreamer', 'Spiritmonger', 'Grow from the Ashes', 'Soul Foundry', 'Revoke Existence', 'Burning Oil', 'Consuming Aberration', 'Pyramid of the Pantheon', 'Saving Grace', 'Lashweed Lurker', 'Yavimaya Elder', 'Hypothesizzle', 'Topplegeist', 'Gird for Battle', 'Kemba, Kha Regent', 'Foul Emissary', 'Mortuary Mire', 'Choked Estuary', 'Mangara of Corondor', 'Declaration in Stone', 'Basking Rootwalla', 'Ondu Giant', 'Snapback', 'Mindstorm Crown', 'Bounty of the Luxa', 'Woodland Stream', 'Lavaball Trap', 'Boros Challenger', 'Spiketail Hatchling', 'Sage''s Row Denizen', 'Dread Statuary', 'Blood Scrivener', 'Wrecking Ball', 'Engulf the Shore', 'Plumeveil', 'Gruul Signet', 'Stasis Snare', 'Kjeldoran Outpost', 'Sculpting Steel', 'Haunting Echoes', 'Sigarda''s Aid', 'Rupture Spire', 'Dimir Cutpurse', 'Charge', 'Soul Exchange', 'Shriekgeist', 'Kentaro, the Smiling Cat', 'Volcanic Upheaval', 'Restoration Specialist', 'Man-o''-War', 'Urza''s Ruinous Blast', 'Desecration Demon', 'Cryptoplasm', 'Dread Return', 'Wretched Banquet', 'Decoction Module', 'Howling Golem', 'Lonely Sandbar', 'Unsummon', 'Dack''s Duplicate', 'Chandra''s Ignition', 'Orzhov Charm', 'Brain Freeze', 'Epochrasite', 'Weaponcraft Enthusiast', 'Blighted Woodland', 'Opulent Palace', 'Rugged Highlands', 'Vicious Conquistador', 'Dream Twist', 'Mind Grind', 'Bile Blight', 'Rishkar''s Expertise', 'Incendiary Flow', 'Drownyard Behemoth', 'Invasive Surgery', 'Read the Bones', 'Hada Freeblade', 'Winds of Rebuke', 'Rampant Growth', 'Inner Demon', 'Veil of Secrecy', 'Flameshadow Conjuring', 'Trial of Knowledge', 'World Shaper', 'Stone Quarry', 'Kitesail Scout', 'Jwar Isle Refuge', 'White Sun''s Zenith', 'From Under the Floorboards', 'Ravenous Rats', 'Fairgrounds Warden', 'Crumbling Vestige', 'Pillar of Flame', 'Cataclysmic Gearhulk', 'Mercurial Pretender', 'Oona''s Grace', 'Rogue Refiner', 'Increasing Savagery', 'Open the Armory', 'Fungal Infection', 'Benefaction of Rhonas', 'Mulch', 'Curse of Thirst', 'Bojuka Brigand', 'Tragic Arrogance', 'Rattleclaw Mystic', 'Dreg Mangler', 'Kalonian Behemoth', 'Tormented Hero', 'Curse of Misfortunes', 'Felidar Guardian', 'Hallowed Moonlight', 'Salvager of Secrets', 'Woodland Wanderer', 'Martyr of Frost', 'Kitesail Apprentice', 'Transgress the Mind', 'Nullify', 'Thornbow Archer', 'Flaying Tendrils', 'Autochthon Wurm', 'Honored Hydra', 'Night Market Lookout', 'Jester''s Scepter', 'Hammer of Bogardan', 'Crystal Ball', 'Elixir of Immortality', 'Festering Newt', 'Even the Odds', 'Enlisted Wurm', 'Psychic Strike', 'Tribute to Hunger', 'Vivid Marsh', 'Aether Swooper', 'Connive // Concoct', 'Rakshasa Deathdealer', 'Gorgon''s Head', 'Smokestack', 'Vivid Grove', 'Banishing Light', 'Radiant Flames'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 2282.1, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (1622.8 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Mystic Monastery', 'Dream Twist', 'Roiling Terrain', 'Oona, Queen of the Fae', 'Circu, Dimir Lobotomist', 'Ondu Giant', 'Narcomoeba', 'Sphere of the Suns', 'Putrefy', 'Asylum Visitor', 'Murderous Cut', 'Oona''s Grace', 'Into the North', 'Tragic Arrogance', 'Supernatural Stamina', 'Stone Quarry', 'Charge', 'Chained to the Rocks', 'Encroaching Wastes', 'Starstorm', 'Tatyova, Benthic Druid', 'Altar''s Reap', 'Sage''s Row Denizen', 'Nissa''s Revelation', 'Vampire Cutthroat', 'Thunderbolt', 'Spellheart Chimera', 'Wonder', 'Simic Guildgate', 'Dread Statuary', 'Enlisted Wurm', 'Hellhole Flailer', 'Flame Jab', 'Mirko Vosk, Mind Drinker', 'Seeker of the Way', 'Cadaver Imp', 'Necropolis Fiend', 'Consuming Aberration', 'Empyreal Voyager', 'Cascading Cataracts', 'Always Watching', 'Psychatog', 'Intet, the Dreamer', 'Hammer of Bogardan', 'Walk the Plank', 'Watchwolf', 'Gird for Battle', 'Carrier Thrall', 'Charmbreaker Devils', 'Cloudblazer', 'Evolving Wilds', 'Flameshadow Conjuring', 'Faith''s Fetters', 'Baleful Ammit', 'Krosan Tusker', 'Kor Outfitter', 'Urborg', 'Pillar of Flame', 'Cartouche of Strength', 'Mortuary Mire', 'Flaying Tendrils', 'Autochthon Wurm', 'Confiscate', 'Gruul Guildgate', 'Orzhov Charm', 'Aven Skirmisher', 'Stitch Together', 'Dreg Mangler', 'Drana''s Emissary', 'Transgress the Mind', 'Docent of Perfection', 'Curious Homunculus', 'Nullify', 'Rogue''s Passage', 'Sensei Golden-Tail', 'Increasing Confusion', 'Wolfbriar Elemental', 'Psychic Strike', 'Dissipate', 'Web of Inertia', 'Cloudgoat Ranger', 'Snapback', 'Broken Bond', 'Invigorated Rampage', 'Increasing Savagery', 'Duskborne Skymarcher', 'Advent of the Wurm', 'Scoured Barrens', 'Hellrider', 'Tormented Hero', 'Nomad Outpost', 'Vengeful Pharaoh', 'Curse of Misfortunes', 'Highland Weald', 'Drownyard Behemoth', 'Danitha Capashen, Paragon', 'Putrid Imp', 'Ulvenwald Tracker', 'Captain''s Claws', 'Grimoire Thief', 'Millstone', 'High Priest of Penance', 'Hour of Eternity', 'Identity Thief', 'Sundering Growth', 'Engulf the Shore', 'Rogue Refiner', 'Masticore', 'Honored Hydra', 'Scent of Brine', 'Edge of Autumn', 'Memory Sluice', 'Diabolic Tutor', 'Summoner''s Egg', 'Sultai Charm', 'Fairgrounds Warden', 'Kemba, Kha Regent', 'Phantom Nomad', 'Rugged Highlands', 'Soul Exchange', 'Crystal Ball', 'Secluded Steppe', 'Bogardan Hellkite', 'Decoction Module', 'Ancient Amphitheater', 'Crumbling Vestige', 'Vendetta', 'Tragic Lesson', 'Sphinx of Uthuun', 'Mercurial Pretender', 'Prepare // Fight', 'Terra Stomper', 'Call the Bloodline', 'March from the Tomb', 'Sin Collector', 'Clone', 'Forbid', 'Makeshift Mannequin', 'Vivid Grove', 'Saheeli''s Artistry', 'Kuro, Pitlord', 'Curse of Death''s Hold', 'Bogbrew Witch', 'Phantasmal Bear', 'Behemoth Sledge', 'Dimir Cutpurse', 'Veil of Secrecy', 'Narcolepsy', 'Primal Druid', 'Expedition Envoy', 'Altered Ego', 'Vivid Meadow', 'Planar Cleansing', 'Reef Shaman', 'Anticipate', 'Cryptborn Horror', 'Howling Golem', 'Night Market Lookout', 'Trial of Knowledge', 'Blighted Cataract', 'Mangara of Corondor', 'Arrogant Wurm', 'Mockery of Nature', 'Conqueror''s Galleon', 'Gilded Lotus', 'Soul Foundry', 'Jace''s Ingenuity', 'Wretched Banquet', 'Zulaport Cutthroat', 'Tidal Warrior', 'Pianna, Nomad Captain', 'Hypothesizzle', 'Underworld Cerberus', 'Selesnya Guildmage', 'Last Gasp', 'Ulcerate', 'Sandsteppe Citadel', 'Mind Grind', 'Kjeldoran Outpost', 'Golgari Guildgate', 'Benefaction of Rhonas', 'Psychic Spiral', 'Paranoid Delusions', 'Azorius Guildgate', 'Noose Constrictor', 'Wharf Infiltrator', 'Hour of Revelation', 'Cruel Reality', 'Herald of Torment', 'Chromatic Lantern', 'Aether Swooper', 'Molten Primordial', 'Blazing Archon', 'Jwar Isle Refuge', 'Curse of the Swine', 'Highland Lake', 'Shimian Specter', 'Cataclysmic Gearhulk', 'Sunbird''s Invocation', 'Weaponcraft Enthusiast', 'Bloodwater Entity', 'Mindstorm Crown', 'Treasure Cruise', 'Chandra''s Ignition', 'Galvanic Bombardment', 'Volcanic Upheaval', 'Indulgent Aristocrat', 'Ashenmoor Gouger', 'Drowned Secrets', 'The Mending of Dominaria', 'Revoke Existence', 'Scrabbling Claws', 'Painful Truths', 'Kalastria Healer', 'Spiketail Hatchling', 'Fungal Infection', 'Restoration Specialist', 'From Under the Floorboards', 'Splendid Reclamation', 'Sagu Mauler', 'Scepter of Fugue', 'Grow from the Ashes', 'Dread Return', 'Dead Weight', 'Story Circle', 'Burning of Xinye', 'Rampant Growth', 'Lantern Kami', 'Cryptoplasm', 'Cackling Counterpart', 'Heart-Piercer Bow', 'Tormenting Voice', 'Thawing Glaciers', 'Benalish Honor Guard', 'Thopter Spy Network', 'Skirk Ridge Exhumer', 'Hypnotic Specter', 'Consuming Vapors', 'Scatter Arc', 'Curse of Thirst', 'Saving Grace', 'Banishing Light', 'Driven // Despair', 'Lonely Sandbar', 'Spear of Heliod', 'Take Inventory', 'Addle', 'Stuffy Doll', 'Confirm Suspicions', 'Palace Familiar', 'Kor Duelist', 'Sky Hussar', 'Kentaro, the Smiling Cat', 'Protean Hydra', 'Connive // Concoct', 'Spawning Pool', 'Attune with Aether', 'Inner Demon', 'Bane of Bala Ged', 'Armament Master', 'Salvager of Secrets', 'Shriekgeist', 'Grasping Scoundrel', 'Prophetic Bolt', 'Bojuka Brigand', 'Stolen Identity', 'Even the Odds', 'Rupture Spire', 'Void Shatter', 'Yavimaya Hollow', 'Sculpting Steel', 'Lavaball Trap', 'Join the Ranks', 'Blood Scrivener', 'Agony Warp', 'Talent of the Telepath', 'Moratorium Stone', 'Rustwing Falcon', 'Stone Haven Medic', 'Vitu-Ghazi, the City-Tree', 'Smokestack', 'Protean Raider', 'Seal of Primordium', 'Gatekeeper of Malakir', 'Fabrication Module', 'Grasp of Darkness', 'Izzet Guildgate', 'Winds of Rebuke', 'Hallowed Moonlight', 'Sangrophage', 'Wrecking Ball', 'White Sun''s Zenith', 'Trial of Ambition', 'Gruul Signet', 'Worm Harvest', 'Bubbling Cauldron', 'Reaper from the Abyss', 'Pilfered Plans', 'Compulsive Research', 'Diluvian Primordial', 'Smother', 'Savage Lands', 'Consume the Meek', 'Insidious Will', 'Shefet Monitor', 'Unsummon', 'Sylvan Advocate', 'Elemental Bond', 'Loxodon Hierarch', 'Urza''s Factory', 'Abzan Charm', 'Felhide Spiritbinder', 'Cultivator''s Caravan', 'Steel Sabotage', 'True Believer', 'Epochrasite', 'Ayli, Eternal Pilgrim', 'Journeyer''s Kite', 'Heir of Falkenrath', 'Artificer''s Epiphany', 'Necrotic Wound', 'Suntail Hawk', 'Quasiduplicate', 'Grim Haruspex', 'Choked Estuary', 'Opulent Palace', 'Foul Emissary', 'Channeler Initiate', 'Rakshasa Deathdealer', 'Distress', 'Rakdos Guildgate', 'Blighted Woodland', 'Glorious Anthem', 'Advanced Stitchwing', 'Garza Zol, Plague Queen', 'Unwind', 'Pelakka Wurm', 'Blisterpod', 'Healer''s Hawk', 'Longtusk Cub', 'Hada Freeblade', 'Bloodsoaked Champion', 'Burning Oil', 'Boros Challenger', 'Ravenous Rats', 'Blighted Fen', 'Grozoth', 'Careful Consideration', 'Basking Rootwalla', 'Fevered Visions', 'Qasali Ambusher', 'Stasis Snare', 'Hordeling Outburst', 'Seal of Doom', 'Open the Armory', 'Fiery Impulse', 'Helm of the Host', 'Magister of Worth', 'Radiant Flames', 'Hidden Stockpile', 'Topplegeist', 'Loyal Pegasus', 'Shrine of Loyal Legions', 'Felidar Guardian', 'Incendiary Flow', 'Shirei, Shizo''s Caretaker', 'Bile Blight', 'Moment of Craving', 'Dack''s Duplicate', 'Martyr of Frost', 'Temur Ascendancy', 'Tribute to Hunger', 'Precognition Field', 'Striped Riverwinder', 'Scatter to the Winds', 'Utter End', 'Circuitous Route', 'Exile', 'Bloodgift Demon', 'Crumbling Necropolis', 'Trail of Evidence', 'Declaration in Stone', 'Haunting Echoes', 'Whispers of the Muse', 'Power Sink', 'Kalonian Behemoth', 'World Shaper', 'Weight of Memory', 'Stromkirk Condemned', 'Vexing Scuttler', 'Vessel of Nascency', 'Plumeveil', 'Kindle', 'Azra Bladeseeker', 'Bone Saw', 'Natural Connection', 'Foul Orchard', 'Followed Footsteps', 'Desecration Demon', 'Woodland Wanderer', 'Clash of Wills', 'Rishkar''s Expertise', 'Festering Newt', 'Leechridden Swamp', 'Psychic Drain', 'Sigarda''s Aid', 'Haunted Dead', 'Memorial to Genius', 'Invasive Surgery', 'Arvad the Cursed', 'Bounty of the Luxa', 'Duskmantle, House of Shadow', 'Jester''s Scepter', 'Mulch', 'Kitesail Apprentice', 'Moldgraf Monstrosity', 'Lake of the Dead', 'Kitesail Scout', 'Memorial to Unity', 'Pyramid of the Pantheon', 'Endless Ranks of the Dead', 'Gorgon''s Head', 'Blackblade Reforged', 'Man-o''-War', 'Elixir of Immortality', 'Banewhip Punisher', 'Faerie Trickery', 'Memorial to War', 'Last Breath', 'Exava, Rakdos Blood Witch', 'Rattleclaw Mystic', 'Tome Scour', 'Rith''s Charm', 'Read the Bones', 'Repeal', 'Yixlid Jailer', 'Spiritmonger', 'Stone Haven Outfitter', 'Spelltwine', 'Lashweed Lurker', 'Academy Elite', 'Tracker''s Instincts', 'Skinrender', 'Whirler Virtuoso', 'Thornbow Archer', 'Dawntreader Elk', 'Remove Soul', 'Hanweir Militia Captain', 'Avoid Fate', 'Foreboding Ruins', 'Wretched Gryff', 'Vicious Conquistador', 'Psychotic Episode', 'Serene Steward', 'Teshar, Ancestor''s Apostle', 'Kederekt Leviathan', 'Gateway Plaza', 'Planar Outburst', 'Woodland Stream', 'Geistflame', 'Urza''s Ruinous Blast', 'Yavimaya Elder', 'Traxos, Scourge of Kroog', 'Trusty Machete', 'Aryel, Knight of Windgrace', 'Brain Freeze', 'Warleader''s Helix', 'Vivid Marsh', 'Mitotic Slime'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 1622.8, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (176.7 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Lantern Kami', 'Sandsteppe Citadel', 'Wrecking Ball', 'Cruel Reality', 'Pianna, Nomad Captain', 'Thawing Glaciers', 'Docent of Perfection', 'Putrefy', 'Spelltwine', 'Clash of Wills', 'Empyreal Voyager', 'Endless Ranks of the Dead', 'Radiant Flames', 'Glorious Anthem', 'Blighted Fen', 'Scatter to the Winds', 'Jester''s Scepter', 'Cultivator''s Caravan', 'Identity Thief', 'Evolving Wilds', 'Haunting Echoes', 'Soul Foundry', 'Dreg Mangler', 'Diluvian Primordial', 'Blazing Archon', 'Grimoire Thief', 'Aether Swooper', 'Blisterpod', 'Into the North', 'Spiritmonger', 'Duskmantle, House of Shadow', 'Hour of Eternity', 'Aven Skirmisher', 'Psychatog', 'Sin Collector', 'Reaper from the Abyss', 'True Believer', 'Increasing Confusion', 'Treasure Cruise', 'Mockery of Nature', 'Weaponcraft Enthusiast', 'Dread Statuary', 'Azorius Guildgate', 'Snapback', 'Wharf Infiltrator', 'Mortuary Mire', 'Crumbling Vestige', 'Unsummon', 'Protean Raider', 'Join the Ranks', 'Murderous Cut', 'Scatter Arc', 'Scent of Brine', 'Dack''s Duplicate', 'Cloudblazer', 'Exile', 'Elixir of Immortality', 'Sky Hussar', 'Hellhole Flailer', 'Confiscate', 'Rampant Growth', 'Prophetic Bolt', 'Mind Grind', 'Saheeli''s Artistry', 'Skirk Ridge Exhumer', 'Seeker of the Way', 'Sundering Growth', 'Rattleclaw Mystic', 'Howling Golem', 'Hidden Stockpile', 'Anticipate', 'Underworld Cerberus', 'Winds of Rebuke', 'Supernatural Stamina', 'Desecration Demon', 'Blighted Woodland', 'Galvanic Bombardment', 'Stitch Together', 'Tatyova, Benthic Druid', 'Journeyer''s Kite', 'Kor Duelist', 'Scoured Barrens', 'Foreboding Ruins', 'Gatekeeper of Malakir', 'Pyramid of the Pantheon', 'Channeler Initiate', 'Drana''s Emissary', 'Arvad the Cursed', 'Lake of the Dead', 'Man-o''-War', 'Loxodon Hierarch', 'Mangara of Corondor', 'Wretched Gryff', 'Void Shatter', 'Arrogant Wurm', 'Longtusk Cub', 'Orzhov Charm', 'Bone Saw', 'Memorial to Genius', 'Drownyard Behemoth', 'Advanced Stitchwing', 'Bounty of the Luxa', 'Fungal Infection', 'Selesnya Guildmage', 'Lavaball Trap', 'Vivid Grove', 'Grim Haruspex', 'Rakdos Guildgate', 'Heir of Falkenrath', 'Kor Outfitter', 'Nomad Outpost', 'Opulent Palace', 'Blighted Cataract', 'Indulgent Aristocrat', 'Rogue''s Passage', 'Rogue Refiner', 'Mercurial Pretender', 'Tracker''s Instincts', 'Cryptoplasm', 'Bogardan Hellkite', 'Bogbrew Witch', 'Blood Scrivener', 'Utter End', 'Cackling Counterpart', 'Forbid', 'Planar Cleansing', 'Scrabbling Claws', 'Kindle', 'Shriekgeist', 'Stromkirk Condemned', 'Highland Lake', 'Oona''s Grace', 'Dimir Cutpurse', 'Whispers of the Muse', 'Charge', 'Curse of the Swine', 'Soul Exchange', 'Qasali Ambusher', 'Wolfbriar Elemental', 'Declaration in Stone', 'Haunted Dead', 'High Priest of Penance', 'Rith''s Charm', 'Thopter Spy Network', 'Consuming Aberration', 'Geistflame', 'Narcomoeba', 'Phantom Nomad', 'Insidious Will', 'Phantasmal Bear', 'Hypnotic Specter', 'Chained to the Rocks', 'Kuro, Pitlord', 'Fevered Visions', 'Web of Inertia', 'Masticore', 'Pilfered Plans', 'Talent of the Telepath', 'Brain Freeze', 'Protean Hydra', 'Kalonian Behemoth', 'Transgress the Mind', 'Followed Footsteps', 'Kemba, Kha Regent', 'Jace''s Ingenuity', 'White Sun''s Zenith', 'Precognition Field', 'Sensei Golden-Tail', 'Kederekt Leviathan', 'Shirei, Shizo''s Caretaker', 'Increasing Savagery', 'Read the Bones', 'Rishkar''s Expertise', 'Curse of Death''s Hold', 'Ayli, Eternal Pilgrim', 'Clone', 'Teshar, Ancestor''s Apostle', 'Nissa''s Revelation', 'Mulch', 'Natural Connection', 'Open the Armory', 'Paranoid Delusions', 'Epochrasite', 'Restoration Specialist', 'Woodland Wanderer', 'Altar''s Reap', 'Academy Elite', 'Trial of Knowledge', 'Careful Consideration', 'Grow from the Ashes', 'Thornbow Archer', 'Felhide Spiritbinder', 'Urborg', 'Saving Grace', 'Incendiary Flow', 'Sylvan Advocate', 'Psychic Drain', 'Hour of Revelation', 'Mitotic Slime', 'Basking Rootwalla', 'Dread Return', 'Autochthon Wurm', 'Kjeldoran Outpost', 'Watchwolf', 'Crystal Ball', 'Vivid Marsh', 'Grozoth', 'Flaying Tendrils', 'Sculpting Steel', 'Crumbling Necropolis', 'Choked Estuary', 'Fabrication Module', 'Chromatic Lantern', 'Sage''s Row Denizen', 'Moment of Craving', 'Benalish Honor Guard', 'Ashenmoor Gouger', 'Baleful Ammit', 'Sagu Mauler', 'Bloodgift Demon', 'Painful Truths', 'Whirler Virtuoso', 'Weight of Memory', 'Felidar Guardian', 'Power Sink', 'Bubbling Cauldron', 'Edge of Autumn', 'Blackblade Reforged', 'Plumeveil', 'Lonely Sandbar', 'Putrid Imp', 'Hypothesizzle', 'Armament Master', 'Ulcerate', 'Summoner''s Egg', 'Circu, Dimir Lobotomist', 'Honored Hydra', 'Mindstorm Crown', 'Makeshift Mannequin', 'Tragic Arrogance', 'Walk the Plank', 'Last Breath', 'Attune with Aether', 'Necropolis Fiend', 'Grasp of Darkness', 'Altered Ego', 'Roiling Terrain', 'Foul Orchard', 'Hellrider', 'Cascading Cataracts', 'Narcolepsy', 'Trusty Machete', 'Reef Shaman', 'Leechridden Swamp', 'Yixlid Jailer', 'Stone Haven Outfitter', 'Smother', 'Azra Bladeseeker', 'Lashweed Lurker', 'Call the Bloodline', 'Millstone', 'March from the Tomb', 'Chandra''s Ignition', 'Vendetta', 'Dawntreader Elk', 'Cataclysmic Gearhulk', 'Oona, Queen of the Fae', 'Dissipate', 'Molten Primordial', 'Boros Challenger', 'Trial of Ambition', 'Repeal', 'Conqueror''s Galleon', 'Mystic Monastery', 'Hallowed Moonlight', 'Encroaching Wastes', 'Consuming Vapors', 'Asylum Visitor', 'Tribute to Hunger', 'Charmbreaker Devils', 'Exava, Rakdos Blood Witch', 'Last Gasp', 'Grasping Scoundrel', 'Primal Druid', 'Fairgrounds Warden', 'Vexing Scuttler', 'Magister of Worth', 'Bloodsoaked Champion', 'Sunbird''s Invocation', 'Spellheart Chimera', 'Invigorated Rampage', 'Highland Weald', 'Decoction Module', 'Prepare // Fight', 'Steel Sabotage', 'Urza''s Ruinous Blast', 'Seal of Primordium', 'Circuitous Route', 'Stolen Identity', 'Psychic Strike', 'Expedition Envoy', 'Moldgraf Monstrosity', 'Krosan Tusker', 'Tidal Warrior', 'Suntail Hawk', 'Serene Steward', 'Curse of Thirst', 'The Mending of Dominaria', 'Mirko Vosk, Mind Drinker', 'Vampire Cutthroat', 'Addle', 'Helm of the Host', 'Bojuka Brigand', 'Warleader''s Helix', 'Stone Haven Medic', 'Agony Warp', 'Splendid Reclamation', 'Cryptborn Horror', 'Herald of Torment', 'Hada Freeblade', 'Vessel of Nascency', 'Rustwing Falcon', 'Elemental Bond', 'Worm Harvest', 'Necrotic Wound', 'Remove Soul', 'Gird for Battle', 'Banishing Light', 'Hammer of Bogardan', 'Diabolic Tutor', 'Burning Oil', 'Shimian Specter', 'Seal of Doom', 'Vivid Meadow', 'Vitu-Ghazi, the City-Tree', 'Moratorium Stone', 'Ondu Giant', 'Cartouche of Strength', 'Wretched Banquet', 'Tormenting Voice', 'Pillar of Flame', 'Gruul Signet', 'Tragic Lesson', 'Kalastria Healer', 'Aryel, Knight of Windgrace', 'Psychic Spiral', 'Dead Weight', 'Hordeling Outburst', 'Thunderbolt', 'Spear of Heliod', 'Gilded Lotus', 'Traxos, Scourge of Kroog', 'Distress', 'Spawning Pool', 'Broken Bond', 'Urza''s Factory', 'Simic Guildgate', 'Scepter of Fugue', 'Salvager of Secrets', 'Connive // Concoct', 'Yavimaya Elder', 'Psychotic Episode', 'Enlisted Wurm', 'Terra Stomper', 'Gateway Plaza', 'Dream Twist', 'Skinrender', 'Bile Blight', 'Zulaport Cutthroat', 'Heart-Piercer Bow', 'Driven // Despair', 'Drowned Secrets', 'Shrine of Loyal Legions', 'Yavimaya Hollow', 'Kitesail Scout', 'Sphere of the Suns', 'Starstorm', 'Even the Odds', 'Sultai Charm', 'Burning of Xinye', 'Rugged Highlands', 'Secluded Steppe', 'Topplegeist', 'Ancient Amphitheater', 'Pelakka Wurm', 'From Under the Floorboards', 'Sphinx of Uthuun', 'Rakshasa Deathdealer', 'Rupture Spire', 'Curious Homunculus', 'Foul Emissary', 'Noose Constrictor', 'Flame Jab', 'Fiery Impulse', 'Planar Outburst', 'Memory Sluice', 'Captain''s Claws', 'Garza Zol, Plague Queen', 'Quasiduplicate', 'Revoke Existence', 'Savage Lands', 'Artificer''s Epiphany', 'Vengeful Pharaoh', 'Festering Newt', 'Behemoth Sledge', 'Nullify', 'Sigarda''s Aid', 'Trail of Evidence', 'Faith''s Fetters', 'Always Watching', 'Cadaver Imp', 'Night Market Lookout', 'Tome Scour', 'Loyal Pegasus', 'Martyr of Frost', 'Stasis Snare', 'Woodland Stream', 'Memorial to War', 'Cloudgoat Ranger', 'Wonder', 'Hanweir Militia Captain', 'Inner Demon', 'Palace Familiar', 'Veil of Secrecy', 'Ulvenwald Tracker', 'Confirm Suspicions', 'Banewhip Punisher', 'Golgari Guildgate', 'Jwar Isle Refuge', 'Smokestack', 'Duskborne Skymarcher', 'Tormented Hero', 'Advent of the Wurm', 'Bloodwater Entity', 'Take Inventory', 'Faerie Trickery', 'Izzet Guildgate', 'Gorgon''s Head', 'Invasive Surgery', 'Carrier Thrall', 'Striped Riverwinder', 'Engulf the Shore', 'Kitesail Apprentice', 'Spiketail Hatchling', 'Stone Quarry', 'Bane of Bala Ged', 'Gruul Guildgate', 'Memorial to Unity', 'Stuffy Doll', 'Kentaro, the Smiling Cat', 'Abzan Charm', 'Flameshadow Conjuring', 'Curse of Misfortunes', 'Unwind', 'Compulsive Research', 'Vicious Conquistador', 'Healer''s Hawk', 'Danitha Capashen, Paragon', 'Volcanic Upheaval', 'Temur Ascendancy', 'Ravenous Rats', 'Shefet Monitor', 'Story Circle', 'Benefaction of Rhonas', 'Intet, the Dreamer', 'Avoid Fate', 'World Shaper', 'Consume the Meek', 'Sangrophage'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 176.7, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (1714.6 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Treasure Cruise', 'Confirm Suspicions', 'Ancient Amphitheater', 'Sculpting Steel', 'Bile Blight', 'Sundering Growth', 'Sultai Charm', 'Pillar of Flame', 'Shriekgeist', 'Banishing Light', 'Aether Swooper', 'Increasing Savagery', 'Sangrophage', 'Scatter Arc', 'Armament Master', 'Selesnya Guildmage', 'Forbid', 'Leechridden Swamp', 'Always Watching', 'Brain Freeze', 'Nissa''s Revelation', 'Rugged Highlands', 'Decoction Module', 'Wolfbriar Elemental', 'Epochrasite', 'Docent of Perfection', 'Ondu Giant', 'Woodland Stream', 'Talent of the Telepath', 'Shimian Specter', 'Putrefy', 'Academy Elite', 'Rith''s Charm', 'Azra Bladeseeker', 'Saheeli''s Artistry', 'Tribute to Hunger', 'Smokestack', 'Psychic Drain', 'Sigarda''s Aid', 'Volcanic Upheaval', 'Qasali Ambusher', 'Reaper from the Abyss', 'Heir of Falkenrath', 'Carrier Thrall', 'Revoke Existence', 'High Priest of Penance', 'Fiery Impulse', 'Vampire Cutthroat', 'Charge', 'Vivid Marsh', 'Stuffy Doll', 'Whirler Virtuoso', 'Blighted Cataract', 'Mystic Monastery', 'Increasing Confusion', 'Gilded Lotus', 'Planar Cleansing', 'Duskborne Skymarcher', 'Invasive Surgery', 'Spawning Pool', 'Careful Consideration', 'Chained to the Rocks', 'Story Circle', 'Elemental Bond', 'Dimir Cutpurse', 'Connive // Concoct', 'Autochthon Wurm', 'Cruel Reality', 'Hada Freeblade', 'Abzan Charm', 'Terra Stomper', 'Stromkirk Condemned', 'Hypnotic Specter', 'Skinrender', 'Incendiary Flow', 'Restoration Specialist', 'Psychic Spiral', 'Vicious Conquistador', 'Boros Challenger', 'Flaying Tendrils', 'Artificer''s Epiphany', 'Lavaball Trap', 'Quasiduplicate', 'Psychotic Episode', 'Howling Golem', 'Enlisted Wurm', 'Rakdos Guildgate', 'Smother', 'Ravenous Rats', 'Geistflame', 'Seal of Primordium', 'Cackling Counterpart', 'Weaponcraft Enthusiast', 'Sagu Mauler', 'Void Shatter', 'The Mending of Dominaria', 'Oona, Queen of the Fae', 'Grasping Scoundrel', 'Edge of Autumn', 'Spear of Heliod', 'Felidar Guardian', 'Gatekeeper of Malakir', 'Dread Return', 'Vendetta', 'Utter End', 'Invigorated Rampage', 'Sunbird''s Invocation', 'Scrabbling Claws', 'Striped Riverwinder', 'Bloodwater Entity', 'Tormenting Voice', 'Grimoire Thief', 'Faith''s Fetters', 'Ulcerate', 'Magister of Worth', 'Cartouche of Strength', 'Scatter to the Winds', 'Consume the Meek', 'Steel Sabotage', 'White Sun''s Zenith', 'Yixlid Jailer', 'Last Breath', 'Kindle', 'Supernatural Stamina', 'Serene Steward', 'Circuitous Route', 'Putrid Imp', 'Helm of the Host', 'Tragic Lesson', 'Natural Connection', 'Wonder', 'Rogue''s Passage', 'Broken Bond', 'Declaration in Stone', 'Thopter Spy Network', 'Traxos, Scourge of Kroog', 'Intet, the Dreamer', 'Starstorm', 'Cloudblazer', 'Lake of the Dead', 'Dread Statuary', 'Benefaction of Rhonas', 'Orzhov Charm', 'Duskmantle, House of Shadow', 'Hellrider', 'Reef Shaman', 'Benalish Honor Guard', 'Jwar Isle Refuge', 'Salvager of Secrets', 'Dead Weight', 'Mirko Vosk, Mind Drinker', 'Engulf the Shore', 'Worm Harvest', 'Honored Hydra', 'Hallowed Moonlight', 'Advanced Stitchwing', 'Blisterpod', 'Vengeful Pharaoh', 'Crystal Ball', 'Bojuka Brigand', 'Noose Constrictor', 'Ulvenwald Tracker', 'Faerie Trickery', 'Cadaver Imp', 'Wretched Gryff', 'Hour of Revelation', 'Last Gasp', 'Stone Quarry', 'Thornbow Archer', 'Altar''s Reap', 'Urborg', 'Addle', 'Loxodon Hierarch', 'Blackblade Reforged', 'Hypothesizzle', 'Sky Hussar', 'Highland Lake', 'Bounty of the Luxa', 'Vitu-Ghazi, the City-Tree', 'Tatyova, Benthic Druid', 'Tidal Warrior', 'Prepare // Fight', 'Sphere of the Suns', 'Captain''s Claws', 'Martyr of Frost', 'Blazing Archon', 'Sin Collector', 'Ashenmoor Gouger', 'Diluvian Primordial', 'Choked Estuary', 'Weight of Memory', 'Wretched Banquet', 'Mitotic Slime', 'Sandsteppe Citadel', 'Pyramid of the Pantheon', 'Mockery of Nature', 'Herald of Torment', 'Mulch', 'Gird for Battle', 'Behemoth Sledge', 'Protean Hydra', 'Vivid Grove', 'Walk the Plank', 'Agony Warp', 'Hordeling Outburst', 'Gruul Guildgate', 'Thawing Glaciers', 'Saving Grace', 'Dream Twist', 'Bone Saw', 'Ayli, Eternal Pilgrim', 'Psychic Strike', 'Advent of the Wurm', 'Psychatog', 'Take Inventory', 'Insidious Will', 'Urza''s Ruinous Blast', 'Trusty Machete', 'Curse of Death''s Hold', 'Skirk Ridge Exhumer', 'Plumeveil', 'Urza''s Factory', 'Spelltwine', 'Curse of Misfortunes', 'Tome Scour', 'Call the Bloodline', 'Scoured Barrens', 'Foul Emissary', 'Izzet Guildgate', 'From Under the Floorboards', 'Followed Footsteps', 'Consuming Vapors', 'Glorious Anthem', 'Opulent Palace', 'Kalonian Behemoth', 'Soul Foundry', 'Stone Haven Medic', 'Nullify', 'Tragic Arrogance', 'Man-o''-War', 'Kor Outfitter', 'Phantasmal Bear', 'Galvanic Bombardment', 'Bogbrew Witch', 'Rattleclaw Mystic', 'Open the Armory', 'Garza Zol, Plague Queen', 'Narcolepsy', 'Anticipate', 'Memorial to War', 'World Shaper', 'Danitha Capashen, Paragon', 'Inner Demon', 'Memorial to Unity', 'Night Market Lookout', 'Savage Lands', 'Clash of Wills', 'Grow from the Ashes', 'Healer''s Hawk', 'Narcomoeba', 'Aryel, Knight of Windgrace', 'Vessel of Nascency', 'Highland Weald', 'Stitch Together', 'Seeker of the Way', 'Baleful Ammit', 'Masticore', 'Phantom Nomad', 'Bloodgift Demon', 'Kemba, Kha Regent', 'Even the Odds', 'Haunted Dead', 'Kitesail Apprentice', 'Kuro, Pitlord', 'Drana''s Emissary', 'Moratorium Stone', 'Altered Ego', 'Dreg Mangler', 'Watchwolf', 'Hammer of Bogardan', 'Paranoid Delusions', 'Sage''s Row Denizen', 'Foul Orchard', 'Clone', 'Dawntreader Elk', 'Chandra''s Ignition', 'Remove Soul', 'Unsummon', 'Empyreal Voyager', 'Mangara of Corondor', 'Foreboding Ruins', 'Warleader''s Helix', 'Charmbreaker Devils', 'Protean Raider', 'Spiritmonger', 'Cryptoplasm', 'Curious Homunculus', 'Lonely Sandbar', 'Scent of Brine', 'Haunting Echoes', 'Kitesail Scout', 'Lantern Kami', 'Kederekt Leviathan', 'Cascading Cataracts', 'Pilfered Plans', 'Shrine of Loyal Legions', 'Rogue Refiner', 'Consuming Aberration', 'Fairgrounds Warden', 'Sylvan Advocate', 'Woodland Wanderer', 'Read the Bones', 'Palace Familiar', 'Temur Ascendancy', 'Trial of Knowledge', 'Conqueror''s Galleon', 'Encroaching Wastes', 'Unwind', 'Splendid Reclamation', 'Vivid Meadow', 'Seal of Doom', 'Gruul Signet', 'Lashweed Lurker', 'Cloudgoat Ranger', 'Shefet Monitor', 'Curse of the Swine', 'Cultivator''s Caravan', 'Kalastria Healer', 'Arrogant Wurm', 'Necropolis Fiend', 'Underworld Cerberus', 'Compulsive Research', 'Moment of Craving', 'Azorius Guildgate', 'Vexing Scuttler', 'Golgari Guildgate', 'Blood Scrivener', 'Endless Ranks of the Dead', 'Rustwing Falcon', 'Power Sink', 'Hellhole Flailer', 'Jace''s Ingenuity', 'Into the North', 'Simic Guildgate', 'Soul Exchange', 'Longtusk Cub', 'Veil of Secrecy', 'Asylum Visitor', 'Mercurial Pretender', 'Roiling Terrain', 'Rampant Growth', 'Grasp of Darkness', 'Exile', 'Pianna, Nomad Captain', 'Crumbling Vestige', 'Jester''s Scepter', 'Mindstorm Crown', 'Hidden Stockpile', 'Pelakka Wurm', 'Bloodsoaked Champion', 'Painful Truths', 'Felhide Spiritbinder', 'Topplegeist', 'Tormented Hero', 'Gorgon''s Head', 'Avoid Fate', 'Wrecking Ball', 'Circu, Dimir Lobotomist', 'Drowned Secrets', 'Burning Oil', 'Wharf Infiltrator', 'Bogardan Hellkite', 'Winds of Rebuke', 'Gateway Plaza', 'Diabolic Tutor', 'Cryptborn Horror', 'Basking Rootwalla', 'Web of Inertia', 'Suntail Hawk', 'Chromatic Lantern', 'Stone Haven Outfitter', 'Drownyard Behemoth', 'Spellheart Chimera', 'Festering Newt', 'Tracker''s Instincts', 'Banewhip Punisher', 'Mortuary Mire', 'Molten Primordial', 'Driven // Despair', 'Fevered Visions', 'Sensei Golden-Tail', 'Precognition Field', 'True Believer', 'Mind Grind', 'Whispers of the Muse', 'Kor Duelist', 'Dack''s Duplicate', 'Flameshadow Conjuring', 'Sphinx of Uthuun', 'Crumbling Necropolis', 'Trial of Ambition', 'Zulaport Cutthroat', 'Grozoth', 'Oona''s Grace', 'Hanweir Militia Captain', 'Identity Thief', 'Makeshift Mannequin', 'Secluded Steppe', 'Memorial to Genius', 'Murderous Cut', 'Flame Jab', 'Attune with Aether', 'Elixir of Immortality', 'Radiant Flames', 'Nomad Outpost', 'Blighted Woodland', 'Confiscate', 'Fabrication Module', 'Arvad the Cursed', 'Shirei, Shizo''s Caretaker', 'Snapback', 'Stolen Identity', 'Curse of Thirst', 'Hour of Eternity', 'Join the Ranks', 'Yavimaya Elder', 'Millstone', 'Spiketail Hatchling', 'Scepter of Fugue', 'Kentaro, the Smiling Cat', 'Stasis Snare', 'Rishkar''s Expertise', 'Rakshasa Deathdealer', 'Heart-Piercer Bow', 'Necrotic Wound', 'Loyal Pegasus', 'Journeyer''s Kite', 'Burning of Xinye', 'Fungal Infection', 'Aven Skirmisher', 'Memory Sluice', 'Expedition Envoy', 'Repeal', 'Bubbling Cauldron', 'Desecration Demon', 'Bane of Bala Ged', 'Thunderbolt', 'Krosan Tusker', 'Evolving Wilds', 'Channeler Initiate', 'Blighted Fen', 'Yavimaya Hollow', 'Planar Outburst', 'Trail of Evidence', 'Exava, Rakdos Blood Witch', 'Kjeldoran Outpost', 'Teshar, Ancestor''s Apostle', 'Dissipate', 'Primal Druid', 'Transgress the Mind', 'Summoner''s Egg', 'Indulgent Aristocrat', 'Moldgraf Monstrosity', 'Prophetic Bolt', 'Grim Haruspex', 'Distress', 'March from the Tomb', 'Cataclysmic Gearhulk', 'Rupture Spire'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 1714.6, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (207.1 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Bottle Gnomes', 'Clockwork Beetle', 'Blazing Archon', 'Cogwork Assembler', 'Warleader''s Helix', 'High Priest of Penance', 'Rupture Spire', 'Forbid', 'Dawntreader Elk', 'Stone Haven Outfitter', 'Rampant Growth', 'Mortuary Mire', 'Attune with Aether', 'Followed Footsteps', 'Curious Homunculus', 'Court Homunculus', 'Identity Thief', 'Serene Steward', 'Artificer''s Epiphany', 'Sage''s Row Denizen', 'Carrier Thrall', 'Whispers of the Muse', 'Highland Lake', 'Exile', 'Azorius Guildgate', 'Distress', 'Triskelion', 'Glorious Anthem', 'Dimir Cutpurse', 'Cryptoplasm', 'Insidious Will', 'Sensei Golden-Tail', 'Nullify', 'Moment of Craving', 'Wrecking Ball', 'Vampiric Rites', 'Jwar Isle Refuge', 'Ancient Amphitheater', 'Repeal', 'Endless Ranks of the Dead', 'Lake of the Dead', 'Into the North', 'World Shaper', 'Chandra''s Ignition', 'Rogue''s Passage', 'Treasure Cruise', 'Smokestack', 'Crumbling Necropolis', 'Reaper from the Abyss', 'Sundering Growth', 'Putrefy', 'Blood Scrivener', 'Narcomoeba', 'Flaying Tendrils', 'Toolcraft Exemplar', 'Take Inventory', 'Quasiduplicate', 'Healer''s Hawk', 'Shirei, Shizo''s Caretaker', 'Increasing Confusion', 'Blighted Cataract', 'Sky Hussar', 'Brain Maggot', 'Brain Freeze', 'Banewhip Punisher', 'From Under the Floorboards', 'Soul Foundry', 'Natural Connection', 'Seal of Doom', 'Dread Return', 'Memory Sluice', 'Story Circle', 'Roiling Terrain', 'Psychic Strike', 'Tribute to Hunger', 'Hellrider', 'Cloudblazer', 'Shimian Specter', 'Last Gasp', 'Thawing Glaciers', 'Psychic Spiral', 'Indulgent Aristocrat', 'Moratorium Stone', 'Skirk Ridge Exhumer', 'Urza''s Ruinous Blast', 'Rattleclaw Mystic', 'Prophetic Bolt', 'Arcbound Reclaimer', 'Drownyard Behemoth', 'Sultai Charm', 'Sphinx Summoner', 'Pelakka Wurm', 'Elemental Bond', 'Urza''s Factory', 'Advent of the Wurm', 'Supernatural Stamina', 'Smother', 'Walk the Plank', 'Bloodwater Entity', 'Nomad Outpost', 'Kuro, Pitlord', 'Compulsive Research', 'Aryel, Knight of Windgrace', 'Pianna, Nomad Captain', 'Sultai Emissary', 'Rustwing Falcon', 'Academy Elite', 'Diluvian Primordial', 'Mulch', 'Murderous Cut', 'Fabrication Module', 'Spined Thopter', 'Metalspinner''s Puzzleknot', 'Rakdos Guildgate', 'Heir of Falkenrath', 'Orzhov Charm', 'Spawning Pool', 'Servo Exhibition', 'Fevered Visions', 'Herald of Torment', 'Savage Lands', 'Thunderbolt', 'Worm Harvest', 'Edge of Autumn', 'Confiscate', 'Wolfbriar Elemental', 'Baleful Ammit', 'Oona, Queen of the Fae', 'Summoner''s Egg', 'Primal Druid', 'Highland Weald', 'Read the Bones', 'Saheeli''s Artistry', 'Declaration in Stone', 'Sigarda''s Aid', 'Seeker of the Way', 'Shriekgeist', 'Vampire Cutthroat', 'Circu, Dimir Lobotomist', 'Golgari Guildgate', 'Hypothesizzle', 'Empyreal Voyager', 'Hedron Archive', 'Scepter of Fugue', 'Curse of the Swine', 'Open the Armory', 'Yixlid Jailer', 'Galvanic Bombardment', 'Kor Outfitter', 'Phantom Nomad', 'Grozoth', 'Consume the Meek', 'Mockery of Nature', 'Cadaver Imp', 'Foundry of the Consuls', 'Grim Haruspex', 'Whirler Virtuoso', 'Vivid Marsh', 'Vessel of Nascency', 'Careful Consideration', 'Immortal Servitude', 'Talent of the Telepath', 'Grasp of Darkness', 'Spellheart Chimera', 'Psychatog', 'Molten Primordial', 'Desecration Demon', 'Sagu Mauler', 'Seal of Primordium', 'Wretched Gryff', 'Agony Warp', 'Arrogant Wurm', 'Foul Orchard', 'Honored Hydra', 'Memorial to Genius', 'Necropolis Fiend', 'Abzan Charm', 'Kalastria Healer', 'Fairgrounds Warden', 'Starstorm', 'Tidal Warrior', 'Chromatic Lantern', 'Gruul Guildgate', 'Painful Truths', 'Snapback', 'Mystic Monastery', 'Razaketh''s Rite', 'Expedition Envoy', 'Hordeling Outburst', 'Restoration Specialist', 'Veil of Secrecy', 'Cranial Archive', 'Banishing Light', 'Stromkirk Condemned', 'Maximize Velocity', 'Rith''s Charm', 'Channeler Initiate', 'Izzet Guildgate', 'Wonder', 'Shrine of Loyal Legions', 'Grimoire Thief', 'Spiritmonger', 'Jace''s Ingenuity', 'Drana''s Emissary', 'Dack''s Duplicate', 'Krosan Tusker', 'Consuming Vapors', 'Increasing Savagery', 'Mind Grind', 'Dreg Mangler', 'Tragic Lesson', 'Man-o''-War', 'Mesmeric Fiend', 'Transgress the Mind', 'Scatter to the Winds', 'Underworld Cerberus', 'Always Watching', 'Heart-Piercer Bow', 'Trail of Evidence', 'Crystal Shard', 'Stone Haven Medic', 'Intet, the Dreamer', 'Mangara of Corondor', 'Basking Rootwalla', 'Cloudgoat Ranger', 'Trial of Ambition', 'Prepare // Fight', 'Striped Riverwinder', 'Avoid Fate', 'Call the Bloodline', 'Martyr of Frost', 'Millstone', 'Geistflame', 'Conqueror''s Galleon', 'Lavaball Trap', 'Rakshasa Deathdealer', 'Armament Master', 'Evolving Wilds', 'Kemba, Kha Regent', 'Gird for Battle', 'Roterothopter', 'Metalwork Colossus', 'Thopter Spy Network', 'Skinrender', 'Kederekt Leviathan', 'Rugged Highlands', 'Consuming Aberration', 'Loyal Pegasus', 'Dead Weight', 'Hallowed Moonlight', 'Join the Ranks', 'Vicious Conquistador', 'Hour of Revelation', 'Cackling Counterpart', 'Vengeful Pharaoh', 'Vivid Meadow', 'Guile', 'Sram''s Expertise', 'Palace Familiar', 'Steel Sabotage', 'Leechridden Swamp', 'Shefet Monitor', 'Journeyer''s Kite', 'Wretched Banquet', 'Vitu-Ghazi, the City-Tree', 'Planar Outburst', 'Corpsejack Menace', 'Psychotic Episode', 'Dissipate', 'Hour of Eternity', 'Sangrophage', 'Bubbling Cauldron', 'Stone Quarry', 'Mindstorm Crown', 'Alchemist''s Vial', 'White Sun''s Zenith', 'Anticipate', 'Volcanic Upheaval', 'Jester''s Scepter', 'Revoke Existence', 'Magister of Worth', 'Mist of Stagnation', 'Planar Cleansing', 'Suntail Hawk', 'Soul Exchange', 'Trophy Mage', 'Aven Skirmisher', 'Garza Zol, Plague Queen', 'Asylum Visitor', 'Selesnya Guildmage', 'Power Sink', 'Howling Golem', 'Kalonian Behemoth', 'Lashweed Lurker', 'Crystal Ball', 'True Believer', 'Early Frost', 'Invigorated Rampage', 'Bane of Bala Ged', 'Topplegeist', 'Zulaport Cutthroat', 'Aetherborn Marauder', 'Last Breath', 'Bogbrew Witch', 'Azra Bladeseeker', 'Fleetwheel Cruiser', 'Charmbreaker Devils', 'Cartouche of Strength', 'Tempered Steel', 'Sunbird''s Invocation', 'Addle', 'Tormented Hero', 'Kor Duelist', 'Advanced Stitchwing', 'Diabolic Tutor', 'Tome Scour', 'Unsummon', 'Tracker''s Instincts', 'Fungal Infection', 'Scatter Arc', 'Driven // Despair', 'Necroplasm', 'Ayli, Eternal Pilgrim', 'Hada Freeblade', 'Curse of Thirst', 'Elixir of Immortality', 'Hidden Stockpile', 'Watchers of the Dead', 'Blisterpod', 'Kjeldoran Outpost', 'Connive // Concoct', 'Semblance Anvil', 'Loxodon Hierarch', 'Moldgraf Monstrosity', 'Scent of Brine', 'Rishkar''s Expertise', 'Tajuru Preserver', 'Duskborne Skymarcher', 'Stolen Identity', 'Utter End', 'Curse of Death''s Hold', 'Incendiary Flow', 'Narcolepsy', 'Captain''s Claws', 'Gilded Lotus', 'Chief of the Foundry', 'Kitesail Apprentice', 'Crumbling Vestige', 'Vendetta', 'Ulvenwald Tracker', 'Altered Ego', 'Trusty Machete', 'Cascading Cataracts', 'Opulent Palace', 'Haunted Dead', 'Teshar, Ancestor''s Apostle', 'Tormenting Voice', 'Faith of the Devoted', 'Fiery Impulse', 'Salvager of Secrets', 'Lich''s Mastery', 'Even the Odds', 'Burning Oil', 'Protean Raider', 'Elsewhere Flask', 'Noose Constrictor', 'Bloodsoaked Champion', 'Qasali Ambusher', 'Radiant Flames', 'Masticore', 'Void Shatter', 'Pillar of Flame', 'Precognition Field', 'Kitesail Scout', 'Faith''s Fetters', 'Circuitous Route', 'Pyramid of the Pantheon', 'Encroaching Wastes', 'Faerie Trickery', 'Plumeveil', 'Woodland Stream', 'Ashenmoor Gouger', 'Phantasmal Bear', 'Thornbow Archer', 'Arvad the Cursed', 'Ulcerate', 'Cataclysmic Gearhulk', 'Felhide Spiritbinder', 'Gruul Signet', 'Gateway Plaza', 'Foul Emissary', 'Loxodon Warhammer', 'Sphinx of Uthuun', 'Enlisted Wurm', 'Felidar Guardian', 'Putrid Imp', 'Aether Swooper', 'Lonely Sandbar', 'Bounty of the Luxa', 'Lantern Kami', 'Choked Estuary', 'Reef Shaman', 'Rogue Refiner', 'Inner Demon', 'Traxos, Scourge of Kroog', 'Necrotic Wound', 'Weight of Memory', 'Weaponcraft Enthusiast', 'Leave // Chance', 'Kentaro, the Smiling Cat', 'Bojuka Brigand', 'Wreak Havoc', 'Secluded Steppe', 'Kaleidostone', 'Epochrasite', 'Engulf the Shore', 'Flame Jab', 'Makeshift Mannequin', 'Decoction Module', 'Terra Stomper', 'Urborg', 'Turnabout', 'Memorial to Unity', 'Memorial to War', 'Dread Statuary', 'Psychic Drain', 'Skirge Familiar', 'Curse of Misfortunes', 'Scrabbling Claws', 'Simic Guildgate', 'Saving Grace', 'Selesnya Signet', 'Benalish Honor Guard', 'Temur Ascendancy', 'Sin Collector', 'Drowned Secrets', 'Telling Time', 'Mitotic Slime', 'Charge', 'Sylvan Advocate', 'Altar''s Reap', 'Duskmantle, House of Shadow', 'Yavimaya Elder', 'Yavimaya Hollow', 'Displacement Wave', 'Ravenous Rats', 'Hellhole Flailer', 'Glint Hawk Idol', 'Cryptborn Horror', 'Ondu Giant', 'Unwind', 'Remove Soul', 'Exava, Rakdos Blood Witch', 'Blighted Woodland', 'Tragic Arrogance', 'Gatekeeper of Malakir', 'Danitha Capashen, Paragon', 'Power Conduit', 'Grasping Scoundrel', 'Sandsteppe Citadel', 'Mirko Vosk, Mind Drinker', 'Gorgon''s Head', 'Spelltwine', 'Reclaiming Vines', 'Sphere of the Suns', 'Cruel Reality', 'Night Market Lookout', 'Behemoth Sledge', 'Festering Newt', 'Nissa''s Revelation', 'Spear of Heliod', 'Woodland Wanderer', 'Helm of the Host', 'Web of Inertia', 'Desert of the Glorified', 'Scoured Barrens', 'Protean Hydra', 'Illusory Ambusher', 'Invasive Surgery', 'Bioshift', 'Bloodgift Demon', 'Skirsdag High Priest', 'Kindle', 'Watchwolf', 'Cultivator''s Caravan', 'Grow from the Ashes', 'Bloodthrone Vampire', 'Benefaction of Rhonas', 'Bile Blight', 'Haunting Echoes', 'Sculpting Steel', 'Bone Saw', 'Blackblade Reforged', 'Stitch Together', 'Oona''s Grace', 'Foreboding Ruins', 'Clash of Wills', 'Stuffy Doll', 'Clone', 'Spiketail Hatchling', 'Wharf Infiltrator', 'Longtusk Cub', 'Broken Bond', 'Boros Challenger', 'Winds of Rebuke', 'Confirm Suspicions', 'The Mending of Dominaria', 'Trial of Knowledge', 'Flameshadow Conjuring', 'Hanweir Militia Captain', 'Blighted Fen', 'Bogardan Hellkite', 'March from the Tomb', 'Mercurial Pretender', 'Dream Twist', 'Hammer of Bogardan', 'Stasis Snare', 'Burning of Xinye', 'Vivid Grove', 'Vexing Scuttler', 'Sanctum of Ugin', 'Riddlesmith', 'Tatyova, Benthic Druid', 'Paranoid Delusions', 'Pilfered Plans', 'Skeleton Shard', 'Autochthon Wurm', 'Chained to the Rocks', 'Splendid Reclamation', 'Spike Feeder', 'Docent of Perfection', 'Hypnotic Specter'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 207.1, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (542.5 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Always Watching', 'Quasiduplicate', 'Seal of Doom', 'Tome Scour', 'Tormented Hero', 'Elsewhere Flask', 'Rugged Highlands', 'Cultivator''s Caravan', 'Orzhov Charm', 'Aven Skirmisher', 'Expedition Envoy', 'Triskelion', 'Sultai Charm', 'Fungal Infection', 'Stromkirk Condemned', 'Hada Freeblade', 'Sandsteppe Citadel', 'Spear of Heliod', 'Dead Weight', 'Sundering Growth', 'Reclaiming Vines', 'Psychic Strike', 'Jace''s Ingenuity', 'The Mending of Dominaria', 'Seal of Primordium', 'Felhide Spiritbinder', 'Confirm Suspicions', 'Sage''s Row Denizen', 'Yixlid Jailer', 'Charge', 'Wrecking Ball', 'Empyreal Voyager', 'Agony Warp', 'Flaying Tendrils', 'Crumbling Necropolis', 'Rattleclaw Mystic', 'Lake of the Dead', 'Clockwork Beetle', 'Sram''s Expertise', 'Cartouche of Strength', 'Stolen Identity', 'Hour of Revelation', 'Unwind', 'Dread Return', 'Trial of Ambition', 'Sky Hussar', 'Bioshift', 'Blackblade Reforged', 'Moldgraf Monstrosity', 'Kemba, Kha Regent', 'Drownyard Behemoth', 'Distress', 'Memory Sluice', 'Scepter of Fugue', 'Scent of Brine', 'Mulch', 'Increasing Confusion', 'Memorial to War', 'Faith''s Fetters', 'Hammer of Bogardan', 'Transgress the Mind', 'Jwar Isle Refuge', 'Gird for Battle', 'Lantern Kami', 'Intet, the Dreamer', 'Ulcerate', 'Evolving Wilds', 'Skirsdag High Priest', 'Watchwolf', 'Teshar, Ancestor''s Apostle', 'Hellrider', 'Wonder', 'Bloodwater Entity', 'Altered Ego', 'Trail of Evidence', 'Clone', 'Narcomoeba', 'Murderous Cut', 'Followed Footsteps', 'Worm Harvest', 'Into the North', 'Behemoth Sledge', 'Tragic Lesson', 'Kuro, Pitlord', 'Protean Hydra', 'Psychatog', 'Boros Challenger', 'Kederekt Leviathan', 'Sagu Mauler', 'Woodland Stream', 'Vengeful Pharaoh', 'Early Frost', 'Incendiary Flow', 'Vendetta', 'Basking Rootwalla', 'Avoid Fate', 'Hellhole Flailer', 'Tormenting Voice', 'Mind Grind', 'Molten Primordial', 'Blisterpod', 'Stasis Snare', 'Kalastria Healer', 'Docent of Perfection', 'Yavimaya Elder', 'Curse of Death''s Hold', 'Mirko Vosk, Mind Drinker', 'Dawntreader Elk', 'Stitch Together', 'Mist of Stagnation', 'Kalonian Behemoth', 'Trophy Mage', 'Vicious Conquistador', 'Toolcraft Exemplar', 'Splendid Reclamation', 'Glorious Anthem', 'Jester''s Scepter', 'Woodland Wanderer', 'Take Inventory', 'Gruul Signet', 'Simic Guildgate', 'Chained to the Rocks', 'Bojuka Brigand', 'Vivid Grove', 'Tajuru Preserver', 'Hidden Stockpile', 'Warleader''s Helix', 'Carrier Thrall', 'Dream Twist', 'Mockery of Nature', 'Advanced Stitchwing', 'Primal Druid', 'Chief of the Foundry', 'Sphere of the Suns', 'Razaketh''s Rite', 'Grimoire Thief', 'Cloudgoat Ranger', 'Revoke Existence', 'Skirge Familiar', 'Drana''s Emissary', 'Riddlesmith', 'Elixir of Immortality', 'Unsummon', 'Serene Steward', 'Volcanic Upheaval', 'Festering Newt', 'Exile', 'Rupture Spire', 'Channeler Initiate', 'Stuffy Doll', 'Sanctum of Ugin', 'Restoration Specialist', 'Reef Shaman', 'Benefaction of Rhonas', 'Vivid Marsh', 'Millstone', 'Faith of the Devoted', 'Selesnya Guildmage', 'Diluvian Primordial', 'Join the Ranks', 'Rogue Refiner', 'Last Gasp', 'Sigarda''s Aid', 'Shefet Monitor', 'Urborg', 'Remove Soul', 'Felidar Guardian', 'Treasure Cruise', 'Engulf the Shore', 'Rakdos Guildgate', 'Zulaport Cutthroat', 'Scoured Barrens', 'Herald of Torment', 'Dreg Mangler', 'Supernatural Stamina', 'Heir of Falkenrath', 'Grow from the Ashes', 'White Sun''s Zenith', 'Bloodgift Demon', 'Immortal Servitude', 'Story Circle', 'Lich''s Mastery', 'Faerie Trickery', 'Honored Hydra', 'Steel Sabotage', 'Gruul Guildgate', 'Desert of the Glorified', 'Increasing Savagery', 'Aryel, Knight of Windgrace', 'Ashenmoor Gouger', 'World Shaper', 'Summoner''s Egg', 'Desecration Demon', 'Martyr of Frost', 'Vessel of Nascency', 'Invasive Surgery', 'Grasping Scoundrel', 'Deadbridge Goliath', 'Telling Time', 'Crystal Ball', 'Wretched Gryff', 'Arrogant Wurm', 'Highland Weald', 'Spined Thopter', 'Tracker''s Instincts', 'Inner Demon', 'Heart-Piercer Bow', 'Sunbird''s Invocation', 'Psychic Drain', 'Spiketail Hatchling', 'Cranial Archive', 'Spawning Pool', 'Tempered Steel', 'Moratorium Stone', 'Duskmantle, House of Shadow', 'Noose Constrictor', 'March from the Tomb', 'Pilfered Plans', 'Trusty Machete', 'Banishing Light', 'Rishkar''s Expertise', 'Curse of Thirst', 'Brain Maggot', 'Ancient Amphitheater', 'Power Sink', 'Highland Lake', 'Azorius Guildgate', 'Hour of Eternity', 'Vampiric Rites', 'Ondu Giant', 'Bogardan Hellkite', 'Fiery Impulse', 'Read the Bones', 'Fairgrounds Warden', 'Salvager of Secrets', 'Kindle', 'Scatter to the Winds', 'Sphinx of Uthuun', 'Servo Exhibition', 'Kitesail Scout', 'Hypothesizzle', 'Plumeveil', 'Declaration in Stone', 'Suntail Hawk', 'Talent of the Telepath', 'One With the Wind', 'Broken Bond', 'Palace Familiar', 'Sculpting Steel', 'Foul Emissary', 'Electrostatic Pummeler', 'Opulent Palace', 'Loyal Pegasus', 'True Believer', 'Attune with Aether', 'Arcbound Reclaimer', 'Stone Haven Outfitter', 'Power Conduit', 'Guile', 'Curse of Misfortunes', 'Hedron Archive', 'Charmbreaker Devils', 'Blood Scrivener', 'Illusory Ambusher', 'Artificer''s Epiphany', 'Vitu-Ghazi, the City-Tree', 'Rogue''s Passage', 'Memorial to Genius', 'Tribute to Hunger', 'Crystal Shard', 'Radiant Flames', 'Elemental Bond', 'Curious Homunculus', 'Endless Ranks of the Dead', 'Encroaching Wastes', 'Grasp of Darkness', 'Putrefy', 'Alchemist''s Vial', 'Cadaver Imp', 'Bane of Bala Ged', 'Oona, Queen of the Fae', 'Psychotic Episode', 'Aetherborn Marauder', 'Shrine of Loyal Legions', 'Metalspinner''s Puzzleknot', 'Soul Exchange', 'Necrotic Wound', 'Abzan Charm', 'Open the Armory', 'Void Shatter', 'Weight of Memory', 'Weaponcraft Enthusiast', 'Web of Inertia', 'Phantom Nomad', 'Foreboding Ruins', 'Cascading Cataracts', 'Cruel Reality', 'Mercurial Pretender', 'Circu, Dimir Lobotomist', 'Baleful Ammit', 'Consuming Aberration', 'Confiscate', 'Helm of the Host', 'Mindstorm Crown', 'Cryptborn Horror', 'Magister of Worth', 'Phantasmal Bear', 'Flame Jab', 'Natural Connection', 'Nullify', 'Spike Feeder', 'Dread Statuary', 'Rakshasa Deathdealer', 'Mizzium Skin', 'Blighted Woodland', 'Sylvan Advocate', 'Ayli, Eternal Pilgrim', 'Metalwork Colossus', 'Qasali Ambusher', 'Watchers of the Dead', 'Secluded Steppe', 'Duskborne Skymarcher', 'Sangrophage', 'Kaleidostone', 'Edge of Autumn', 'Prophetic Bolt', 'Sage of Shaila''s Claim', 'Compulsive Research', 'Pianna, Nomad Captain', 'Urza''s Factory', 'Pillar of Flame', 'Putrid Imp', 'Tragic Arrogance', 'Topplegeist', 'Anticipate', 'Reaper from the Abyss', 'Blazing Archon', 'Consuming Vapors', 'Spelltwine', 'Banewhip Punisher', 'Crumbling Vestige', 'Shimian Specter', 'Kitesail Apprentice', 'Pelakka Wurm', 'Krosan Tusker', 'Gilded Lotus', 'Snapback', 'Paranoid Delusions', 'High Priest of Penance', 'Enlisted Wurm', 'Precognition Field', 'Lonely Sandbar', 'Gorgon''s Head', 'Larger Than Life', 'Soul Foundry', 'Dimir Cutpurse', 'Fevered Visions', 'Skinrender', 'Mystic Monastery', 'Trial of Knowledge', 'Rith''s Charm', 'Kjeldoran Outpost', 'Planar Outburst', 'Smokestack', 'Roiling Terrain', 'Circuitous Route', 'Sin Collector', 'Dissipate', 'Chromatic Lantern', 'Autochthon Wurm', 'Man-o''-War', 'From Under the Floorboards', 'Armament Master', 'Repeal', 'Saheeli''s Artistry', 'Captain''s Claws', 'Masticore', 'Curse of the Swine', 'Protean Raider', 'Memorial to Unity', 'Flameshadow Conjuring', 'Yavimaya Hollow', 'Driven // Despair', 'Haunted Dead', 'Academy Elite', 'Consume the Meek', 'Glint Hawk Idol', 'Ulvenwald Tracker', 'Utter End', 'Dack''s Duplicate', 'Narcolepsy', 'Longtusk Cub', 'Rustwing Falcon', 'Danitha Capashen, Paragon', 'Lavaball Trap', 'Ravenous Rats', 'Wharf Infiltrator', 'Thunderbolt', 'Bloodsoaked Champion', 'Sphinx Summoner', 'Seeker of the Way', 'Forbid', 'Starstorm', 'Planar Cleansing', 'Last Breath', 'Savage Lands', 'Foul Orchard', 'Sultai Emissary', 'Leave // Chance', 'Corpsejack Menace', 'Bile Blight', 'Bogbrew Witch', 'Careful Consideration', 'Arvad the Cursed', 'Drowned Secrets', 'Burning Oil', 'Addle', 'Oona''s Grace', 'Cataclysmic Gearhulk', 'Insidious Will', 'Galvanic Bombardment', 'Vampire Cutthroat', 'Call the Bloodline', 'Skirk Ridge Exhumer', 'Selesnya Signet', 'Diabolic Tutor', 'Connive // Concoct', 'Geistflame', 'Hanweir Militia Captain', 'Altar''s Reap', 'Fabrication Module', 'Necroplasm', 'Burning of Xinye', 'Benalish Honor Guard', 'Wolfbriar Elemental', 'Tidal Warrior', 'Bubbling Cauldron', 'Bottle Gnomes', 'Semblance Anvil', 'Court Homunculus', 'Vivid Meadow', 'Healer''s Hawk', 'Smother', 'Veil of Secrecy', 'Bone Saw', 'Traxos, Scourge of Kroog', 'Blighted Fen', 'Necropolis Fiend', 'Painful Truths', 'Vexing Scuttler', 'Sensei Golden-Tail', 'Moment of Craving', 'Lashweed Lurker', 'Skeleton Shard', 'Whispers of the Muse', 'Wreak Havoc', 'Nomad Outpost', 'Nissa''s Revelation', 'Whirler Virtuoso', 'Psychic Spiral', 'Turnabout', 'Shirei, Shizo''s Caretaker', 'Grim Haruspex', 'Epochrasite', 'Journeyer''s Kite', 'Kentaro, the Smiling Cat', 'Ranger''s Guile', 'Bounty of the Luxa', 'Gatekeeper of Malakir', 'Golgari Guildgate', 'Conqueror''s Galleon', 'Exava, Rakdos Blood Witch', 'Chandra''s Ignition', 'Grozoth', 'Cogwork Assembler', 'Mesmeric Fiend', 'Spellheart Chimera', 'Displacement Wave', 'Clash of Wills', 'Aether Swooper', 'Wretched Banquet', 'Spiritmonger', 'Urza''s Ruinous Blast', 'Decoction Module', 'Azra Bladeseeker', 'Gateway Plaza', 'Underworld Cerberus', 'Izzet Guildgate', 'Kor Outfitter', 'Rampant Growth', 'Even the Odds', 'Scrabbling Claws', 'Foundry of the Consuls', 'Advent of the Wurm', 'Roterothopter', 'Walk the Plank', 'Terra Stomper', 'Cryptoplasm', 'Cackling Counterpart', 'Winds of Rebuke', 'Indulgent Aristocrat', 'Thopter Spy Network', 'Hallowed Moonlight', 'Asylum Visitor', 'Mortuary Mire', 'Kor Duelist', 'Scatter Arc', 'Howling Golem', 'Saving Grace', 'Loxodon Warhammer', 'Brain Freeze', 'Hypnotic Specter', 'Thriving Turtle', 'Hordeling Outburst', 'Garza Zol, Plague Queen', 'Leechridden Swamp', 'Prepare // Fight', 'Striped Riverwinder', 'Thornbow Archer', 'Night Market Lookout', 'Bloodthrone Vampire', 'Choked Estuary', 'Loxodon Hierarch', 'Tatyova, Benthic Druid', 'Shriekgeist', 'Cloudblazer', 'Mangara of Corondor', 'Temur Ascendancy', 'Invigorated Rampage', 'Makeshift Mannequin', 'Stone Haven Medic', 'Maximize Velocity', 'Haunting Echoes', 'Mitotic Slime', 'Fleetwheel Cruiser', 'Pyramid of the Pantheon', 'Identity Thief', 'Blighted Cataract', 'Thawing Glaciers', 'Stone Quarry'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 542.5, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (3304.8 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Telling Time', 'Void Shatter', 'Dread Return', 'Read the Bones', 'Intet, the Dreamer', 'Restoration Specialist', 'Vexing Scuttler', 'Sphere of the Suns', 'Blighted Cataract', 'Hanweir Militia Captain', 'Dimir Cutpurse', 'Always Watching', 'Weaponcraft Enthusiast', 'Fabrication Module', 'Whispers of the Muse', 'Scoured Barrens', 'Increasing Savagery', 'Tormenting Voice', 'Consuming Aberration', 'Zulaport Cutthroat', 'Saheeli''s Artistry', 'Fungal Infection', 'Steel Sabotage', 'Traxos, Scourge of Kroog', 'Prepare // Fight', 'Helm of the Host', 'Boros Challenger', 'Grow from the Ashes', 'Unwind', 'Precognition Field', 'Diabolic Tutor', 'Simic Guildgate', 'Opulent Palace', 'Faith of the Devoted', 'Kor Outfitter', 'Soul Foundry', 'Tribute to Hunger', 'Kemba, Kha Regent', 'Aether Swooper', 'Sultai Charm', 'Ayli, Eternal Pilgrim', 'Felidar Guardian', 'Longtusk Cub', 'Stolen Identity', 'Curious Homunculus', 'Loyal Pegasus', 'Pilfered Plans', 'Izzet Guildgate', 'Aetherborn Marauder', 'Hour of Revelation', 'Hellhole Flailer', 'Vitu-Ghazi, the City-Tree', 'Rakdos Guildgate', 'Autochthon Wurm', 'Story Circle', 'Chief of the Foundry', 'Radiant Flames', 'Spawning Pool', 'Pianna, Nomad Captain', 'Roiling Terrain', 'Walk the Plank', 'Danitha Capashen, Paragon', 'Tidal Warrior', 'Indulgent Aristocrat', 'Memorial to Genius', 'Psychotic Episode', 'Basking Rootwalla', 'Vendetta', 'Hellrider', 'Herald of Torment', 'Skirge Familiar', 'Armament Master', 'Psychic Drain', 'Shimian Specter', 'Shriekgeist', 'Yixlid Jailer', 'Gird for Battle', 'Edge of Autumn', 'Drownyard Behemoth', 'Sagu Mauler', 'Insidious Will', 'Charmbreaker Devils', 'Orzhov Charm', 'Tatyova, Benthic Druid', 'Lake of the Dead', 'Sage''s Row Denizen', 'Woodland Stream', 'World Shaper', 'Spike Feeder', 'Foundry of the Consuls', 'Haunted Dead', 'Servo Exhibition', 'Roterothopter', 'Lavaball Trap', 'Mystic Monastery', 'Putrefy', 'Tome Scour', 'Exile', 'Hour of Eternity', 'Gatekeeper of Malakir', 'Rishkar''s Expertise', 'Bloodsoaked Champion', 'Grasp of Darkness', 'Painful Truths', 'Remove Soul', 'Terra Stomper', 'Mangara of Corondor', 'Foul Emissary', 'Talent of the Telepath', 'Incendiary Flow', 'Rith''s Charm', 'Seal of Primordium', 'Ranger''s Guile', 'Kindle', 'Bubbling Cauldron', 'Psychatog', 'Sphinx Summoner', 'Martyr of Frost', 'Cloudgoat Ranger', 'Electrostatic Pummeler', 'Azorius Guildgate', 'Kaleidostone', 'Cadaver Imp', 'Salvager of Secrets', 'Sculpting Steel', 'Noose Constrictor', 'Crumbling Necropolis', 'Power Sink', 'Confiscate', 'Vicious Conquistador', 'Cackling Counterpart', 'Skeleton Shard', 'Skirsdag High Priest', 'Azra Bladeseeker', 'Night Market Lookout', 'Nullify', 'Reaper from the Abyss', 'Festering Newt', 'Hallowed Moonlight', 'Smokestack', 'Lonely Sandbar', 'Confirm Suspicions', 'Sphinx of Uthuun', 'Topplegeist', 'Ulcerate', 'Last Breath', 'Highland Lake', 'Tracker''s Instincts', 'Immortal Servitude', 'Galvanic Bombardment', 'Spear of Heliod', 'Bogardan Hellkite', 'Selesnya Guildmage', 'Fiery Impulse', 'March from the Tomb', 'Shirei, Shizo''s Caretaker', 'Seal of Doom', 'Benalish Honor Guard', 'Temur Ascendancy', 'Wretched Banquet', 'Primal Druid', 'Putrid Imp', 'Tajuru Preserver', 'Phantom Nomad', 'Sundering Growth', 'Summoner''s Egg', 'Mizzium Skin', 'Volcanic Upheaval', 'Pelakka Wurm', 'Crumbling Vestige', 'Plumeveil', 'Aven Skirmisher', 'Blighted Woodland', 'Memorial to Unity', 'Smother', 'Masticore', 'Stasis Snare', 'Abzan Charm', 'Dreg Mangler', 'Gruul Signet', 'Kuro, Pitlord', 'Mockery of Nature', 'Vessel of Nascency', 'Forbid', 'Teshar, Ancestor''s Apostle', 'Seeker of the Way', 'Shrine of Loyal Legions', 'Curse of Death''s Hold', 'Alchemist''s Vial', 'Honored Hydra', 'Desecration Demon', 'Kentaro, the Smiling Cat', 'Rupture Spire', 'Natural Connection', 'Leave // Chance', 'Man-o''-War', 'Transgress the Mind', 'Cartouche of Strength', 'Elixir of Immortality', 'Underworld Cerberus', 'Ravenous Rats', 'Duskborne Skymarcher', 'Hypothesizzle', 'Chandra''s Ignition', 'Narcomoeba', 'Dread Statuary', 'Web of Inertia', 'Wolfbriar Elemental', 'Jwar Isle Refuge', 'Treasure Cruise', 'Semblance Anvil', 'Toolcraft Exemplar', 'Bile Blight', 'Sultai Emissary', 'Worm Harvest', 'Careful Consideration', 'Protean Raider', 'Rogue''s Passage', 'Prophetic Bolt', 'Circuitous Route', 'Oona''s Grace', 'Mulch', 'Heir of Falkenrath', 'Inner Demon', 'Kalonian Behemoth', 'Triskelion', 'Declaration in Stone', 'Felhide Spiritbinder', 'Savage Lands', 'Gilded Lotus', 'Crystal Shard', 'Call the Bloodline', 'Pillar of Flame', 'Mesmeric Fiend', 'Advent of the Wurm', 'Advanced Stitchwing', 'High Priest of Penance', 'Blazing Archon', 'Spelltwine', 'Scrabbling Claws', 'Rugged Highlands', 'Yavimaya Hollow', 'Wharf Infiltrator', 'Followed Footsteps', 'Duskmantle, House of Shadow', 'Memorial to War', 'Urza''s Factory', 'Thawing Glaciers', 'Kitesail Apprentice', 'Woodland Wanderer', 'Watchwolf', 'Snapback', 'Cultivator''s Caravan', 'Urza''s Ruinous Blast', 'Deadbridge Goliath', 'Drowned Secrets', 'Grim Haruspex', 'Kjeldoran Outpost', 'Engulf the Shore', 'Ashenmoor Gouger', 'Sangrophage', 'Dream Twist', 'Spellheart Chimera', 'Chained to the Rocks', 'Invasive Surgery', 'Saving Grace', 'Spiketail Hatchling', 'Choked Estuary', 'Thunderbolt', 'Burning of Xinye', 'Sunbird''s Invocation', 'Stone Haven Medic', 'Sigarda''s Aid', 'Blighted Fen', 'Hypnotic Specter', 'Desert of the Glorified', 'Razaketh''s Rite', 'Stone Haven Outfitter', 'Brain Maggot', 'Grozoth', 'Flame Jab', 'Metalwork Colossus', 'Oona, Queen of the Fae', 'Dissipate', 'Jester''s Scepter', 'Dead Weight', 'Gateway Plaza', 'Bottle Gnomes', 'Lich''s Mastery', 'From Under the Floorboards', 'Gruul Guildgate', 'Golgari Guildgate', 'Hordeling Outburst', 'Trusty Machete', 'Necroplasm', 'Altar''s Reap', 'Sensei Golden-Tail', 'Elsewhere Flask', 'Clash of Wills', 'Paranoid Delusions', 'Dawntreader Elk', 'Watchers of the Dead', 'Unsummon', 'Curse of the Swine', 'Banishing Light', 'Warleader''s Helix', 'Join the Ranks', 'Bloodwater Entity', 'The Mending of Dominaria', 'Channeler Initiate', 'Even the Odds', 'Benefaction of Rhonas', 'Altered Ego', 'Clockwork Beetle', 'Cryptborn Horror', 'Skinrender', 'Memory Sluice', 'Cataclysmic Gearhulk', 'Wreak Havoc', 'Wrecking Ball', 'Necropolis Fiend', 'Spined Thopter', 'Planar Outburst', 'Splendid Reclamation', 'Connive // Concoct', 'Hammer of Bogardan', 'Addle', 'Highland Weald', 'Jace''s Ingenuity', 'Stone Quarry', 'Bojuka Brigand', 'Hada Freeblade', 'Elemental Bond', 'Serene Steward', 'Psychic Spiral', 'Arcbound Reclaimer', 'Vengeful Pharaoh', 'Vivid Marsh', 'Geistflame', 'Cryptoplasm', 'Power Conduit', 'Court Homunculus', 'Selesnya Signet', 'Kor Duelist', 'Vampiric Rites', 'Hidden Stockpile', 'Cogwork Assembler', 'Clone', 'Rakshasa Deathdealer', 'Last Gasp', 'Bloodthrone Vampire', 'Mindstorm Crown', 'Lashweed Lurker', 'Broken Bond', 'Reclaiming Vines', 'Veil of Secrecy', 'Vivid Meadow', 'Leechridden Swamp', 'Kitesail Scout', 'Chromatic Lantern', 'Glorious Anthem', 'Ancient Amphitheater', 'Faith''s Fetters', 'Cranial Archive', 'Cruel Reality', 'Stromkirk Condemned', 'Bane of Bala Ged', 'Trial of Ambition', 'Scatter Arc', 'Vivid Grove', 'Reef Shaman', 'Heart-Piercer Bow', 'Nissa''s Revelation', 'Arvad the Cursed', 'Blisterpod', 'Rustwing Falcon', 'Skirk Ridge Exhumer', 'Anticipate', 'Asylum Visitor', 'Ulvenwald Tracker', 'Open the Armory', 'Grasping Scoundrel', 'Empyreal Voyager', 'Narcolepsy', 'Sky Hussar', 'Soul Exchange', 'Diluvian Primordial', 'Cascading Cataracts', 'Fevered Visions', 'Lantern Kami', 'Sage of Shaila''s Claim', 'Maximize Velocity', 'Grimoire Thief', 'Thopter Spy Network', 'Driven // Despair', 'Encroaching Wastes', 'Bioshift', 'Take Inventory', 'One With the Wind', 'Academy Elite', 'Wonder', 'Moldgraf Monstrosity', 'Mind Grind', 'Circu, Dimir Lobotomist', 'Sylvan Advocate', 'Brain Freeze', 'Decoction Module', 'Invigorated Rampage', 'Necrotic Wound', 'Dack''s Duplicate', 'Revoke Existence', 'Identity Thief', 'Murderous Cut', 'Kederekt Leviathan', 'Banewhip Punisher', 'Curse of Thirst', 'Evolving Wilds', 'Supernatural Stamina', 'Psychic Strike', 'Qasali Ambusher', 'Cloudblazer', 'Makeshift Mannequin', 'Glint Hawk Idol', 'Carrier Thrall', 'Compulsive Research', 'Weight of Memory', 'Krosan Tusker', 'Moment of Craving', 'Aryel, Knight of Windgrace', 'Attune with Aether', 'Metalspinner''s Puzzleknot', 'Moratorium Stone', 'True Believer', 'Scent of Brine', 'Foul Orchard', 'Blood Scrivener', 'Quasiduplicate', 'Blackblade Reforged', 'Spiritmonger', 'Rogue Refiner', 'Faerie Trickery', 'Corpsejack Menace', 'Tragic Lesson', 'Gorgon''s Head', 'Tormented Hero', 'Arrogant Wurm', 'Mortuary Mire', 'Guile', 'Rampant Growth', 'Tragic Arrogance', 'Yavimaya Elder', 'White Sun''s Zenith', 'Palace Familiar', 'Docent of Perfection', 'Secluded Steppe', 'Urborg', 'Haunting Echoes', 'Garza Zol, Plague Queen', 'Journeyer''s Kite', 'Drana''s Emissary', 'Mitotic Slime', 'Bone Saw', 'Thriving Turtle', 'Molten Primordial', 'Turnabout', 'Flameshadow Conjuring', 'Consume the Meek', 'Striped Riverwinder', 'Howling Golem', 'Flaying Tendrils', 'Repeal', 'Behemoth Sledge', 'Starstorm', 'Displacement Wave', 'Hedron Archive', 'Epochrasite', 'Early Frost', 'Riddlesmith', 'Stitch Together', 'Planar Cleansing', 'Charge', 'Trial of Knowledge', 'Sin Collector', 'Nomad Outpost', 'Captain''s Claws', 'Wretched Gryff', 'Healer''s Hawk', 'Crystal Ball', 'Protean Hydra', 'Mirko Vosk, Mind Drinker', 'Whirler Virtuoso', 'Sram''s Expertise', 'Sandsteppe Citadel', 'Distress', 'Illusory Ambusher', 'Magister of Worth', 'Enlisted Wurm', 'Bloodgift Demon', 'Bogbrew Witch', 'Consuming Vapors', 'Avoid Fate', 'Trail of Evidence', 'Phantasmal Bear', 'Vampire Cutthroat', 'Utter End', 'Trophy Mage', 'Loxodon Hierarch', 'Artificer''s Epiphany', 'Baleful Ammit', 'Mercurial Pretender', 'Exava, Rakdos Blood Witch', 'Rattleclaw Mystic', 'Foreboding Ruins', 'Fleetwheel Cruiser', 'Scatter to the Winds', 'Shefet Monitor', 'Curse of Misfortunes', 'Pyramid of the Pantheon', 'Stuffy Doll', 'Conqueror''s Galleon', 'Increasing Confusion', 'Ondu Giant', 'Thornbow Archer', 'Bounty of the Luxa', 'Mist of Stagnation', 'Agony Warp', 'Endless Ranks of the Dead', 'Fairgrounds Warden', 'Millstone', 'Suntail Hawk', 'Burning Oil', 'Loxodon Warhammer', 'Expedition Envoy', 'Larger Than Life', 'Into the North', 'Winds of Rebuke', 'Kalastria Healer', 'Scepter of Fugue', 'Sanctum of Ugin', 'Tempered Steel'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 3304.8, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (381.8 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Scepter of Fugue', 'Cloudgoat Ranger', 'Heir of Falkenrath', 'Stone Quarry', 'Inner Demon', 'Kindle', 'Makeshift Mannequin', 'Fevered Visions', 'Unsummon', 'Psychic Drain', 'Elixir of Immortality', 'Loyal Pegasus', 'Dissipate', 'Vitu-Ghazi, the City-Tree', 'Kalastria Healer', 'Take Inventory', 'Haunting Echoes', 'Stromkirk Condemned', 'Thopter Spy Network', 'Vivid Grove', 'Moldgraf Monstrosity', 'Quasiduplicate', 'Faith of the Devoted', 'Prophetic Bolt', 'Sagu Mauler', 'Tome Scour', 'Turnabout', 'Trial of Ambition', 'Lavaball Trap', 'Cranial Archive', 'Restoration Specialist', 'Court Homunculus', 'Blisterpod', 'Urborg', 'Clash of Wills', 'Baleful Ammit', 'Stitch Together', 'Toolcraft Exemplar', 'Saving Grace', 'Fungal Infection', 'Terra Stomper', 'Seal of Primordium', 'Blighted Woodland', 'Vendetta', 'Hidden Stockpile', 'Channeler Initiate', 'Murderous Cut', 'Azra Bladeseeker', 'Corpsejack Menace', 'Dream Twist', 'Broken Bond', 'Aether Swooper', 'Walk the Plank', 'March from the Tomb', 'Woodland Stream', 'Protean Hydra', 'Flame Jab', 'Necropolis Fiend', 'Confiscate', 'Faerie Trickery', 'Simic Guildgate', 'Crumbling Necropolis', 'Traxos, Scourge of Kroog', 'Cryptborn Horror', 'Mulch', 'Bioshift', 'Wonder', 'The Mending of Dominaria', 'Thriving Turtle', 'Careful Consideration', 'Putrefy', 'Roiling Terrain', 'Cultivator''s Caravan', 'Banishing Light', 'Arvad the Cursed', 'Bone Saw', 'Seeker of the Way', 'Curse of Thirst', 'Circuitous Route', 'Danitha Capashen, Paragon', 'Sultai Charm', 'Cartouche of Strength', 'Into the North', 'Gruul Signet', 'Engulf the Shore', 'Sage''s Row Denizen', 'Agony Warp', 'Longtusk Cub', 'Incendiary Flow', 'Pianna, Nomad Captain', 'Kemba, Kha Regent', 'Moratorium Stone', 'Scent of Brine', 'Rakdos Guildgate', 'Suntail Hawk', 'Electrostatic Pummeler', 'Triskelion', 'Bloodsoaked Champion', 'Spiketail Hatchling', 'Snapback', 'Heart-Piercer Bow', 'Bogardan Hellkite', 'Maximize Velocity', 'Stone Haven Outfitter', 'Scatter Arc', 'Clone', 'Docent of Perfection', 'Loxodon Hierarch', 'Saheeli''s Artistry', 'Sculpting Steel', 'Kaleidostone', 'Mangara of Corondor', 'Benalish Honor Guard', 'Cackling Counterpart', 'Crystal Shard', 'Mockery of Nature', 'Captain''s Claws', 'Chandra''s Ignition', 'Revoke Existence', 'Cascading Cataracts', 'Sanctum of Ugin', 'Plumeveil', 'Addle', 'Displacement Wave', 'Bottle Gnomes', 'Crumbling Vestige', 'Wharf Infiltrator', 'Basking Rootwalla', 'Secluded Steppe', 'Izzet Guildgate', 'Telling Time', 'Lashweed Lurker', 'Armament Master', 'Ravenous Rats', 'Yavimaya Hollow', 'Decoction Module', 'Circu, Dimir Lobotomist', 'Leechridden Swamp', 'Kentaro, the Smiling Cat', 'Guile', 'Underworld Cerberus', 'Memorial to War', 'Warleader''s Helix', 'Sangrophage', 'Chromatic Lantern', 'Curious Homunculus', 'Alchemist''s Vial', 'Bubbling Cauldron', 'Always Watching', 'Smother', 'Burning Oil', 'Endless Ranks of the Dead', 'Remove Soul', 'Skirk Ridge Exhumer', 'Sphere of the Suns', 'Enlisted Wurm', 'Radiant Flames', 'From Under the Floorboards', 'Encroaching Wastes', 'Skirsdag High Priest', 'Topplegeist', 'Stone Haven Medic', 'Grim Haruspex', 'Avoid Fate', 'Nullify', 'Leave // Chance', 'Whispers of the Muse', 'Connive // Concoct', 'One With the Wind', 'Helm of the Host', 'Hellhole Flailer', 'Weaponcraft Enthusiast', 'Ulvenwald Tracker', 'Drownyard Behemoth', 'Attune with Aether', 'Curse of the Swine', 'Blackblade Reforged', 'Hada Freeblade', 'Foreboding Ruins', 'Indulgent Aristocrat', 'Compulsive Research', 'Grozoth', 'Memorial to Unity', 'Hour of Eternity', 'Fabrication Module', 'Abzan Charm', 'Blood Scrivener', 'Kitesail Scout', 'Yavimaya Elder', 'Increasing Savagery', 'Empyreal Voyager', 'Stolen Identity', 'Hellrider', 'Noose Constrictor', 'Martyr of Frost', 'Bloodgift Demon', 'Spined Thopter', 'Vivid Marsh', 'Arrogant Wurm', 'Flameshadow Conjuring', 'Invasive Surgery', 'Kor Outfitter', 'Yixlid Jailer', 'Gird for Battle', 'Planar Outburst', 'Grasp of Darkness', 'Winds of Rebuke', 'Sunbird''s Invocation', 'Trophy Mage', 'Kjeldoran Outpost', 'Hammer of Bogardan', 'Foundry of the Consuls', 'Curse of Death''s Hold', 'Millstone', 'Gruul Guildgate', 'Necroplasm', 'Driven // Despair', 'Brain Freeze', 'Lantern Kami', 'Advent of the Wurm', 'Tatyova, Benthic Druid', 'Skeleton Shard', 'Ondu Giant', 'Summoner''s Egg', 'Fiery Impulse', 'Conqueror''s Galleon', 'Charge', 'Vengeful Pharaoh', 'Curse of Misfortunes', 'Cryptoplasm', 'Web of Inertia', 'Followed Footsteps', 'Herald of Torment', 'Jace''s Ingenuity', 'Illusory Ambusher', 'Cadaver Imp', 'Psychotic Episode', 'Gateway Plaza', 'Nissa''s Revelation', 'Forbid', 'Psychatog', 'Savage Lands', 'Elemental Bond', 'Lich''s Mastery', 'Autochthon Wurm', 'Spelltwine', 'Rampant Growth', 'Honored Hydra', 'Foul Orchard', 'Primal Druid', 'Faith''s Fetters', 'Sin Collector', 'Duskmantle, House of Shadow', 'Rith''s Charm', 'Spear of Heliod', 'Unwind', 'Planar Cleansing', 'Epochrasite', 'Thunderbolt', 'Immortal Servitude', 'Mesmeric Fiend', 'Natural Connection', 'Invigorated Rampage', 'Smokestack', 'Vampiric Rites', 'Vampire Cutthroat', 'Skirge Familiar', 'Phantom Nomad', 'Rupture Spire', 'Drowned Secrets', 'Tajuru Preserver', 'Cogwork Assembler', 'Tribute to Hunger', 'Galvanic Bombardment', 'Steel Sabotage', 'Hypothesizzle', 'Serene Steward', 'Talent of the Telepath', 'Transgress the Mind', 'Rogue''s Passage', 'Wretched Gryff', 'Aven Skirmisher', 'Garza Zol, Plague Queen', 'Desert of the Glorified', 'Declaration in Stone', 'Altar''s Reap', 'Larger Than Life', 'Clockwork Beetle', 'Shriekgeist', 'Edge of Autumn', 'Soul Foundry', 'Qasali Ambusher', 'Festering Newt', 'Painful Truths', 'Behemoth Sledge', 'Cataclysmic Gearhulk', 'Identity Thief', 'Metalwork Colossus', 'Lonely Sandbar', 'Psychic Spiral', 'Mizzium Skin', 'Mindstorm Crown', 'Scatter to the Winds', 'Mitotic Slime', 'Shirei, Shizo''s Caretaker', 'Golgari Guildgate', 'Foul Emissary', 'Desecration Demon', 'Whirler Virtuoso', 'Wreak Havoc', 'Burning of Xinye', 'Vessel of Nascency', 'Fleetwheel Cruiser', 'Narcomoeba', 'Tormented Hero', 'Pelakka Wurm', 'Tracker''s Instincts', 'Hanweir Militia Captain', 'Distress', 'Aetherborn Marauder', 'Kalonian Behemoth', 'Loxodon Warhammer', 'Thawing Glaciers', 'Narcolepsy', 'High Priest of Penance', 'Brain Maggot', 'Grimoire Thief', 'Nomad Outpost', 'Molten Primordial', 'Kitesail Apprentice', 'Blazing Archon', 'Tormenting Voice', 'Razaketh''s Rite', 'Dawntreader Elk', 'Wretched Banquet', 'Palace Familiar', 'Seal of Doom', 'Ranger''s Guile', 'Call the Bloodline', 'Rattleclaw Mystic', 'Hallowed Moonlight', 'Rogue Refiner', 'Tragic Lesson', 'Worm Harvest', 'Spiritmonger', 'Trail of Evidence', 'Choked Estuary', 'Grasping Scoundrel', 'Fairgrounds Warden', 'Oona, Queen of the Fae', 'Join the Ranks', 'Oona''s Grace', 'Blighted Fen', 'Soul Exchange', 'Dread Statuary', 'Servo Exhibition', 'Sandsteppe Citadel', 'Sram''s Expertise', 'Lake of the Dead', 'Selesnya Signet', 'Urza''s Factory', 'Spellheart Chimera', 'Bloodwater Entity', 'Bloodthrone Vampire', 'Wolfbriar Elemental', 'Ashenmoor Gouger', 'Geistflame', 'Woodland Wanderer', 'Treasure Cruise', 'Deadbridge Goliath', 'Highland Weald', 'Striped Riverwinder', 'Ulcerate', 'Paranoid Delusions', 'Roterothopter', 'Gilded Lotus', 'Thornbow Archer', 'Sultai Emissary', 'Wrecking Ball', 'Charmbreaker Devils', 'Scoured Barrens', 'Dimir Cutpurse', 'Story Circle', 'Protean Raider', 'Tidal Warrior', 'Night Market Lookout', 'Highland Lake', 'Elsewhere Flask', 'Rugged Highlands', 'Power Conduit', 'Dead Weight', 'Mercurial Pretender', 'Kor Duelist', 'Read the Bones', 'Sphinx Summoner', 'Shefet Monitor', 'Chained to the Rocks', 'Consuming Aberration', 'Duskborne Skymarcher', 'Scrabbling Claws', 'Magister of Worth', 'Precognition Field', 'Blighted Cataract', 'Rishkar''s Expertise', 'Void Shatter', 'Diabolic Tutor', 'Bile Blight', 'Pilfered Plans', 'Veil of Secrecy', 'Consuming Vapors', 'Last Breath', 'Teshar, Ancestor''s Apostle', 'Supernatural Stamina', 'Vicious Conquistador', 'Phantasmal Bear', 'Hedron Archive', 'Chief of the Foundry', 'Metalspinner''s Puzzleknot', 'Diluvian Primordial', 'Ayli, Eternal Pilgrim', 'True Believer', 'Shimian Specter', 'Dack''s Duplicate', 'Rustwing Falcon', 'Exava, Rakdos Blood Witch', 'Felidar Guardian', 'Felhide Spiritbinder', 'Power Sink', 'Early Frost', 'Tempered Steel', 'Boros Challenger', 'Pillar of Flame', 'Sage of Shaila''s Claim', 'Hour of Revelation', 'Ancient Amphitheater', 'Kuro, Pitlord', 'Vexing Scuttler', 'Reef Shaman', 'Mortuary Mire', 'Masticore', 'Even the Odds', 'Evolving Wilds', 'Cruel Reality', 'Necrotic Wound', 'Jwar Isle Refuge', 'Krosan Tusker', 'Memorial to Genius', 'Pyramid of the Pantheon', 'Bane of Bala Ged', 'Howling Golem', 'Jester''s Scepter', 'Prepare // Fight', 'Banewhip Punisher', 'Semblance Anvil', 'Asylum Visitor', 'Crystal Ball', 'Hypnotic Specter', 'Vivid Meadow', 'Advanced Stitchwing', 'Temur Ascendancy', 'Arcbound Reclaimer', 'Sensei Golden-Tail', 'Rakshasa Deathdealer', 'Bounty of the Luxa', 'Utter End', 'Dreg Mangler', 'Expedition Envoy', 'Cloudblazer', 'Salvager of Secrets', 'Sphinx of Uthuun', 'Putrid Imp', 'Sigarda''s Aid', 'Skinrender', 'Exile', 'Insidious Will', 'Riddlesmith', 'Stuffy Doll', 'Increasing Confusion', 'Bojuka Brigand', 'Glint Hawk Idol', 'Splendid Reclamation', 'Confirm Suspicions', 'Opulent Palace', 'Mind Grind', 'Selesnya Guildmage', 'Glorious Anthem', 'Reclaiming Vines', 'Urza''s Ruinous Blast', 'Mist of Stagnation', 'Memory Sluice', 'Artificer''s Epiphany', 'Reaper from the Abyss', 'Stasis Snare', 'Azorius Guildgate', 'Last Gasp', 'Trusty Machete', 'Spike Feeder', 'Man-o''-War', 'Benefaction of Rhonas', 'Mirko Vosk, Mind Drinker', 'Aryel, Knight of Windgrace', 'Consume the Meek', 'Anticipate', 'Gorgon''s Head', 'Repeal', 'Drana''s Emissary', 'Sundering Growth', 'Grow from the Ashes', 'Gatekeeper of Malakir', 'Flaying Tendrils', 'Hordeling Outburst', 'Orzhov Charm', 'Starstorm', 'Carrier Thrall', 'White Sun''s Zenith', 'Mystic Monastery', 'Sky Hussar', 'Journeyer''s Kite', 'Bogbrew Witch', 'Altered Ego', 'Dread Return', 'Sylvan Advocate', 'Volcanic Upheaval', 'Kederekt Leviathan', 'Zulaport Cutthroat', 'Tragic Arrogance', 'Psychic Strike', 'Shrine of Loyal Legions', 'World Shaper', 'Watchers of the Dead', 'Watchwolf', 'Haunted Dead', 'Spawning Pool', 'Trial of Knowledge', 'Weight of Memory', 'Moment of Craving', 'Open the Armory', 'Intet, the Dreamer', 'Academy Elite', 'Healer''s Hawk'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 381.8, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (386.6 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Rith''s Charm', 'Serene Steward', 'Jace''s Ingenuity', 'Driven // Despair', 'Gateway Plaza', 'Stitch Together', 'Bloodgift Demon', 'Whispers of the Muse', 'Shirei, Shizo''s Caretaker', 'Primal Druid', 'Desert of the Glorified', 'Ravenous Rats', 'Empyreal Voyager', 'Chained to the Rocks', 'Charge', 'Nomad Outpost', 'Clone', 'Loyal Pegasus', 'Skinrender', 'Murderous Cut', 'Urza''s Ruinous Blast', 'Kalonian Behemoth', 'Kalastria Healer', 'Crystal Ball', 'Volcanic Upheaval', 'Spelltwine', 'Cathar''s Shield', 'Spiketail Hatchling', 'Desecration Demon', 'Spined Thopter', 'Moratorium Stone', 'Azra Bladeseeker', 'Spawning Pool', 'Court Homunculus', 'Holdout Settlement', 'Curse of Misfortunes', 'Lantern Kami', 'Seal of Primordium', 'Sandsteppe Citadel', 'Leechridden Swamp', 'Declaration in Stone', 'Bogardan Hellkite', 'Conqueror''s Galleon', 'Sultai Emissary', 'Hanweir Militia Captain', 'Rishkar''s Expertise', 'Valduk, Keeper of the Flame', 'Metalwork Colossus', 'Magister of Worth', 'Agony Warp', 'Seeker of the Way', 'Repeal', 'Deadbridge Goliath', 'Heap Doll', 'Grow from the Ashes', 'Enraged Giant', 'Wretched Gryff', 'Circu, Dimir Lobotomist', 'Noose Constrictor', 'Bounty of the Luxa', 'Psychotic Episode', 'Pilfered Plans', 'Transgress the Mind', 'Starstorm', 'Foundry of the Consuls', 'Cremate', 'Thopter Spy Network', 'Hellhole Flailer', 'Cultivator''s Caravan', 'Suntail Hawk', 'Bottle Gnomes', 'Edge of Autumn', 'Enlisted Wurm', 'Vitu-Ghazi, the City-Tree', 'Trial of Ambition', 'Flayer of the Hatebound', 'Thriving Turtle', 'Chandra''s Ignition', 'Pain Seer', 'Fevered Visions', 'Accorder''s Shield', 'Reaper from the Abyss', 'Vengeful Pharaoh', 'Supernatural Stamina', 'Sphinx Summoner', 'Mirko Vosk, Mind Drinker', 'Displacement Wave', 'Dreadship Reef', 'Shefet Monitor', 'Vexing Scuttler', 'Unwind', 'World Shaper', 'Phantasmal Bear', 'Scrabbling Claws', 'Prepare // Fight', 'Opulent Palace', 'Attune with Aether', 'Triskelion', 'Hallowed Moonlight', 'Channeler Initiate', 'Psychic Spiral', 'Vessel of Nascency', 'Trusty Machete', 'Jester''s Scepter', 'Power Conduit', 'Hada Freeblade', 'Shimian Specter', 'Veil of Secrecy', 'Compulsive Research', 'Savage Lands', 'Rattleclaw Mystic', 'Chief of the Foundry', 'Immortal Servitude', 'Oona''s Prowler', 'Fungal Infection', 'Cruel Reality', 'Inner Demon', 'Indulgent Aristocrat', 'Roiling Terrain', 'Followed Footsteps', 'Kederekt Leviathan', 'Shaman en-Kor', 'Cephalid Illusionist', 'Boros Challenger', 'Avoid Fate', 'Guile', 'Quasiduplicate', 'March from the Tomb', 'Exava, Rakdos Blood Witch', 'Lavaball Trap', 'Stromkirk Condemned', 'Felhide Spiritbinder', 'Rakdos Guildgate', 'Fleetwheel Cruiser', 'Altered Ego', 'Last Breath', 'Sphinx of Uthuun', 'Sultai Charm', 'Ire Shaman', 'Cadaver Imp', 'Rocky Tar Pit', 'Ayli, Eternal Pilgrim', 'Basking Rootwalla', 'Lashweed Lurker', 'Felidar Guardian', 'Wharf Infiltrator', 'Semblance Anvil', 'Ulvenwald Tracker', 'Winds of Rebuke', 'Turnabout', 'Tracker''s Instincts', 'Foul Orchard', 'Yixlid Jailer', 'Golgari Guildgate', 'Forbid', 'Grimoire Thief', 'Mystic Monastery', 'Champion of the Flame', 'Anticipate', 'Pianna, Nomad Captain', 'Dream Twist', 'Lonely Sandbar', 'Increasing Confusion', 'Soul Exchange', 'Tragic Lesson', 'Take Inventory', 'Night Market Lookout', 'Scepter of Fugue', 'Selesnya Guildmage', 'Consign // Oblivion', 'Necroplasm', 'Incendiary Flow', 'Armament Master', 'Sedraxis Specter', 'Yavimaya Elder', 'Wretched Banquet', 'Crumbling Necropolis', 'Read the Bones', 'Blighted Cataract', 'Vivid Meadow', 'Sphere of the Suns', 'Splendid Reclamation', 'Bioshift', 'Invigorated Rampage', 'Ulcerate', 'Insidious Will', 'Whirler Virtuoso', 'Revoke Existence', 'Invasive Surgery', 'Tribute to Hunger', 'Kjeldoran Outpost', 'Faith''s Fetters', 'Telling Time', 'Pilfering Imp', 'Scatter Arc', 'Psychic Strike', 'Planar Outburst', 'Intet, the Dreamer', 'Fiery Impulse', 'Sangrophage', 'Putrefy', 'Spike Feeder', 'Pulse Tracker', 'Asylum Visitor', 'Heart-Piercer Bow', 'Orzhov Charm', 'Diabolic Tutor', 'Glorious Anthem', 'Evolving Wilds', 'Steel Sabotage', 'Crystal Shard', 'Paranoid Delusions', 'Secluded Steppe', 'Chromatic Lantern', 'One With the Wind', 'Sky Hussar', 'Rupture Spire', 'Cascading Cataracts', 'Lich''s Mastery', 'Glint Hawk Idol', 'Splinterfright', 'Watchers of the Dead', 'Saheeli''s Artistry', 'Grasping Scoundrel', 'Wrecking Ball', 'Banishing Light', 'Sanctum of Ugin', 'Bloodthrone Vampire', 'Cloudgoat Ranger', 'Sunbird''s Invocation', 'Web of Inertia', 'Psychic Drain', 'Dissipate', 'Hellrider', 'Sylvan Advocate', 'Wonder', 'Molten Primordial', 'Dregscape Zombie', 'Distress', 'Sundering Growth', 'Memorial to Unity', 'Topplegeist', 'Clash of Wills', 'Foreboding Ruins', 'Thornbow Archer', 'Spiritmonger', 'Ondu Giant', 'Careful Consideration', 'Reclaiming Vines', 'Waterveil Cavern', 'Protean Hydra', 'Masticore', 'Soot Imp', 'Arcbound Reclaimer', 'Sai of the Shinobi', 'Docent of Perfection', 'Larger Than Life', 'Tidal Warrior', 'Trail of Evidence', 'Consuming Vapors', 'Temur Ascendancy', 'Spellheart Chimera', 'Traxos, Scourge of Kroog', 'Toolcraft Exemplar', 'Narcolepsy', 'Ranger''s Guile', 'Fabrication Module', 'Dimir Cutpurse', 'Gruul Guildgate', 'Necropolis Fiend', 'Watchwolf', 'Benalish Honor Guard', 'Cackling Counterpart', 'Lake of the Dead', 'Blighted Woodland', 'Dread Statuary', 'Void Shatter', 'Healer''s Hawk', 'Gilded Lotus', 'Talent of the Telepath', 'Simic Guildgate', 'Woodland Stream', 'Stolen Identity', 'Illusory Ambusher', 'Loxodon Hierarch', 'Scent of Brine', 'Kitesail Apprentice', 'Sage''s Row Denizen', 'Autochthon Wurm', 'Graveblade Marauder', 'Vicious Conquistador', 'Ruthless Ripper', 'Qasali Ambusher', 'Flaying Tendrils', 'Prophetic Bolt', 'Electrostatic Pummeler', 'Benefaction of Rhonas', 'Summoner''s Egg', 'Aven Skirmisher', 'Barter in Blood', 'Wreak Havoc', 'Cogwork Assembler', 'Stone Quarry', 'Elsewhere Flask', 'Planar Cleansing', 'Martyr of Frost', 'Confirm Suspicions', 'Painful Truths', 'Story Circle', 'Makeshift Mannequin', 'Mesmeric Fiend', 'Tatyova, Benthic Druid', 'Vendetta', 'Tajuru Preserver', 'Behemoth Sledge', 'Bloodwater Entity', 'Urza''s Factory', 'Leave // Chance', 'Restoration Specialist', 'Tragic Arrogance', 'Warleader''s Helix', 'Salvager of Secrets', 'Inventor''s Apprentice', 'Riddlesmith', 'Highland Weald', 'Underworld Cerberus', 'Tormented Hero', 'Plumeveil', 'Sram''s Expertise', 'Pelakka Wurm', 'Cartouche of Strength', 'Skirk Ridge Exhumer', 'Open the Armory', 'Duty-Bound Dead', 'Natural Connection', 'Pillar of Flame', 'Oona, Queen of the Fae', 'Shuko', 'Spear of Heliod', 'Man-o''-War', 'Dawntreader Elk', 'Pyramid of the Pantheon', 'Reef Shaman', 'Falkenrath Gorger', 'Treasure Cruise', 'Wolfbriar Elemental', 'Village Messenger', 'Longtusk Cub', 'Oona''s Grace', 'Fairgrounds Warden', 'Herald of Torment', 'Tome Scour', 'Grasp of Darkness', 'Howling Golem', 'Curse of Thirst', 'Mangara of Corondor', 'Slith Firewalker', 'Ashcloud Phoenix', 'Psychatog', 'Diluvian Primordial', 'Curse of the Swine', 'Loxodon Warhammer', 'Scatter to the Winds', 'Call the Bloodline', 'Vivid Marsh', 'Rampant Growth', 'Smother', 'Precognition Field', 'Millstone', 'Cryptoplasm', 'Captain''s Claws', 'Rootwater Depths', 'Unsummon', 'Blighted Fen', 'Aryel, Knight of Windgrace', 'Identity Thief', 'Elemental Bond', 'Shrine of Loyal Legions', 'Striped Riverwinder', 'Soul Foundry', 'Mockery of Nature', 'Rakshasa Deathdealer', 'Protean Raider', 'Memory Sluice', 'Seal of Doom', 'Sanitarium Skeleton', 'Scoured Barrens', 'Clockwork Beetle', 'Bubbling Cauldron', 'Shriekgeist', 'Duskmantle, House of Shadow', 'Hour of Eternity', 'Aether Swooper', 'Nullify', 'Burning of Xinye', 'Mizzium Skin', 'Danitha Capashen, Paragon', 'Even the Odds', 'Saving Grace', 'Zulaport Cutthroat', 'Narcomoeba', 'Trial of Knowledge', 'True Believer', 'Drana''s Emissary', 'Azorius Guildgate', 'Nissa''s Revelation', 'Corpsejack Menace', 'Cranial Archive', 'Moldgraf Monstrosity', 'Radiant Flames', 'Garza Zol, Plague Queen', 'Remove Soul', 'Advent of the Wurm', 'Gatekeeper of Malakir', 'Academy Elite', 'Drownyard Behemoth', 'Thawing Glaciers', 'Power Sink', 'Utter End', 'Rustwing Falcon', 'Galvanic Bombardment', 'High Priest of Penance', 'Krosan Tusker', 'Gruul Signet', 'Chandra''s Spitfire', 'Baleful Ammit', 'Artificer''s Epiphany', 'Blisterpod', 'Hypothesizzle', 'Skeleton Shard', 'Bojuka Brigand', 'Blackblade Reforged', 'Hammer of Bogardan', 'Lotleth Giant', 'Worm Harvest', 'Memorial to War', 'Trophy Mage', 'Hermit Druid', 'Razaketh''s Rite', 'Mind Grind', 'Kessig Cagebreakers', 'Last Gasp', 'Mortuary Mire', 'Moment of Craving', 'Bile Blight', 'Alchemist''s Vial', 'Brain Maggot', 'Staggershock', 'Mulch', 'Thunderbolt', 'Aetherborn Marauder', 'Roterothopter', 'Dead Weight', 'The Mending of Dominaria', 'Phantom Nomad', 'Stronghold Confessor', 'Kuro, Pitlord', 'Sagu Mauler', 'Highland Lake', 'Sensei Golden-Tail', 'Blazing Archon', 'Encroaching Wastes', 'Haunted Dead', 'Sculpting Steel', 'Metalspinner''s Puzzleknot', 'Banewhip Punisher', 'Putrid Imp', 'Epochrasite', 'From Under the Floorboards', 'Grozoth', 'Addle', 'Goblin Gaveleer', 'Maximize Velocity', 'Dreg Mangler', 'Engulf the Shore', 'Pale Rider of Trostad', 'Gird for Battle', 'Expedition Envoy', 'Connive // Concoct', 'Stuffy Doll', 'Faith of the Devoted', 'Elixir of Immortality', 'Bone Saw', 'Servo Exhibition', 'Rogue''s Passage', 'Blood Scrivener', 'Drowned Secrets', 'Snapback', 'Bane of Bala Ged', 'Kentaro, the Smiling Cat', 'Terra Stomper', 'Izzet Guildgate', 'Walk the Plank', 'Ashenmoor Gouger', 'Into the North', 'Altar''s Reap', 'Selesnya Signet', 'Consume the Meek', 'Urborg', 'Helm of the Host', 'Tempered Steel', 'Palace Familiar', 'Mist of Stagnation', 'Crumbling Vestige', 'Arvad the Cursed', 'Kaleidostone', 'Sigarda''s Aid', 'Hour of Revelation', 'Confiscate', 'Journeyer''s Kite', 'Weight of Memory', 'Curse of Death''s Hold', 'Hedron Archive', 'Advanced Stitchwing', 'Landslide', 'Tranquil Garden', 'Sweatworks Brawler', 'Haunting Echoes', 'Curious Homunculus', 'Rugged Highlands', 'Rakdos Guildmage', 'Sin Collector', 'Woodland Wanderer', 'Hidden Stockpile', 'Consuming Aberration', 'Yavimaya Hollow', 'Honored Hydra', 'Stasis Snare', 'Decoction Module', 'Kindle', 'Rogue Refiner', 'Endless Ranks of the Dead', 'Bloodsoaked Champion', 'Teshar, Ancestor''s Apostle', 'Sage of Shaila''s Claim', 'Hypnotic Specter', 'Skirge Familiar', 'White Sun''s Zenith', 'Bogbrew Witch', 'Increasing Savagery', 'Heir of Falkenrath', 'Vampire Cutthroat', 'Tormenting Voice', 'Choked Estuary', 'Cataclysmic Gearhulk', 'Smokestack', 'Cloudblazer', 'Kitesail Scout', 'Carrier Thrall', 'Vampiric Rites', 'Mitotic Slime', 'Broken Bond', 'Jwar Isle Refuge', 'Perilous Voyage', 'Hellspark Elemental', 'Necrotic Wound', 'Goblin Dark-Dwellers', 'Brain Freeze', 'Abzan Charm', 'Burning Oil', 'Collective Defiance', 'Grim Haruspex', 'Cryptborn Horror', 'Duskborne Skymarcher', 'Vivid Grove', 'Dack''s Duplicate', 'Ancient Amphitheater', 'Exile', 'Flame Jab', 'Flameshadow Conjuring', 'Kor Duelist', 'Geistflame', 'Charmbreaker Devils', 'Stone Haven Medic', 'Arrogant Wurm', 'Eyeblight''s Ending', 'Firedrinker Satyr', 'Early Frost', 'Mercurial Pretender', 'Festering Newt', 'Gorgon''s Head', 'Circuitous Route', 'Always Watching', 'Kemba, Kha Regent', 'Join the Ranks', 'Hordeling Outburst', 'Faerie Trickery', 'Memorial to Genius', 'Kor Outfitter', 'Weaponcraft Enthusiast', 'Skirsdag High Priest', 'Stone Haven Outfitter', 'Foul Emissary', 'Dread Return', 'Mindstorm Crown'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 386.6, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (493.6 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Narcomoeba', 'Noose Constrictor', 'Watchwolf', 'Sphinx of Uthuun', 'Moment of Craving', 'Cremate', 'Sweatworks Brawler', 'Rustwing Falcon', 'Sunbird''s Invocation', 'Rogue''s Passage', 'Duskmantle, House of Shadow', 'Masticore', 'Arcbound Reclaimer', 'Dread Return', 'Anticipate', 'Memorial to Genius', 'Aetherborn Marauder', 'Behemoth Sledge', 'Consuming Aberration', 'Terra Stomper', 'Teshar, Ancestor''s Apostle', 'Makeshift Mannequin', 'Deadbridge Goliath', 'Immortal Servitude', 'Shimian Specter', 'Clone', 'Sanctum of Ugin', 'Choked Estuary', 'Barter in Blood', 'Hallowed Moonlight', 'Cryptoplasm', 'Sanitarium Skeleton', 'Glint Hawk Idol', 'Leonin Sun Standard', 'Wharf Infiltrator', 'Elixir of Immortality', 'Ulcerate', 'Stronghold Confessor', 'Blighted Woodland', 'Rugged Highlands', 'Riddlesmith', 'Memorial to War', 'Connive // Concoct', 'Ancient Amphitheater', 'Radiant Flames', 'Vicious Conquistador', 'Fabrication Module', 'Grasping Scoundrel', 'Rattleclaw Mystic', 'Lashweed Lurker', 'Trial of Knowledge', 'Expedition Envoy', 'Grim Haruspex', 'Azra Bladeseeker', 'Supernatural Stamina', 'Enraged Giant', 'Mizzium Skin', 'Spined Thopter', 'Gatekeeper of Malakir', 'Bane of Bala Ged', 'Collective Effort', 'Cackling Counterpart', 'Rampant Growth', 'Grasp of Darkness', 'Cascading Cataracts', 'Natural Connection', 'Exava, Rakdos Blood Witch', 'Rakdos Guildgate', 'Stone Haven Medic', 'Bogardan Hellkite', 'Transgress the Mind', 'Aven Skirmisher', 'Hordeling Outburst', 'Thopter Spy Network', 'Faerie Trickery', 'Power Conduit', 'Yixlid Jailer', 'Trusty Machete', 'Incendiary Flow', 'Dregscape Zombie', 'Phantom Nomad', 'Mitotic Slime', 'Spear of Heliod', 'Hypothesizzle', 'Eyeblight''s Ending', 'Hammer of Bogardan', 'Loyal Pegasus', 'Smokestack', 'Abzan Charm', 'Murderous Cut', 'Cadaver Imp', 'Sultai Charm', 'Gruul Guildgate', 'One With the Wind', 'Pale Rider of Trostad', 'Savage Lands', 'Hermit Druid', 'Kor Duelist', 'Cloudgoat Ranger', 'Addle', 'Precognition Field', 'Insidious Will', 'Mulch', 'Quasiduplicate', 'Curse of the Swine', 'Lake of the Dead', 'Shriekgeist', 'Plumeveil', 'Pyramid of the Pantheon', 'Smother', 'Tormented Hero', 'Bounty of the Luxa', 'Kitesail Apprentice', 'Saving Grace', 'Hedron Archive', 'Thornbow Archer', 'Psychatog', 'Weaponcraft Enthusiast', 'Duty-Bound Dead', 'Honored Hydra', 'Spiritmonger', 'Captain''s Claws', 'Cataclysmic Gearhulk', 'Felidar Guardian', 'Bloodthrone Vampire', 'Dead Weight', 'Declaration in Stone', 'Splinterfright', 'Lantern Kami', 'Sultai Emissary', 'Crystal Shard', 'Spellheart Chimera', 'Triskelion', 'Kjeldoran Outpost', 'Vendetta', 'Basking Rootwalla', 'Trail of Evidence', 'Diabolic Tutor', 'Mortuary Mire', 'Hada Freeblade', 'Perilous Voyage', 'Highland Lake', 'Fairgrounds Warden', 'Journeyer''s Kite', 'Urza''s Ruinous Blast', 'Reaper from the Abyss', 'Soot Imp', 'Leave // Chance', 'Foul Emissary', 'Geistflame', 'Drowned Secrets', 'Benalish Honor Guard', 'Boros Challenger', 'Alchemist''s Vial', 'Clash of Wills', 'Call the Bloodline', 'Bloodgift Demon', 'Hypnotic Specter', 'Bloodwater Entity', 'Scoured Barrens', 'Tribute to Hunger', 'Champion of the Flame', 'Exile', 'Skirsdag High Priest', 'Aryel, Knight of Windgrace', 'Salvager of Secrets', 'Dissipate', 'Dack''s Duplicate', 'Altar''s Reap', 'Unwind', 'Autochthon Wurm', 'Stolen Identity', 'Vampiric Rites', 'Early Frost', 'Roiling Terrain', 'Tragic Lesson', 'Curse of Thirst', 'Foul Orchard', 'Stone Haven Outfitter', 'Bile Blight', 'Traxos, Scourge of Kroog', 'Pilfered Plans', 'Electrostatic Pummeler', 'Crystal Ball', 'Consume the Meek', 'Maximize Velocity', 'Yavimaya Elder', 'Ruthless Ripper', 'Helm of the Host', 'Palace Familiar', 'Firedrinker Satyr', 'Tormenting Voice', 'Advent of the Wurm', 'Landslide', 'Crovax, Ascendant Hero', 'Skirk Ridge Exhumer', 'White Sun''s Zenith', 'Arvad the Cursed', 'Chief of the Foundry', 'Tome Scour', 'Circuitous Route', 'Precinct Captain', 'Starstorm', 'From Under the Floorboards', 'Stitch Together', 'Ayli, Eternal Pilgrim', 'Drownyard Behemoth', 'Haunting Echoes', 'Painful Truths', 'Vivid Meadow', 'Temur Ascendancy', 'Empyrial Plate', 'Repeal', 'Avoid Fate', 'Invigorated Rampage', 'Urborg', 'Kitesail Scout', 'Increasing Savagery', 'Whispers of the Muse', 'Confirm Suspicions', 'Tempered Steel', 'Consuming Vapors', 'Vivid Grove', 'Fleetwheel Cruiser', 'Court Homunculus', 'Rakdos Guildmage', 'Flaying Tendrils', 'Mirko Vosk, Mind Drinker', 'Distress', 'Empyreal Voyager', 'Snapback', 'Walk the Plank', 'Necrotic Wound', 'Skinrender', 'Healer''s Hawk', 'Hellhole Flailer', 'Psychic Spiral', 'Foundry of the Consuls', 'Shirei, Shizo''s Caretaker', 'Zulaport Cutthroat', 'Bottle Gnomes', 'Sculpting Steel', 'Haunted Dead', 'Reclaiming Vines', 'Unsummon', 'Brain Freeze', 'Even the Odds', 'Hellspark Elemental', 'Semblance Anvil', 'Burning Oil', 'Cloudblazer', 'Festering Newt', 'Holdout Settlement', 'Ashcloud Phoenix', 'Chromatic Lantern', 'Highland Weald', 'Cruel Reality', 'Kuro, Pitlord', 'Vengeful Pharaoh', 'Pianna, Nomad Captain', 'Hidden Stockpile', 'Increasing Confusion', 'Slith Firewalker', 'Pelakka Wurm', 'Flayer of the Hatebound', 'Elemental Bond', 'Faith''s Fetters', 'Heart-Piercer Bow', 'Gird for Battle', 'Mockery of Nature', 'Rishkar''s Expertise', 'Sin Collector', 'Dream Twist', 'Arrogant Wurm', 'Psychotic Episode', 'Planar Cleansing', 'Epochrasite', 'Blackblade Reforged', 'Selesnya Guildmage', 'Danitha Capashen, Paragon', 'Goblin Gaveleer', 'Metalspinner''s Puzzleknot', 'Falkenrath Gorger', 'Reef Shaman', 'Chandra''s Spitfire', 'Rocky Tar Pit', 'Foreboding Ruins', 'Enlisted Wurm', 'Agony Warp', 'Seal of Primordium', 'Carrier Thrall', 'Endless Ranks of the Dead', 'Soul Exchange', 'Moldgraf Monstrosity', 'Garza Zol, Plague Queen', 'Loxodon Warhammer', 'Gateway Plaza', 'Nomad Outpost', 'Story Circle', 'Stuffy Doll', 'Orzhov Charm', 'Man-o''-War', 'Prophetic Bolt', 'Qasali Ambusher', 'Sai of the Shinobi', 'Rites of Initiation', 'Scent of Brine', 'Desecration Demon', 'Cathar''s Shield', 'Paranoid Delusions', 'Bone Saw', 'Topplegeist', 'Tracker''s Instincts', 'Seeker of the Way', 'Talent of the Telepath', 'Vessel of Nascency', 'Fungal Infection', 'Bioshift', 'Evolving Wilds', 'Shefet Monitor', 'Woodland Stream', 'Night Market Lookout', 'March from the Tomb', 'Kalastria Healer', 'Remove Soul', 'Collective Defiance', 'Compulsive Research', 'Power Sink', 'Mercurial Pretender', 'Hellrider', 'Benefaction of Rhonas', 'Seal of Doom', 'Psychic Strike', 'Leechridden Swamp', 'Hour of Revelation', 'Edge of Autumn', 'Identity Thief', 'Wrecking Ball', 'Grozoth', 'Pillar of Flame', 'Into the North', 'Rootwater Depths', 'Stasis Snare', 'Artificer''s Epiphany', 'Sphere of the Suns', 'Blighted Fen', 'Kederekt Leviathan', 'Inner Demon', 'Sram''s Expertise', 'Toolcraft Exemplar', 'Accorder''s Shield', 'Winds of Rebuke', 'Soul Foundry', 'Open the Armory', 'Mind Grind', 'Faith of the Devoted', 'Cryptborn Horror', 'Kor Outfitter', 'Kentaro, the Smiling Cat', 'Ravenous Rats', 'Scatter to the Winds', 'Cartouche of Strength', 'Tajuru Preserver', 'Docent of Perfection', 'Dreadship Reef', 'Blighted Cataract', 'Utter End', 'Millstone', 'Read the Bones', 'Sensei Golden-Tail', 'Protean Raider', 'Scepter of Fugue', 'Wretched Banquet', 'Curse of Death''s Hold', 'Engulf the Shore', 'Circu, Dimir Lobotomist', 'Spawning Pool', 'Sandsteppe Citadel', 'Knight of the White Orchid', 'Scatter Arc', 'Advanced Stitchwing', 'Academy Elite', 'Lavaball Trap', 'Trophy Mage', 'Duskborne Skymarcher', 'Fevered Visions', 'Curse of Misfortunes', 'Wreak Havoc', 'Jwar Isle Refuge', 'Wolfbriar Elemental', 'Intet, the Dreamer', 'Altered Ego', 'Lonely Sandbar', 'Shuko', 'Charmbreaker Devils', 'Inventor''s Apprentice', 'Crumbling Necropolis', 'Squadron Hawk', 'Martyr of Frost', 'Confiscate', 'Serene Steward', 'Driven // Despair', 'Telling Time', 'Bloodsoaked Champion', 'Sage of Shaila''s Claim', 'Sage''s Row Denizen', 'Chandra''s Ignition', 'Clockwork Beetle', 'Magister of Worth', 'Herald of Torment', 'Stromkirk Condemned', 'Ranger''s Guile', 'Necropolis Fiend', 'Underworld Cerberus', 'Planar Outburst', 'Heir of Falkenrath', 'True Believer', 'Desert of the Glorified', 'Baleful Ammit', 'Rupture Spire', 'Rally the Peasants', 'Vampire Cutthroat', 'Golgari Guildgate', 'Sigarda''s Aid', 'Summoner''s Egg', 'Dimir Cutpurse', 'Drana''s Emissary', 'Pulse Tracker', 'Necroplasm', 'Gorgon''s Head', 'Howling Golem', 'Take Inventory', 'Kemba, Kha Regent', 'Brain Maggot', 'Loxodon Hierarch', 'Skirge Familiar', 'Charge', 'Sangrophage', 'Indulgent Aristocrat', 'Asylum Visitor', 'Flameshadow Conjuring', 'Vexing Scuttler', 'Vitu-Ghazi, the City-Tree', 'Bojuka Brigand', 'Sphinx Summoner', 'Gilded Lotus', 'Razaketh''s Rite', 'Invasive Surgery', 'Banishing Light', 'Curious Homunculus', 'Pilfering Imp', 'Oona''s Prowler', 'Blisterpod', 'Pain Seer', 'Last Breath', 'Guile', 'Ulvenwald Tracker', 'Broken Bond', 'Mystic Monastery', 'Watchers of the Dead', 'Decoction Module', 'Weight of Memory', 'Mindstorm Crown', 'Kaleidostone', 'Splendid Reclamation', 'High Priest of Penance', 'Felhide Spiritbinder', 'Void Shatter', 'Azorius Guildgate', 'Armament Master', 'Treasure Cruise', 'Shaman en-Kor', 'Tatyova, Benthic Druid', 'World Shaper', 'Goblin Dark-Dwellers', 'Dawntreader Elk', 'Conqueror''s Galleon', 'Turnabout', 'Vivid Marsh', 'Metalwork Colossus', 'Cephalid Illusionist', 'Narcolepsy', 'Simic Guildgate', 'Striped Riverwinder', 'Last Gasp', 'Galvanic Bombardment', 'Worm Harvest', 'Join the Ranks', 'Graveblade Marauder', 'Ire Shaman', 'Always Watching', 'Putrid Imp', 'Rith''s Charm', 'Diluvian Primordial', 'Shrine of Loyal Legions', 'Oona''s Grace', 'Spike Feeder', 'Displacement Wave', 'Sky Hussar', 'Attune with Aether', 'The Mending of Dominaria', 'Spelltwine', 'Izzet Guildgate', 'Kalonian Behemoth', 'Crumbling Vestige', 'Sundering Growth', 'Dreg Mangler', 'Village Messenger', 'Wonder', 'Mesmeric Fiend', 'Dread Statuary', 'Nullify', 'Bubbling Cauldron', 'Tidal Warrior', 'Larger Than Life', 'Kindle', 'Rogue Refiner', 'Thunderbolt', 'Encroaching Wastes', 'Servo Exhibition', 'Glorious Anthem', 'Jace''s Ingenuity', 'Thriving Turtle', 'Fiery Impulse', 'Psychic Drain', 'Hour of Eternity', 'Followed Footsteps', 'Volcanic Upheaval', 'Spiketail Hatchling', 'Cogwork Assembler', 'Secluded Steppe', 'Longtusk Cub', 'Blood Scrivener', 'Protean Hydra', 'Waterveil Cavern', 'Staggershock', 'Gruul Signet', 'Lich''s Mastery', 'Moratorium Stone', 'Urza''s Factory', 'Grow from the Ashes', 'Woodland Wanderer', 'Memory Sluice', 'Oona, Queen of the Fae', 'Web of Inertia', 'Rakshasa Deathdealer', 'Putrefy', 'Careful Consideration', 'Trial of Ambition', 'Primal Druid', 'Illusory Ambusher', 'Suntail Hawk', 'Consign // Oblivion', 'Sylvan Advocate', 'Veil of Secrecy', 'Nissa''s Revelation', 'Burning of Xinye', 'Selesnya Signet', 'Grimoire Thief', 'Elsewhere Flask', 'Bogbrew Witch', 'Warleader''s Helix', 'Ashenmoor Gouger', 'Roterothopter', 'Phantasmal Bear', 'Sedraxis Specter', 'Sagu Mauler', 'Revoke Existence', 'Blazing Archon', 'Banewhip Punisher', 'Chained to the Rocks', 'Molten Primordial', 'Jester''s Scepter', 'Ondu Giant', 'Corpsejack Menace', 'Yavimaya Hollow', 'Memorial to Unity', 'Aether Swooper', 'Wretched Gryff', 'Hanweir Militia Captain', 'Steel Sabotage', 'Saheeli''s Artistry', 'Stone Quarry', 'Restoration Specialist', 'Krosan Tusker', 'Opulent Palace', 'Skeleton Shard', 'Mist of Stagnation', 'Thawing Glaciers', 'Channeler Initiate', 'Cultivator''s Caravan', 'Cranial Archive', 'Kessig Cagebreakers', 'Whirler Virtuoso', 'Tragic Arrogance', 'Heap Doll', 'Valduk, Keeper of the Flame', 'Mangara of Corondor', 'Flame Jab', 'Tranquil Garden', 'Forbid', 'Scrabbling Claws', 'Lotleth Giant', 'Prepare // Fight'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 493.6, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (200.9 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Smother', 'Golgari Guildgate', 'Highland Lake', 'Benalish Honor Guard', 'Skirge Familiar', 'Cranial Archive', 'Falkenrath Gorger', 'Rugged Highlands', 'Diabolic Tutor', 'Carrier Thrall', 'Hermit Druid', 'Kemba, Kha Regent', 'Always Watching', 'Tragic Lesson', 'Kentaro, the Smiling Cat', 'Valduk, Keeper of the Flame', 'Selesnya Signet', 'Mortuary Mire', 'Scatter to the Winds', 'Memorial to Unity', 'Sultai Charm', 'Aetherborn Marauder', 'Corpsejack Menace', 'Warleader''s Helix', 'Sundering Growth', 'Thriving Turtle', 'Barter in Blood', 'Avoid Fate', 'Orzhov Charm', 'Spelltwine', 'From Under the Floorboards', 'Spear of Heliod', 'Exava, Rakdos Blood Witch', 'Moment of Craving', 'Chromatic Lantern', 'Cogwork Assembler', 'Cathar''s Shield', 'Curse of Death''s Hold', 'Bubbling Cauldron', 'Martyr of Frost', 'Sculpting Steel', 'Talent of the Telepath', 'Ravenous Rats', 'Flayer of the Hatebound', 'Kor Outfitter', 'Foul Emissary', 'Kalonian Behemoth', 'Alchemist''s Vial', 'Circuitous Route', 'Heir of Falkenrath', 'Hanweir Militia Captain', 'Banishing Light', 'Topplegeist', 'Ruthless Ripper', 'Stone Quarry', 'Razaketh''s Rite', 'Even the Odds', 'Curse of Thirst', 'Crumbling Vestige', 'Narcomoeba', 'Electrostatic Pummeler', 'Rootwater Depths', 'Displacement Wave', 'Dead Weight', 'Toolcraft Exemplar', 'Worm Harvest', 'Increasing Confusion', 'Rakdos Guildgate', 'Kaleidostone', 'Metalwork Colossus', 'Suntail Hawk', 'Precinct Captain', 'Necropolis Fiend', 'Urza''s Factory', 'Hellhole Flailer', 'Ulvenwald Tracker', 'Oona''s Prowler', 'Kindle', 'Tribute to Hunger', 'Ire Shaman', 'Bottle Gnomes', 'Lonely Sandbar', 'Azra Bladeseeker', 'Confiscate', 'Striped Riverwinder', 'Tajuru Preserver', 'Arvad the Cursed', 'Tormenting Voice', 'Ranger''s Guile', 'Loxodon Warhammer', 'Memory Sluice', 'Supernatural Stamina', 'Nomad Outpost', 'Leave // Chance', 'Highland Weald', 'Wretched Banquet', 'Weaponcraft Enthusiast', 'Pyramid of the Pantheon', 'Engulf the Shore', 'Sensei Golden-Tail', 'Scoured Barrens', 'Dream Twist', 'Bounty of the Luxa', 'Stolen Identity', 'Yavimaya Hollow', 'Spawning Pool', 'Rishkar''s Expertise', 'Enlisted Wurm', 'Followed Footsteps', 'Remove Soul', 'Crovax, Ascendant Hero', 'Thopter Spy Network', 'Summoner''s Egg', 'Vendetta', 'Hour of Eternity', 'Drowned Secrets', 'Walk the Plank', 'Altar''s Reap', 'Noose Constrictor', 'Plumeveil', 'Abzan Charm', 'Burning of Xinye', 'Encroaching Wastes', 'Fabrication Module', 'Wharf Infiltrator', 'Tranquil Garden', 'Spiketail Hatchling', 'Leonin Sun Standard', 'Bloodgift Demon', 'Foundry of the Consuls', 'Spellheart Chimera', 'Chandra''s Ignition', 'Shuko', 'Advent of the Wurm', 'Dawntreader Elk', 'Clone', 'Forbid', 'Staggershock', 'Vivid Grove', 'Slith Firewalker', 'Mulch', 'Geistflame', 'Jace''s Ingenuity', 'Lake of the Dead', 'Cascading Cataracts', 'Sanctum of Ugin', 'Guile', 'Rakdos Guildmage', 'Insidious Will', 'Urborg', 'Heart-Piercer Bow', 'Rampant Growth', 'Perilous Voyage', 'Festering Newt', 'Clash of Wills', 'Danitha Capashen, Paragon', 'Mist of Stagnation', 'Kederekt Leviathan', 'Broken Bond', 'Village Messenger', 'Sin Collector', 'Hidden Stockpile', 'Vampiric Rites', 'Cruel Reality', 'Boros Challenger', 'Leechridden Swamp', 'Restoration Specialist', 'Shirei, Shizo''s Caretaker', 'Rupture Spire', 'Desert of the Glorified', 'Careful Consideration', 'Stromkirk Condemned', 'Bile Blight', 'Cloudblazer', 'Lavaball Trap', 'Hypnotic Specter', 'Distress', 'Cryptborn Horror', 'Kjeldoran Outpost', 'Whispers of the Muse', 'Protean Hydra', 'Thunderbolt', 'Arcbound Reclaimer', 'Intet, the Dreamer', 'Trusty Machete', 'Serene Steward', 'Haunted Dead', 'Rakshasa Deathdealer', 'Agony Warp', 'Wrecking Ball', 'Armament Master', 'Vengeful Pharaoh', 'Zulaport Cutthroat', 'Fairgrounds Warden', 'Invasive Surgery', 'Scepter of Fugue', 'Prepare // Fight', 'Salvager of Secrets', 'Jwar Isle Refuge', 'Rocky Tar Pit', 'Oona, Queen of the Fae', 'Vampire Cutthroat', 'Planar Cleansing', 'Bloodsoaked Champion', 'Pelakka Wurm', 'Trial of Ambition', 'Hellspark Elemental', 'Teshar, Ancestor''s Apostle', 'Necroplasm', 'Goblin Gaveleer', 'Larger Than Life', 'Eyeblight''s Ending', 'Yavimaya Elder', 'Empyreal Voyager', 'Secluded Steppe', 'Lich''s Mastery', 'Grasping Scoundrel', 'Shimian Specter', 'Mizzium Skin', 'Cadaver Imp', 'Skirk Ridge Exhumer', 'Curious Homunculus', 'Thawing Glaciers', 'Tome Scour', 'Sphere of the Suns', 'Pilfered Plans', 'Molten Primordial', 'March from the Tomb', 'Cephalid Illusionist', 'Inventor''s Apprentice', 'Hallowed Moonlight', 'Lotleth Giant', 'Woodland Wanderer', 'Ulcerate', 'Firedrinker Satyr', 'Trail of Evidence', 'Magister of Worth', 'Blazing Archon', 'Last Gasp', 'Dread Return', 'Tracker''s Instincts', 'Veil of Secrecy', 'Savage Lands', 'Phantasmal Bear', 'Sram''s Expertise', 'Crystal Ball', 'Hordeling Outburst', 'Snapback', 'Wolfbriar Elemental', 'Diluvian Primordial', 'Goblin Dark-Dwellers', 'Underworld Cerberus', 'Soul Exchange', 'Banewhip Punisher', 'Glint Hawk Idol', 'Wonder', 'Rustwing Falcon', 'Brain Freeze', 'Pillar of Flame', 'Vivid Marsh', 'Stronghold Confessor', 'Mercurial Pretender', 'Immortal Servitude', 'Dack''s Duplicate', 'Dreg Mangler', 'Expedition Envoy', 'Whirler Virtuoso', 'Bogardan Hellkite', 'Memorial to Genius', 'Hada Freeblade', 'Fungal Infection', 'Cultivator''s Caravan', 'Kor Duelist', 'Rith''s Charm', 'Aryel, Knight of Windgrace', 'Krosan Tusker', 'Psychotic Episode', 'Deadbridge Goliath', 'Ashenmoor Gouger', 'Sweatworks Brawler', 'Power Conduit', 'Saving Grace', 'Stone Haven Medic', 'Weight of Memory', 'Seal of Primordium', 'Simic Guildgate', 'Duskmantle, House of Shadow', 'Void Shatter', 'Blisterpod', 'Last Breath', 'Gilded Lotus', 'Desecration Demon', 'Blood Scrivener', 'Scrabbling Claws', 'Gatekeeper of Malakir', 'Enraged Giant', 'Wreak Havoc', 'Sai of the Shinobi', 'Kitesail Apprentice', 'Call the Bloodline', 'Benefaction of Rhonas', 'Hypothesizzle', 'Dregscape Zombie', 'Smokestack', 'Tempered Steel', 'Duty-Bound Dead', 'Choked Estuary', 'Loxodon Hierarch', 'Unsummon', 'Mindstorm Crown', 'Gird for Battle', 'Gruul Signet', 'Shaman en-Kor', 'Into the North', 'Stasis Snare', 'Masticore', 'Take Inventory', 'Exile', 'Captain''s Claws', 'Addle', 'Mitotic Slime', 'Holdout Settlement', 'Galvanic Bombardment', 'Selesnya Guildmage', 'Spiritmonger', 'Bane of Bala Ged', 'Thornbow Archer', 'Increasing Savagery', 'Trophy Mage', 'Consign // Oblivion', 'Gateway Plaza', 'Vexing Scuttler', 'Izzet Guildgate', 'Unwind', 'Flameshadow Conjuring', 'Web of Inertia', 'Drana''s Emissary', 'Mystic Monastery', 'Channeler Initiate', 'Memorial to War', 'Yixlid Jailer', 'Invigorated Rampage', 'Reclaiming Vines', 'Baleful Ammit', 'Rites of Initiation', 'Champion of the Flame', 'Epochrasite', 'Starstorm', 'Makeshift Mannequin', 'Charge', 'Consuming Aberration', 'Compulsive Research', 'Rogue Refiner', 'Blighted Woodland', 'Quasiduplicate', 'Paranoid Delusions', 'Trial of Knowledge', 'Stone Haven Outfitter', 'Lashweed Lurker', 'Identity Thief', 'Sphinx Summoner', 'Sigarda''s Aid', 'Artificer''s Epiphany', 'Elemental Bond', 'Felidar Guardian', 'Moratorium Stone', 'Pale Rider of Trostad', 'Driven // Despair', 'Soot Imp', 'Asylum Visitor', 'Bojuka Brigand', 'Curse of the Swine', 'Phantom Nomad', 'Cartouche of Strength', 'Curse of Misfortunes', 'Soul Foundry', 'Advanced Stitchwing', 'Roiling Terrain', 'Pain Seer', 'Winds of Rebuke', 'Scatter Arc', 'Gruul Guildgate', 'Consuming Vapors', 'Grasp of Darkness', 'Grimoire Thief', 'Dissipate', 'Sandsteppe Citadel', 'Pulse Tracker', 'One With the Wind', 'Reaper from the Abyss', 'Seeker of the Way', 'Traxos, Scourge of Kroog', 'Faith''s Fetters', 'Night Market Lookout', 'Inner Demon', 'Mind Grind', 'Helm of the Host', 'White Sun''s Zenith', 'Protean Raider', 'Court Homunculus', 'Putrid Imp', 'Murderous Cut', 'True Believer', 'Temur Ascendancy', 'Shefet Monitor', 'Kalastria Healer', 'Primal Druid', 'Collective Effort', 'Scent of Brine', 'Cloudgoat Ranger', 'Steel Sabotage', 'Skirsdag High Priest', 'Heap Doll', 'Crystal Shard', 'Ayli, Eternal Pilgrim', 'Hellrider', 'Blackblade Reforged', 'Rogue''s Passage', 'Decoction Module', 'Longtusk Cub', 'Evolving Wilds', 'Grozoth', 'Narcolepsy', 'Landslide', 'Man-o''-War', 'Sphinx of Uthuun', 'Saheeli''s Artistry', 'Psychic Drain', 'Watchwolf', 'Opulent Palace', 'Sultai Emissary', 'Sage''s Row Denizen', 'Rattleclaw Mystic', 'Turnabout', 'Confirm Suspicions', 'Join the Ranks', 'Triskelion', 'Kuro, Pitlord', 'Natural Connection', 'Semblance Anvil', 'Precognition Field', 'Radiant Flames', 'Honored Hydra', 'Sangrophage', 'Nissa''s Revelation', 'Aven Skirmisher', 'Blighted Fen', 'Servo Exhibition', 'Psychic Spiral', 'Millstone', 'Chained to the Rocks', 'Graveblade Marauder', 'Hour of Revelation', 'Roterothopter', 'Collective Defiance', 'Stitch Together', 'Sagu Mauler', 'Painful Truths', 'Garza Zol, Plague Queen', 'Moldgraf Monstrosity', 'Foreboding Ruins', 'Basking Rootwalla', 'Endless Ranks of the Dead', 'Indulgent Aristocrat', 'Shriekgeist', 'Vitu-Ghazi, the City-Tree', 'Necrotic Wound', 'The Mending of Dominaria', 'Hedron Archive', 'Blighted Cataract', 'Incendiary Flow', 'Metalspinner''s Puzzleknot', 'Cataclysmic Gearhulk', 'Watchers of the Dead', 'Sanitarium Skeleton', 'Faerie Trickery', 'Bloodwater Entity', 'Pilfering Imp', 'Transgress the Mind', 'Open the Armory', 'Faith of the Devoted', 'Vivid Meadow', 'Vicious Conquistador', 'Sky Hussar', 'Crumbling Necropolis', 'Planar Outburst', 'World Shaper', 'Haunting Echoes', 'Utter End', 'Grim Haruspex', 'Spined Thopter', 'Edge of Autumn', 'Dreadship Reef', 'Loyal Pegasus', 'Sedraxis Specter', 'Dimir Cutpurse', 'Tragic Arrogance', 'Wretched Gryff', 'Cryptoplasm', 'Arrogant Wurm', 'Elsewhere Flask', 'Clockwork Beetle', 'Skeleton Shard', 'Duskborne Skymarcher', 'Anticipate', 'Tidal Warrior', 'Lantern Kami', 'Connive // Concoct', 'Read the Bones', 'Howling Golem', 'Shrine of Loyal Legions', 'Tormented Hero', 'Terra Stomper', 'Healer''s Hawk', 'Ancient Amphitheater', 'Oona''s Grace', 'Vessel of Nascency', 'Stuffy Doll', 'Circu, Dimir Lobotomist', 'Accorder''s Shield', 'Seal of Doom', 'Flame Jab', 'Autochthon Wurm', 'Squadron Hawk', 'Psychatog', 'Fiery Impulse', 'Mockery of Nature', 'Telling Time', 'Mirko Vosk, Mind Drinker', 'Woodland Stream', 'Knight of the White Orchid', 'Splinterfright', 'Cackling Counterpart', 'Hammer of Bogardan', 'Qasali Ambusher', 'Altered Ego', 'Ondu Giant', 'Mangara of Corondor', 'Palace Familiar', 'High Priest of Penance', 'Splendid Reclamation', 'Behemoth Sledge', 'Chandra''s Spitfire', 'Grow from the Ashes', 'Bioshift', 'Cremate', 'Early Frost', 'Gorgon''s Head', 'Elixir of Immortality', 'Aether Swooper', 'Pianna, Nomad Captain', 'Sunbird''s Invocation', 'Power Sink', 'Conqueror''s Galleon', 'Burning Oil', 'Repeal', 'Rally the Peasants', 'Fevered Visions', 'Brain Maggot', 'Treasure Cruise', 'Docent of Perfection', 'Charmbreaker Devils', 'Kessig Cagebreakers', 'Sylvan Advocate', 'Spike Feeder', 'Urza''s Ruinous Blast', 'Felhide Spiritbinder', 'Prophetic Bolt', 'Bone Saw', 'Maximize Velocity', 'Jester''s Scepter', 'Kitesail Scout', 'Academy Elite', 'Volcanic Upheaval', 'Psychic Strike', 'Mesmeric Fiend', 'Flaying Tendrils', 'Ashcloud Phoenix', 'Bogbrew Witch', 'Tatyova, Benthic Druid', 'Declaration in Stone', 'Nullify', 'Empyrial Plate', 'Chief of the Foundry', 'Azorius Guildgate', 'Foul Orchard', 'Story Circle', 'Revoke Existence', 'Drownyard Behemoth', 'Putrefy', 'Journeyer''s Kite', 'Sage of Shaila''s Claim', 'Riddlesmith', 'Fleetwheel Cruiser', 'Glorious Anthem', 'Waterveil Cavern', 'Bloodthrone Vampire', 'Attune with Aether', 'Herald of Torment', 'Illusory Ambusher', 'Skinrender', 'Reef Shaman', 'Consume the Meek', 'Dread Statuary'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 200.9, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (103.9 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Aether Swooper', 'Sage of Shaila''s Claim', 'Sigarda''s Aid', 'Bloodsoaked Champion', 'Simic Guildgate', 'Stromkirk Condemned', 'Artificer''s Epiphany', 'From Under the Floorboards', 'Bounty of the Luxa', 'Smother', 'Banishing Light', 'Blighted Woodland', 'Vicious Conquistador', 'Watchers of the Dead', 'Chief of the Foundry', 'Cataclysmic Gearhulk', 'Oona''s Grace', 'Captain''s Claws', 'Nomad Outpost', 'Scent of Brine', 'Stone Haven Medic', 'Crystal Ball', 'Squadron Hawk', 'Phantom Nomad', 'Geistflame', 'Last Gasp', 'Sai of the Shinobi', 'Hammer of Bogardan', 'Altar''s Reap', 'Inner Demon', 'Remove Soul', 'Kindle', 'Kessig Cagebreakers', 'Selesnya Signet', 'Altered Ego', 'Spiketail Hatchling', 'Charmbreaker Devils', 'Pale Rider of Trostad', 'Qasali Ambusher', 'Ancient Amphitheater', 'Stolen Identity', 'Flaying Tendrils', 'Kederekt Leviathan', 'Tragic Lesson', 'Orzhov Charm', 'Snapback', 'Gorgon''s Head', 'Benalish Honor Guard', 'Garza Zol, Plague Queen', 'Bogardan Hellkite', 'Izzet Guildgate', 'Rakshasa Deathdealer', 'Narcomoeba', 'Hedron Archive', 'Spawning Pool', 'Always Watching', 'Stronghold Confessor', 'Jace''s Ingenuity', 'Armament Master', 'Sin Collector', 'Sangrophage', 'Rakdos Guildmage', 'Haunted Dead', 'High Priest of Penance', 'Choked Estuary', 'Deadbridge Goliath', 'Dregscape Zombie', 'Tribute to Hunger', 'Channeler Initiate', 'Circu, Dimir Lobotomist', 'Rampant Growth', 'Mangara of Corondor', 'Tajuru Preserver', 'Story Circle', 'Haunting Echoes', 'Urza''s Ruinous Blast', 'Suntail Hawk', 'Sphinx of Uthuun', 'Scatter Arc', 'Unsummon', 'Blood Scrivener', 'Shriekgeist', 'Fleetwheel Cruiser', 'Advanced Stitchwing', 'Vexing Scuttler', 'Selesnya Guildmage', 'Thawing Glaciers', 'Desert of the Glorified', 'Rogue''s Passage', 'Curse of Death''s Hold', 'Sage''s Row Denizen', 'Kor Outfitter', 'Consuming Vapors', 'Clone', 'One With the Wind', 'Radiant Flames', 'Tormented Hero', 'Jwar Isle Refuge', 'Whirler Virtuoso', 'Incendiary Flow', 'Psychatog', 'Hallowed Moonlight', 'Encroaching Wastes', 'Expedition Envoy', 'Cackling Counterpart', 'Psychic Drain', 'Sunbird''s Invocation', 'Yixlid Jailer', 'Skinrender', 'Riddlesmith', 'Servo Exhibition', 'Lotleth Giant', 'Duskborne Skymarcher', 'Woodland Wanderer', 'Web of Inertia', 'Moratorium Stone', 'Invasive Surgery', 'Mindstorm Crown', 'Void Shatter', 'Diabolic Tutor', 'Felhide Spiritbinder', 'Psychic Strike', 'Sky Hussar', 'Curse of the Swine', 'Kemba, Kha Regent', 'Sandsteppe Citadel', 'Highland Weald', 'Evolving Wilds', 'Kalastria Healer', 'Putrid Imp', 'Pilfered Plans', 'Weaponcraft Enthusiast', 'Guile', 'Ranger''s Guile', 'Trial of Knowledge', 'Burning Oil', 'Driven // Despair', 'Intet, the Dreamer', 'Bioshift', 'Winds of Rebuke', 'Traxos, Scourge of Kroog', 'Foundry of the Consuls', 'Vampire Cutthroat', 'Striped Riverwinder', 'Quasiduplicate', 'Rugged Highlands', 'Ashenmoor Gouger', 'Saving Grace', 'Consign // Oblivion', 'Vivid Marsh', 'Wretched Gryff', 'Dead Weight', 'Hellhole Flailer', 'Pilfering Imp', 'Edge of Autumn', 'Revoke Existence', 'Psychotic Episode', 'Fungal Infection', 'Anticipate', 'Chromatic Lantern', 'Urborg', 'Stasis Snare', 'Lake of the Dead', 'Rith''s Charm', 'Careful Consideration', 'Trusty Machete', 'Rites of Initiation', 'Scatter to the Winds', 'Hellrider', 'Seal of Doom', 'Molten Primordial', 'Drana''s Emissary', 'Spiritmonger', 'Walk the Plank', 'Addle', 'Hada Freeblade', 'Vampiric Rites', 'Roterothopter', 'Felidar Guardian', 'Into the North', 'Scepter of Fugue', 'Pelakka Wurm', 'Shrine of Loyal Legions', 'Stuffy Doll', 'Reaper from the Abyss', 'World Shaper', 'Loyal Pegasus', 'Avoid Fate', 'Hellspark Elemental', 'Take Inventory', 'Hermit Druid', 'Serene Steward', 'Connive // Concoct', 'Paranoid Delusions', 'Epochrasite', 'Ruthless Ripper', 'Engulf the Shore', 'Heart-Piercer Bow', 'Sedraxis Specter', 'Soul Exchange', 'Sphinx Summoner', 'Enraged Giant', 'Curious Homunculus', 'Cartouche of Strength', 'Semblance Anvil', 'Pyramid of the Pantheon', 'Kitesail Scout', 'Exava, Rakdos Blood Witch', 'Fiery Impulse', 'Cephalid Illusionist', 'Brain Freeze', 'Desecration Demon', 'Mind Grind', 'Ondu Giant', 'Bloodgift Demon', 'The Mending of Dominaria', 'Hidden Stockpile', 'Temur Ascendancy', 'Baleful Ammit', 'Spike Feeder', 'Increasing Savagery', 'Skirk Ridge Exhumer', 'Behemoth Sledge', 'Brain Maggot', 'Necroplasm', 'Asylum Visitor', 'Spined Thopter', 'Lavaball Trap', 'Holdout Settlement', 'Terra Stomper', 'Cryptborn Horror', 'Spellheart Chimera', 'Magister of Worth', 'Clockwork Beetle', 'Azra Bladeseeker', 'Splendid Reclamation', 'Galvanic Bombardment', 'Memorial to War', 'Hypnotic Specter', 'Rishkar''s Expertise', 'Oona, Queen of the Fae', 'Gruul Guildgate', 'Narcolepsy', 'Crumbling Vestige', 'Blazing Archon', 'Aven Skirmisher', 'Azorius Guildgate', 'Dimir Cutpurse', 'Rocky Tar Pit', 'Reef Shaman', 'Broken Bond', 'Sweatworks Brawler', 'Drowned Secrets', 'Seal of Primordium', 'Pianna, Nomad Captain', 'Benefaction of Rhonas', 'Hanweir Militia Captain', 'Cranial Archive', 'Kitesail Apprentice', 'Triskelion', 'Gruul Signet', 'Oona''s Prowler', 'Painful Truths', 'Indulgent Aristocrat', 'Savage Lands', 'Insidious Will', 'Cadaver Imp', 'Clash of Wills', 'Boros Challenger', 'Illusory Ambusher', 'Vengeful Pharaoh', 'Cremate', 'Enlisted Wurm', 'Saheeli''s Artistry', 'Phantasmal Bear', 'Hordeling Outburst', 'Inventor''s Apprentice', 'Grozoth', 'Abzan Charm', 'Increasing Confusion', 'Dissipate', 'Foul Emissary', 'True Believer', 'Memorial to Unity', 'Fevered Visions', 'Bloodthrone Vampire', 'Ulvenwald Tracker', 'Trophy Mage', 'Festering Newt', 'Elemental Bond', 'Cultivator''s Caravan', 'Trail of Evidence', 'Mystic Monastery', 'Urza''s Factory', 'Join the Ranks', 'Faith''s Fetters', 'Lantern Kami', 'Protean Hydra', 'Champion of the Flame', 'Displacement Wave', 'Fairgrounds Warden', 'Firedrinker Satyr', 'Weight of Memory', 'Moldgraf Monstrosity', 'Masticore', 'Faith of the Devoted', 'Gatekeeper of Malakir', 'Memorial to Genius', 'Glorious Anthem', 'Mercurial Pretender', 'Call the Bloodline', 'Endless Ranks of the Dead', 'Cruel Reality', 'Fabrication Module', 'Chandra''s Ignition', 'Chained to the Rocks', 'Summoner''s Egg', 'Wharf Infiltrator', 'Invigorated Rampage', 'Cathar''s Shield', 'Agony Warp', 'Shirei, Shizo''s Caretaker', 'Seeker of the Way', 'Lonely Sandbar', 'Bojuka Brigand', 'Ulcerate', 'Scrabbling Claws', 'Wonder', 'Lich''s Mastery', 'Utter End', 'Hypothesizzle', 'Loxodon Warhammer', 'Glint Hawk Idol', 'Advent of the Wurm', 'Heap Doll', 'Sram''s Expertise', 'Mortuary Mire', 'Academy Elite', 'Secluded Steppe', 'Blighted Cataract', 'Precognition Field', 'Whispers of the Muse', 'Shefet Monitor', 'Skirge Familiar', 'Leonin Sun Standard', 'Sanitarium Skeleton', 'Burning of Xinye', 'Wretched Banquet', 'Grimoire Thief', 'Plumeveil', 'Krosan Tusker', 'Rally the Peasants', 'Bile Blight', 'Longtusk Cub', 'Roiling Terrain', 'Tome Scour', 'Blighted Fen', 'Court Homunculus', 'Curse of Thirst', 'Dreadship Reef', 'Goblin Dark-Dwellers', 'Helm of the Host', 'Waterveil Cavern', 'Barter in Blood', 'Read the Bones', 'Rakdos Guildgate', 'Millstone', 'Starstorm', 'Lashweed Lurker', 'Kalonian Behemoth', 'Toolcraft Exemplar', 'Watchwolf', 'Foreboding Ruins', 'Night Market Lookout', 'Stone Haven Outfitter', 'Wrecking Ball', 'Tracker''s Instincts', 'Noose Constrictor', 'Exile', 'Metalwork Colossus', 'Duty-Bound Dead', 'Cloudblazer', 'Crumbling Necropolis', 'Forbid', 'Wreak Havoc', 'Gilded Lotus', 'Highland Lake', 'Journeyer''s Kite', 'Cascading Cataracts', 'Autochthon Wurm', 'Cryptoplasm', 'Woodland Stream', 'Tormenting Voice', 'Banewhip Punisher', 'Empyrial Plate', 'Golgari Guildgate', 'Dream Twist', 'Conqueror''s Galleon', 'Vendetta', 'Honored Hydra', 'Shuko', 'Precinct Captain', 'Treasure Cruise', 'Telling Time', 'Smokestack', 'Splinterfright', 'Diluvian Primordial', 'Mitotic Slime', 'Tidal Warrior', 'Tatyova, Benthic Druid', 'Early Frost', 'Confirm Suspicions', 'Kjeldoran Outpost', 'Larger Than Life', 'Ire Shaman', 'Dack''s Duplicate', 'Mist of Stagnation', 'Blisterpod', 'Topplegeist', 'Mirko Vosk, Mind Drinker', 'Rootwater Depths', 'Arrogant Wurm', 'Sensei Golden-Tail', 'Supernatural Stamina', 'Ashcloud Phoenix', 'Maximize Velocity', 'Grim Haruspex', 'Hour of Eternity', 'Village Messenger', 'Grasping Scoundrel', 'Goblin Gaveleer', 'Arcbound Reclaimer', 'Drownyard Behemoth', 'Kuro, Pitlord', 'Open the Armory', 'Tempered Steel', 'Flame Jab', 'Sphere of the Suns', 'Accorder''s Shield', 'Zulaport Cutthroat', 'Even the Odds', 'Spear of Heliod', 'Heir of Falkenrath', 'Soul Foundry', 'Man-o''-War', 'Compulsive Research', 'Bloodwater Entity', 'Arvad the Cursed', 'Dreg Mangler', 'Elsewhere Flask', 'Prepare // Fight', 'Immortal Servitude', 'Collective Effort', 'Empyreal Voyager', 'Sundering Growth', 'Repeal', 'Necrotic Wound', 'Underworld Cerberus', 'Basking Rootwalla', 'Necropolis Fiend', 'Vessel of Nascency', 'Collective Defiance', 'Moment of Craving', 'Sultai Emissary', 'Distress', 'Unwind', 'Confiscate', 'Kaleidostone', 'Putrefy', 'Blackblade Reforged', 'White Sun''s Zenith', 'Carrier Thrall', 'Bogbrew Witch', 'Shimian Specter', 'Bottle Gnomes', 'Metalspinner''s Puzzleknot', 'Mockery of Nature', 'Shaman en-Kor', 'Pulse Tracker', 'Followed Footsteps', 'Aryel, Knight of Windgrace', 'Volcanic Upheaval', 'Rustwing Falcon', 'Crovax, Ascendant Hero', 'Bane of Bala Ged', 'Leechridden Swamp', 'Corpsejack Menace', 'Opulent Palace', 'Circuitous Route', 'Yavimaya Hollow', 'Last Breath', 'Worm Harvest', 'Kor Duelist', 'Ayli, Eternal Pilgrim', 'Attune with Aether', 'Power Conduit', 'Howling Golem', 'Rattleclaw Mystic', 'Valduk, Keeper of the Flame', 'Declaration in Stone', 'Rupture Spire', 'Decoction Module', 'Thriving Turtle', 'Sultai Charm', 'Pillar of Flame', 'Herald of Torment', 'Turnabout', 'Electrostatic Pummeler', 'March from the Tomb', 'Eyeblight''s Ending', 'Gateway Plaza', 'Prophetic Bolt', 'Psychic Spiral', 'Jester''s Scepter', 'Crystal Shard', 'Veil of Secrecy', 'Yavimaya Elder', 'Thunderbolt', 'Slith Firewalker', 'Bubbling Cauldron', 'Healer''s Hawk', 'Chandra''s Spitfire', 'Talent of the Telepath', 'Duskmantle, House of Shadow', 'Faerie Trickery', 'Sanctum of Ugin', 'Thornbow Archer', 'Vivid Grove', 'Elixir of Immortality', 'Salvager of Secrets', 'Danitha Capashen, Paragon', 'Planar Cleansing', 'Grasp of Darkness', 'Teshar, Ancestor''s Apostle', 'Vivid Meadow', 'Mesmeric Fiend', 'Consuming Aberration', 'Transgress the Mind', 'Mizzium Skin', 'Graveblade Marauder', 'Bone Saw', 'Perilous Voyage', 'Cloudgoat Ranger', 'Vitu-Ghazi, the City-Tree', 'Consume the Meek', 'Soot Imp', 'Cogwork Assembler', 'Restoration Specialist', 'Razaketh''s Rite', 'Protean Raider', 'Gird for Battle', 'Landslide', 'Flayer of the Hatebound', 'Sagu Mauler', 'Reclaiming Vines', 'Stitch Together', 'Curse of Misfortunes', 'Hour of Revelation', 'Charge', 'Trial of Ambition', 'Foul Orchard', 'Dawntreader Elk', 'Spelltwine', 'Tragic Arrogance', 'Grow from the Ashes', 'Steel Sabotage', 'Tranquil Garden', 'Loxodon Hierarch', 'Identity Thief', 'Murderous Cut', 'Staggershock', 'Skirsdag High Priest', 'Primal Druid', 'Sculpting Steel', 'Martyr of Frost', 'Leave // Chance', 'Nissa''s Revelation', 'Thopter Spy Network', 'Dread Statuary', 'Skeleton Shard', 'Kentaro, the Smiling Cat', 'Power Sink', 'Makeshift Mannequin', 'Memory Sluice', 'Alchemist''s Vial', 'Rogue Refiner', 'Scoured Barrens', 'Sylvan Advocate', 'Pain Seer', 'Palace Familiar', 'Dread Return', 'Falkenrath Gorger', 'Planar Outburst', 'Wolfbriar Elemental', 'Flameshadow Conjuring', 'Warleader''s Helix', 'Ravenous Rats', 'Nullify', 'Aetherborn Marauder', 'Mulch', 'Natural Connection', 'Stone Quarry', 'Knight of the White Orchid', 'Docent of Perfection'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 103.9, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (105.5 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Ranger''s Guile', 'Soot Imp', 'Splinterfright', 'Hour of Eternity', 'Primal Druid', 'Noose Constrictor', 'Journeyer''s Kite', 'Stolen Identity', 'Kindle', 'Shriekgeist', 'Hypothesizzle', 'Fleetwheel Cruiser', 'Lantern Kami', 'Consuming Vapors', 'Academy Elite', 'Diabolic Tutor', 'Expedition Envoy', 'Encroaching Wastes', 'Stronghold Confessor', 'White Sun''s Zenith', 'Urza''s Ruinous Blast', 'Attune with Aether', 'Gruul Signet', 'Starstorm', 'Bane of Bala Ged', 'Avoid Fate', 'Sangrophage', 'Revoke Existence', 'Selesnya Guildmage', 'Tempered Steel', 'Hordeling Outburst', 'Healer''s Hawk', 'Elemental Bond', 'Lavaball Trap', 'Metalspinner''s Puzzleknot', 'Jwar Isle Refuge', 'Spellheart Chimera', 'Weaponcraft Enthusiast', 'Rattleclaw Mystic', 'Scepter of Fugue', 'Aether Swooper', 'Sphinx Summoner', 'Ondu Giant', 'Golgari Guildgate', 'Empyrial Plate', 'Illusory Ambusher', 'Telling Time', 'Vexing Scuttler', 'Grim Haruspex', 'Hada Freeblade', 'Scrabbling Claws', 'Tidal Warrior', 'Woodland Stream', 'Early Frost', 'Vendetta', 'Brain Maggot', 'Staggershock', 'Duskborne Skymarcher', 'Falkenrath Gorger', 'Putrefy', 'Charge', 'Memorial to Unity', 'Fungal Infection', 'Pale Rider of Trostad', 'Galvanic Bombardment', 'Longtusk Cub', 'Arcbound Reclaimer', 'Sage of Shaila''s Claim', 'Chief of the Foundry', 'Armament Master', 'Power Sink', 'Foul Emissary', 'Striped Riverwinder', 'Palace Familiar', 'Skeleton Shard', 'Mulch', 'Champion of the Flame', 'Secluded Steppe', 'Cartouche of Strength', 'Drowned Secrets', 'Painful Truths', 'Goblin Gaveleer', 'Curious Homunculus', 'Stromkirk Condemned', 'Hedron Archive', 'Faerie Trickery', 'Sunbird''s Invocation', 'Magister of Worth', 'Pillar of Flame', 'Precognition Field', 'Duty-Bound Dead', 'Artificer''s Epiphany', 'Endless Ranks of the Dead', 'Seal of Primordium', 'Kjeldoran Outpost', 'Mirko Vosk, Mind Drinker', 'Memorial to War', 'Saving Grace', 'Bubbling Cauldron', 'Splendid Reclamation', 'Last Gasp', 'Wonder', 'Leave // Chance', 'Shefet Monitor', 'Altar''s Reap', 'Always Watching', 'Cataclysmic Gearhulk', 'Intet, the Dreamer', 'Quasiduplicate', 'Conqueror''s Galleon', 'Cackling Counterpart', 'World Shaper', 'Vampiric Rites', 'Collective Effort', 'Qasali Ambusher', 'Oona''s Prowler', 'Drownyard Behemoth', 'Cranial Archive', 'Stone Haven Medic', 'Pilfering Imp', 'Supernatural Stamina', 'Paranoid Delusions', 'Felhide Spiritbinder', 'Hammer of Bogardan', 'Yavimaya Elder', 'Ashcloud Phoenix', 'Shimian Specter', 'Radiant Flames', 'Confiscate', 'Phantom Nomad', 'Barter in Blood', 'Cryptoplasm', 'Urza''s Factory', 'Bloodthrone Vampire', 'Curse of Death''s Hold', 'Vivid Grove', 'Bioshift', 'Lashweed Lurker', 'Clone', 'Sensei Golden-Tail', 'Glint Hawk Idol', 'Lake of the Dead', 'Wolfbriar Elemental', 'Open the Armory', 'Crystal Shard', 'Kitesail Apprentice', 'Turnabout', 'Read the Bones', 'Exile', 'Highland Weald', 'Drana''s Emissary', 'Toolcraft Exemplar', 'Smother', 'Dead Weight', 'Connive // Concoct', 'Night Market Lookout', 'Empyreal Voyager', 'Kor Duelist', 'Mist of Stagnation', 'Scatter Arc', 'Prophetic Bolt', 'Vivid Marsh', 'Bloodwater Entity', 'Memorial to Genius', 'Kuro, Pitlord', 'Haunted Dead', 'Tajuru Preserver', 'Corpsejack Menace', 'Kaleidostone', 'Utter End', 'Distress', 'Rampant Growth', 'Jace''s Ingenuity', 'Burning of Xinye', 'Sandsteppe Citadel', 'Planar Outburst', 'Summoner''s Egg', 'Advent of the Wurm', 'Enlisted Wurm', 'Consuming Aberration', 'Sphere of the Suns', 'Pianna, Nomad Captain', 'Forbid', 'Elsewhere Flask', 'Tranquil Garden', 'Yixlid Jailer', 'Shuko', 'Exava, Rakdos Blood Witch', 'Crystal Ball', 'Cultivator''s Caravan', 'Reef Shaman', 'Inner Demon', 'Gateway Plaza', 'Engulf the Shore', 'Kessig Cagebreakers', 'Razaketh''s Rite', 'Volcanic Upheaval', 'Sphinx of Uthuun', 'Ancient Amphitheater', 'Hallowed Moonlight', 'Confirm Suspicions', 'Precinct Captain', 'March from the Tomb', 'Rogue Refiner', 'Rishkar''s Expertise', 'Clash of Wills', 'Smokestack', 'Plumeveil', 'Deadbridge Goliath', 'Grow from the Ashes', 'Shirei, Shizo''s Caretaker', 'Dread Return', 'Valduk, Keeper of the Flame', 'Spear of Heliod', 'Abzan Charm', 'Mockery of Nature', 'Felidar Guardian', 'Temur Ascendancy', 'From Under the Floorboards', 'Cloudblazer', 'Thunderbolt', 'Sai of the Shinobi', 'Knight of the White Orchid', 'Soul Exchange', 'Charmbreaker Devils', 'Invasive Surgery', 'Nomad Outpost', 'Whispers of the Muse', 'Mizzium Skin', 'Jester''s Scepter', 'Mercurial Pretender', 'Thopter Spy Network', 'Grasping Scoundrel', 'Ayli, Eternal Pilgrim', 'Web of Inertia', 'Stone Quarry', 'Arrogant Wurm', 'Psychic Spiral', 'Join the Ranks', 'Protean Raider', 'Sylvan Advocate', 'Loxodon Warhammer', 'Electrostatic Pummeler', 'Increasing Confusion', 'Hellhole Flailer', 'Treasure Cruise', 'Faith of the Devoted', 'Dack''s Duplicate', 'Thornbow Archer', 'Driven // Despair', 'Skirk Ridge Exhumer', 'Whirler Virtuoso', 'Wrecking Ball', 'Heir of Falkenrath', 'Goblin Dark-Dwellers', 'Herald of Torment', 'Dreadship Reef', 'Repeal', 'Into the North', 'High Priest of Penance', 'Foundry of the Consuls', 'Ravenous Rats', 'Sky Hussar', 'Firedrinker Satyr', 'Soul Foundry', 'Village Messenger', 'Aryel, Knight of Windgrace', 'Broken Bond', 'Edge of Autumn', 'Sweatworks Brawler', 'Tragic Lesson', 'Sanctum of Ugin', 'Dreg Mangler', 'Stitch Together', 'Necroplasm', 'Cascading Cataracts', 'Slith Firewalker', 'Murderous Cut', 'Vitu-Ghazi, the City-Tree', 'Planar Cleansing', 'Millstone', 'Evolving Wilds', 'Sculpting Steel', 'Psychatog', 'Take Inventory', 'Alchemist''s Vial', 'Mitotic Slime', 'Leechridden Swamp', 'Spiketail Hatchling', 'Talent of the Telepath', 'Clockwork Beetle', 'Psychotic Episode', 'Squadron Hawk', 'Displacement Wave', 'Krosan Tusker', 'Rootwater Depths', 'Cogwork Assembler', 'Savage Lands', 'Nissa''s Revelation', 'Maximize Velocity', 'Asylum Visitor', 'Underworld Cerberus', 'Moldgraf Monstrosity', 'Shaman en-Kor', 'Protean Hydra', 'Sram''s Expertise', 'Spiritmonger', 'Vampire Cutthroat', 'Pelakka Wurm', 'Ashenmoor Gouger', 'Insidious Will', 'Bone Saw', 'Warleader''s Helix', 'Sagu Mauler', 'Careful Consideration', 'Sultai Charm', 'Thriving Turtle', 'Hypnotic Specter', 'Rally the Peasants', 'Rith''s Charm', 'Natural Connection', 'Highland Lake', 'Dregscape Zombie', 'Rustwing Falcon', 'Fabrication Module', 'The Mending of Dominaria', 'Moment of Craving', 'Howling Golem', 'Vessel of Nascency', 'Hanweir Militia Captain', 'Makeshift Mannequin', 'Necrotic Wound', 'Narcolepsy', 'Zulaport Cutthroat', 'Kalonian Behemoth', 'Blood Scrivener', 'Narcomoeba', 'Ire Shaman', 'Autochthon Wurm', 'Terra Stomper', 'Tracker''s Instincts', 'Restoration Specialist', 'True Believer', 'Trial of Knowledge', 'Hidden Stockpile', 'Boros Challenger', 'Brain Freeze', 'Hermit Druid', 'Cruel Reality', 'Wretched Banquet', 'Scoured Barrens', 'Scatter to the Winds', 'Garza Zol, Plague Queen', 'Perilous Voyage', 'Chromatic Lantern', 'Indulgent Aristocrat', 'Circuitous Route', 'Grasp of Darkness', 'Rites of Initiation', 'Hour of Revelation', 'Crovax, Ascendant Hero', 'Nullify', 'Tatyova, Benthic Druid', 'Increasing Savagery', 'Blighted Cataract', 'Mystic Monastery', 'Walk the Plank', 'Oona''s Grace', 'Landslide', 'Masticore', 'Baleful Ammit', 'Pulse Tracker', 'Dream Twist', 'Trial of Ambition', 'Choked Estuary', 'Stuffy Doll', 'Rogue''s Passage', 'Holdout Settlement', 'Immortal Servitude', 'Necropolis Fiend', 'Vengeful Pharaoh', 'Bojuka Brigand', 'Tragic Arrogance', 'Gruul Guildgate', 'Graveblade Marauder', 'Bottle Gnomes', 'Hellrider', 'Salvager of Secrets', 'Trophy Mage', 'Molten Primordial', 'Festering Newt', 'Steel Sabotage', 'Opulent Palace', 'Phantasmal Bear', 'Curse of Thirst', 'Mesmeric Fiend', 'Urborg', 'Metalwork Colossus', 'Bounty of the Luxa', 'Channeler Initiate', 'Anticipate', 'Spelltwine', 'Sanitarium Skeleton', 'Aetherborn Marauder', 'Winds of Rebuke', 'Fiery Impulse', 'Larger Than Life', 'Ulcerate', 'Declaration in Stone', 'Stasis Snare', 'Rakdos Guildmage', 'Gilded Lotus', 'Blackblade Reforged', 'Wretched Gryff', 'Helm of the Host', 'Scent of Brine', 'Bogbrew Witch', 'Remove Soul', 'Elixir of Immortality', 'Foul Orchard', 'Sedraxis Specter', 'Foreboding Ruins', 'Vicious Conquistador', 'Cloudgoat Ranger', 'Cephalid Illusionist', 'Unwind', 'Kor Outfitter', 'Shrine of Loyal Legions', 'Dimir Cutpurse', 'Cremate', 'Loxodon Hierarch', 'Sundering Growth', 'Skinrender', 'Mangara of Corondor', 'One With the Wind', 'Benalish Honor Guard', 'Orzhov Charm', 'Void Shatter', 'Rakshasa Deathdealer', 'Call the Bloodline', 'Kederekt Leviathan', 'Servo Exhibition', 'Circu, Dimir Lobotomist', 'Martyr of Frost', 'Wreak Havoc', 'Fairgrounds Warden', 'Trusty Machete', 'Followed Footsteps', 'Sin Collector', 'Transgress the Mind', 'Last Breath', 'Rocky Tar Pit', 'Faith''s Fetters', 'Thawing Glaciers', 'Mortuary Mire', 'Spike Feeder', 'Reclaiming Vines', 'Banishing Light', 'Desecration Demon', 'Triskelion', 'Chandra''s Spitfire', 'Izzet Guildgate', 'Saheeli''s Artistry', 'Selesnya Signet', 'Chandra''s Ignition', 'Curse of Misfortunes', 'Trail of Evidence', 'Banewhip Punisher', 'Memory Sluice', 'Psychic Strike', 'Flayer of the Hatebound', 'Kalastria Healer', 'Accorder''s Shield', 'Unsummon', 'Sage''s Row Denizen', 'Aven Skirmisher', 'Mindstorm Crown', 'Lonely Sandbar', 'Teshar, Ancestor''s Apostle', 'Watchers of the Dead', 'Cathar''s Shield', 'Roterothopter', 'Tormenting Voice', 'Snapback', 'Simic Guildgate', 'Tribute to Hunger', 'Mind Grind', 'Man-o''-War', 'Consume the Meek', 'Tormented Hero', 'Tome Scour', 'Identity Thief', 'Rakdos Guildgate', 'Topplegeist', 'Pilfered Plans', 'Wharf Infiltrator', 'Captain''s Claws', 'Invigorated Rampage', 'Yavimaya Hollow', 'Leonin Sun Standard', 'Rupture Spire', 'Cryptborn Horror', 'Weight of Memory', 'Ulvenwald Tracker', 'Even the Odds', 'Dawntreader Elk', 'Addle', 'Heart-Piercer Bow', 'Flame Jab', 'Behemoth Sledge', 'Pyramid of the Pantheon', 'Bloodgift Demon', 'Duskmantle, House of Shadow', 'Court Homunculus', 'Roiling Terrain', 'Kentaro, the Smiling Cat', 'Seeker of the Way', 'Crumbling Necropolis', 'Dissipate', 'Skirge Familiar', 'Inventor''s Apprentice', 'Epochrasite', 'Blighted Woodland', 'Glorious Anthem', 'Azorius Guildgate', 'Reaper from the Abyss', 'Sultai Emissary', 'Compulsive Research', 'Enraged Giant', 'Blighted Fen', 'Chained to the Rocks', 'Curse of the Swine', 'Worm Harvest', 'Cadaver Imp', 'Azra Bladeseeker', 'Serene Steward', 'Suntail Hawk', 'Story Circle', 'Watchwolf', 'Diluvian Primordial', 'Bogardan Hellkite', 'Rugged Highlands', 'Lich''s Mastery', 'Flaying Tendrils', 'Geistflame', 'Benefaction of Rhonas', 'Semblance Anvil', 'Eyeblight''s Ending', 'Collective Defiance', 'Dread Statuary', 'Spined Thopter', 'Blisterpod', 'Putrid Imp', 'Waterveil Cavern', 'Carrier Thrall', 'Spawning Pool', 'Guile', 'Decoction Module', 'Basking Rootwalla', 'Bile Blight', 'Altered Ego', 'Psychic Drain', 'Traxos, Scourge of Kroog', 'Grimoire Thief', 'Arvad the Cursed', 'Hellspark Elemental', 'Pain Seer', 'Stone Haven Outfitter', 'Prepare // Fight', 'Crumbling Vestige', 'Advanced Stitchwing', 'Woodland Wanderer', 'Vivid Meadow', 'Kitesail Scout', 'Flameshadow Conjuring', 'Sigarda''s Aid', 'Consign // Oblivion', 'Blazing Archon', 'Gorgon''s Head', 'Gatekeeper of Malakir', 'Riddlesmith', 'Ruthless Ripper', 'Lotleth Giant', 'Burning Oil', 'Veil of Secrecy', 'Grozoth', 'Seal of Doom', 'Fevered Visions', 'Agony Warp', 'Danitha Capashen, Paragon', 'Docent of Perfection', 'Kemba, Kha Regent', 'Loyal Pegasus', 'Haunting Echoes', 'Skirsdag High Priest', 'Heap Doll', 'Honored Hydra', 'Desert of the Glorified', 'Oona, Queen of the Fae', 'Bloodsoaked Champion', 'Incendiary Flow', 'Power Conduit', 'Gird for Battle', 'Moratorium Stone'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 105.5, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (896.8 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Azra Bladeseeker', 'Charmbreaker Devils', 'Splinterfright', 'Stasis Snare', 'Spike Feeder', 'Natural Connection', 'Sigarda''s Aid', 'Chief of the Foundry', 'Mirko Vosk, Mind Drinker', 'Selesnya Guildmage', 'Blighted Cataract', 'Ulvenwald Tracker', 'Wolfbriar Elemental', 'Benalish Honor Guard', 'Desecration Demon', 'Dimir Cutpurse', 'Walk the Plank', 'Carrier Thrall', 'Palace Familiar', 'Desert of the Glorified', 'Curious Homunculus', 'Invigorated Rampage', 'Revoke Existence', 'Saheeli''s Artistry', 'Gird for Battle', 'Herald of Torment', 'Engulf the Shore', 'Expedition Envoy', 'Skirk Ridge Exhumer', 'Blisterpod', 'Rupture Spire', 'Mist of Stagnation', 'Tome Scour', 'Planar Outburst', 'Thunderbolt', 'Whirler Virtuoso', 'Ashenmoor Gouger', 'Skirge Familiar', 'Restoration Specialist', 'Blazing Archon', 'Salvager of Secrets', 'Dawntreader Elk', 'Pale Rider of Trostad', 'Slith Firewalker', 'Murderous Cut', 'Izzet Guildgate', 'Turnabout', 'Cryptborn Horror', 'Tajuru Preserver', 'Precognition Field', 'Seeker of the Way', 'Blackblade Reforged', 'Qasali Ambusher', 'Elemental Bond', 'Sagu Mauler', 'Sin Collector', 'Lake of the Dead', 'Kalastria Healer', 'Hallowed Moonlight', 'Felhide Spiritbinder', 'Shrine of Loyal Legions', 'Tribute to Hunger', 'Endless Ranks of the Dead', 'Mercurial Pretender', 'Firedrinker Satyr', 'Psychatog', 'Galvanic Bombardment', 'Vampire Cutthroat', 'Phantasmal Bear', 'Urborg', 'Drowned Secrets', 'Weaponcraft Enthusiast', 'Fleetwheel Cruiser', 'Cartouche of Strength', 'Pelakka Wurm', 'Phantom Nomad', 'Thopter Spy Network', 'Starstorm', 'Zulaport Cutthroat', 'Falkenrath Gorger', 'Wretched Gryff', 'Martyr of Frost', 'Aryel, Knight of Windgrace', 'Scatter to the Winds', 'Repeal', 'Drownyard Behemoth', 'Dream Twist', 'Crumbling Necropolis', 'Hour of Revelation', 'Foundry of the Consuls', 'Millstone', 'Diabolic Tutor', 'Sundering Growth', 'Power Conduit', 'Consume the Meek', 'Enlisted Wurm', 'Unsummon', 'Psychic Strike', 'Nomad Outpost', 'Roterothopter', 'Connive // Concoct', 'Vengeful Pharaoh', 'Moratorium Stone', 'Barter in Blood', 'Masticore', 'Mitotic Slime', 'Yavimaya Elder', 'Fabrication Module', 'Wretched Banquet', 'Toolcraft Exemplar', 'Striped Riverwinder', 'Even the Odds', 'Riddlesmith', 'Dreadship Reef', 'Painful Truths', 'Tatyova, Benthic Druid', 'Compulsive Research', 'Spellheart Chimera', 'Azorius Guildgate', 'Primal Druid', 'Steel Sabotage', 'Narcolepsy', 'Sultai Charm', 'Story Circle', 'Autochthon Wurm', 'Whispers of the Muse', 'Mindstorm Crown', 'Consign // Oblivion', 'Rogue''s Passage', 'Cataclysmic Gearhulk', 'Grasping Scoundrel', 'Triskelion', 'Cascading Cataracts', 'Howling Golem', 'Pyramid of the Pantheon', 'Oona, Queen of the Fae', 'Necropolis Fiend', 'Tidal Warrior', 'Sanctum of Ugin', 'Sangrophage', 'Psychotic Episode', 'Scent of Brine', 'Lich''s Mastery', 'Brain Maggot', 'Vampiric Rites', 'Heart-Piercer Bow', 'Vivid Grove', 'Ulcerate', 'One With the Wind', 'Insidious Will', 'Confirm Suspicions', 'Trial of Ambition', 'Jester''s Scepter', 'Pulse Tracker', 'Plumeveil', 'Valduk, Keeper of the Flame', 'Kjeldoran Outpost', 'Enraged Giant', 'Foul Emissary', 'Felidar Guardian', 'Sphinx of Uthuun', 'Dissipate', 'Moment of Craving', 'Grasp of Darkness', 'Intet, the Dreamer', 'Healer''s Hawk', 'Lantern Kami', 'Bloodwater Entity', 'Gruul Signet', 'Scepter of Fugue', 'Haunted Dead', 'Burning Oil', 'Incendiary Flow', 'Garza Zol, Plague Queen', 'Oona''s Grace', 'Underworld Cerberus', 'Docent of Perfection', 'Eyeblight''s Ending', 'Burning of Xinye', 'Scrabbling Claws', 'Bone Saw', 'Cloudgoat Ranger', 'Sai of the Shinobi', 'From Under the Floorboards', 'Memorial to War', 'Armament Master', 'Cloudblazer', 'Woodland Wanderer', 'Duskmantle, House of Shadow', 'Rampant Growth', 'Gorgon''s Head', 'Teshar, Ancestor''s Apostle', 'Grim Haruspex', 'Kemba, Kha Regent', 'Dread Statuary', 'Nullify', 'Kuro, Pitlord', 'Graveblade Marauder', 'Ranger''s Guile', 'Knight of the White Orchid', 'Cultivator''s Caravan', 'Bloodsoaked Champion', 'Protean Hydra', 'Kor Outfitter', 'Trophy Mage', 'Captain''s Claws', 'Molten Primordial', 'Evolving Wilds', 'Stitch Together', 'Flame Jab', 'Pain Seer', 'Spined Thopter', 'Putrefy', 'Festering Newt', 'Memorial to Unity', 'Crovax, Ascendant Hero', 'Rakdos Guildgate', 'Oona''s Prowler', 'Shuko', 'Arvad the Cursed', 'Skinrender', 'Remove Soul', 'Volcanic Upheaval', 'Deadbridge Goliath', 'Kindle', 'Honored Hydra', 'Servo Exhibition', 'Fevered Visions', 'Aetherborn Marauder', 'Necroplasm', 'Terra Stomper', 'Duskborne Skymarcher', 'Curse of Misfortunes', 'Into the North', 'Altered Ego', 'Maximize Velocity', 'Loyal Pegasus', 'Precinct Captain', 'Spiritmonger', 'Narcomoeba', 'Clockwork Beetle', 'Shaman en-Kor', 'Lotleth Giant', 'Splendid Reclamation', 'Suntail Hawk', 'Empyreal Voyager', 'Topplegeist', 'Paranoid Delusions', 'High Priest of Penance', 'Saving Grace', 'Bojuka Brigand', 'Dack''s Duplicate', 'Wharf Infiltrator', 'Sage of Shaila''s Claim', 'Squadron Hawk', 'Village Messenger', 'Followed Footsteps', 'Cathar''s Shield', 'Sphinx Summoner', 'Yixlid Jailer', 'Staggershock', 'Leave // Chance', 'Cranial Archive', 'Thriving Turtle', 'Arrogant Wurm', 'Sensei Golden-Tail', 'Stromkirk Condemned', 'Gateway Plaza', 'Stolen Identity', 'Landslide', 'Aether Swooper', 'Illusory Ambusher', 'Last Gasp', 'Kaleidostone', 'Hedron Archive', 'Thornbow Archer', 'Take Inventory', 'Danitha Capashen, Paragon', 'Decoction Module', 'Journeyer''s Kite', 'Tragic Lesson', 'Hidden Stockpile', 'Putrid Imp', 'Open the Armory', 'Soul Foundry', 'Ondu Giant', 'Larger Than Life', 'Cruel Reality', 'Vitu-Ghazi, the City-Tree', 'Roiling Terrain', 'Worm Harvest', 'Ayli, Eternal Pilgrim', 'Urza''s Ruinous Blast', 'Ire Shaman', 'Boros Challenger', 'Stone Quarry', 'Grozoth', 'Advanced Stitchwing', 'Transgress the Mind', 'Pianna, Nomad Captain', 'Metalspinner''s Puzzleknot', 'Agony Warp', 'Collective Effort', 'Read the Bones', 'Dread Return', 'Sultai Emissary', 'Immortal Servitude', 'Thawing Glaciers', 'Inventor''s Apprentice', 'Warleader''s Helix', 'Temur Ascendancy', 'Baleful Ammit', 'Stone Haven Outfitter', 'Collective Defiance', 'Urza''s Factory', 'Choked Estuary', 'Rattleclaw Mystic', 'Careful Consideration', 'Abzan Charm', 'Stone Haven Medic', 'Early Frost', 'Bloodgift Demon', 'Elsewhere Flask', 'Trusty Machete', 'Traxos, Scourge of Kroog', 'Consuming Vapors', 'Bioshift', 'Banewhip Punisher', 'Rakshasa Deathdealer', 'Telling Time', 'Dreg Mangler', 'Forbid', 'Anticipate', 'Academy Elite', 'Faith of the Devoted', 'Cackling Counterpart', 'Declaration in Stone', 'Champion of the Flame', 'Kor Duelist', 'Crystal Shard', 'Blighted Fen', 'Highland Lake', 'Mystic Monastery', 'Identity Thief', 'Serene Steward', 'Cephalid Illusionist', 'Smother', 'Asylum Visitor', 'Hypnotic Specter', 'Duty-Bound Dead', 'Noose Constrictor', 'Inner Demon', 'Diluvian Primordial', 'Watchers of the Dead', 'Nissa''s Revelation', 'Night Market Lookout', 'Kitesail Scout', 'Always Watching', 'Consuming Aberration', 'Mesmeric Fiend', 'Man-o''-War', 'Mind Grind', 'Mockery of Nature', 'Increasing Savagery', 'Wreak Havoc', 'Cryptoplasm', 'Foul Orchard', 'Seal of Primordium', 'Tranquil Garden', 'Leonin Sun Standard', 'Memorial to Genius', 'Dregscape Zombie', 'Woodland Stream', 'Empyrial Plate', 'Stuffy Doll', 'Haunting Echoes', 'Crystal Ball', 'Golgari Guildgate', 'Hordeling Outburst', 'Flaying Tendrils', 'Hanweir Militia Captain', 'Hypothesizzle', 'Grow from the Ashes', 'Epochrasite', 'Clone', 'Magister of Worth', 'Memory Sluice', 'Krosan Tusker', 'True Believer', 'Charge', 'Arcbound Reclaimer', 'Drana''s Emissary', 'Rustwing Falcon', 'Veil of Secrecy', 'Orzhov Charm', 'Curse of the Swine', 'Gatekeeper of Malakir', 'Pilfering Imp', 'Elixir of Immortality', 'Circuitous Route', 'Scatter Arc', 'Web of Inertia', 'Alchemist''s Vial', 'Moldgraf Monstrosity', 'Exile', 'Supernatural Stamina', 'Gruul Guildgate', 'Flayer of the Hatebound', 'Sweatworks Brawler', 'Attune with Aether', 'Soot Imp', 'Tempered Steel', 'Geistflame', 'Snapback', 'Makeshift Mannequin', 'Corpsejack Menace', 'Wrecking Ball', 'Opulent Palace', 'Goblin Dark-Dwellers', 'Prophetic Bolt', 'Planar Cleansing', 'Hammer of Bogardan', 'Broken Bond', 'Leechridden Swamp', 'Protean Raider', 'Unwind', 'Lavaball Trap', 'Kederekt Leviathan', 'Radiant Flames', 'Mulch', 'Encroaching Wastes', 'White Sun''s Zenith', 'Heir of Falkenrath', 'Basking Rootwalla', 'Highland Weald', 'Trail of Evidence', 'Increasing Confusion', 'Watchwolf', 'Foreboding Ruins', 'Treasure Cruise', 'Cogwork Assembler', 'Shimian Specter', 'Ancient Amphitheater', 'Mizzium Skin', 'Tormenting Voice', 'Goblin Gaveleer', 'Advent of the Wurm', 'World Shaper', 'Blood Scrivener', 'Psychic Spiral', 'Metalwork Colossus', 'Cadaver Imp', 'Wonder', 'Sphere of the Suns', 'Prepare // Fight', 'Invasive Surgery', 'Shriekgeist', 'Soul Exchange', 'Seal of Doom', 'Faith''s Fetters', 'Rakdos Guildmage', 'Exava, Rakdos Blood Witch', 'Rishkar''s Expertise', 'Banishing Light', 'Holdout Settlement', 'Rootwater Depths', 'Bane of Bala Ged', 'Heap Doll', 'Spiketail Hatchling', 'Channeler Initiate', 'Driven // Despair', 'Displacement Wave', 'Mangara of Corondor', 'Distress', 'Reaper from the Abyss', 'Weight of Memory', 'Fairgrounds Warden', 'Grimoire Thief', 'Avoid Fate', 'Fiery Impulse', 'Selesnya Signet', 'Sylvan Advocate', 'Skirsdag High Priest', 'Lashweed Lurker', 'Crumbling Vestige', 'Bottle Gnomes', 'Loxodon Hierarch', 'Spear of Heliod', 'Hellhole Flailer', 'Chandra''s Ignition', 'Sage''s Row Denizen', 'Secluded Steppe', 'Sandsteppe Citadel', 'Mortuary Mire', 'Gilded Lotus', 'Waterveil Cavern', 'Sram''s Expertise', 'Void Shatter', 'Conqueror''s Galleon', 'Guile', 'Flameshadow Conjuring', 'Lonely Sandbar', 'Brain Freeze', 'Hellspark Elemental', 'Behemoth Sledge', 'Bogbrew Witch', 'Longtusk Cub', 'The Mending of Dominaria', 'Aven Skirmisher', 'March from the Tomb', 'Clash of Wills', 'Reclaiming Vines', 'Curse of Death''s Hold', 'Rocky Tar Pit', 'Hour of Eternity', 'Artificer''s Epiphany', 'Curse of Thirst', 'Shefet Monitor', 'Vivid Meadow', 'Court Homunculus', 'Vessel of Nascency', 'Hada Freeblade', 'Blighted Woodland', 'Cremate', 'Chromatic Lantern', 'Skeleton Shard', 'Chandra''s Spitfire', 'Chained to the Rocks', 'Rally the Peasants', 'Indulgent Aristocrat', 'Hellrider', 'Benefaction of Rhonas', 'Pilfered Plans', 'Winds of Rebuke', 'Jace''s Ingenuity', 'Loxodon Warhammer', 'Necrotic Wound', 'Savage Lands', 'Tormented Hero', 'Trial of Knowledge', 'Fungal Infection', 'Jwar Isle Refuge', 'Stronghold Confessor', 'Edge of Autumn', 'Utter End', 'Psychic Drain', 'Tracker''s Instincts', 'Shirei, Shizo''s Caretaker', 'Razaketh''s Rite', 'Rogue Refiner', 'Yavimaya Hollow', 'Call the Bloodline', 'Altar''s Reap', 'Ravenous Rats', 'Tragic Arrogance', 'Pillar of Flame', 'Kitesail Apprentice', 'Bloodthrone Vampire', 'Reef Shaman', 'Rugged Highlands', 'Spawning Pool', 'Circu, Dimir Lobotomist', 'Kalonian Behemoth', 'Sanitarium Skeleton', 'Kentaro, the Smiling Cat', 'Addle', 'Bounty of the Luxa', 'Faerie Trickery', 'Glorious Anthem', 'Dead Weight', 'Confiscate', 'Spelltwine', 'Vendetta', 'Quasiduplicate', 'Electrostatic Pummeler', 'Last Breath', 'Vexing Scuttler', 'Kessig Cagebreakers', 'Vivid Marsh', 'Glint Hawk Idol', 'Perilous Voyage', 'Ruthless Ripper', 'Summoner''s Egg', 'Hermit Druid', 'Bubbling Cauldron', 'Simic Guildgate', 'Bile Blight', 'Helm of the Host', 'Rith''s Charm', 'Sedraxis Specter', 'Sculpting Steel', 'Accorder''s Shield', 'Rites of Initiation', 'Semblance Anvil', 'Ashcloud Phoenix', 'Scoured Barrens', 'Join the Ranks', 'Vicious Conquistador', 'Smokestack', 'Sunbird''s Invocation', 'Sky Hussar', 'Power Sink', 'Talent of the Telepath', 'Bogardan Hellkite'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 896.8, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (142.4 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Steel Sabotage', 'Oona''s Grace', 'Spiritmonger', 'Fiery Impulse', 'Mangara of Corondor', 'Curse of Thirst', 'Exile', 'Reaper from the Abyss', 'Scent of Brine', 'Hellrider', 'Phantom Nomad', 'Grasping Scoundrel', 'Hellspark Elemental', 'Urborg', 'Selesnya Signet', 'Masticore', 'Lonely Sandbar', 'Banewhip Punisher', 'Engulf the Shore', 'Magister of Worth', 'Sky Hussar', 'Lotleth Giant', 'Salvager of Secrets', 'Leonin Sun Standard', 'Memory Sluice', 'Vendetta', 'Hellhole Flailer', 'Foul Orchard', 'Skinrender', 'Skirsdag High Priest', 'Ulcerate', 'Chromatic Lantern', 'Narcomoeba', 'Bounty of the Luxa', 'Aether Swooper', 'Barter in Blood', 'Alchemist''s Vial', 'Collective Defiance', 'Metalwork Colossus', 'Memorial to Unity', 'Bogbrew Witch', 'Saheeli''s Artistry', 'Kalastria Healer', 'Spawning Pool', 'Channeler Initiate', 'Connive // Concoct', 'Danitha Capashen, Paragon', 'Duskborne Skymarcher', 'Tormenting Voice', 'Murderous Cut', 'Thunderbolt', 'Vessel of Nascency', 'Bottle Gnomes', 'Lich''s Mastery', 'Decoction Module', 'Avoid Fate', 'Stone Quarry', 'Kaleidostone', 'Burning of Xinye', 'Terra Stomper', 'Fairgrounds Warden', 'Lantern Kami', 'Benefaction of Rhonas', 'Spined Thopter', 'Vampire Cutthroat', 'Orzhov Charm', 'Encroaching Wastes', 'Stuffy Doll', 'Exava, Rakdos Blood Witch', 'Cloudgoat Ranger', 'Guile', 'Kor Duelist', 'Aven Skirmisher', 'Rakshasa Deathdealer', 'Mulch', 'Eyeblight''s Ending', 'Clockwork Beetle', 'Thawing Glaciers', 'Haunted Dead', 'Advanced Stitchwing', 'Gatekeeper of Malakir', 'Trusty Machete', 'Tragic Lesson', 'Inventor''s Apprentice', 'Increasing Confusion', 'High Priest of Penance', 'Banishing Light', 'Bloodsoaked Champion', 'Elsewhere Flask', 'Flameshadow Conjuring', 'Revoke Existence', 'Suntail Hawk', 'Gird for Battle', 'Careful Consideration', 'Valduk, Keeper of the Flame', 'Psychotic Episode', 'Gorgon''s Head', 'Whispers of the Muse', 'Skirge Familiar', 'Burning Oil', 'Epochrasite', 'Web of Inertia', 'Kor Outfitter', 'Rootwater Depths', 'Topplegeist', 'Shirei, Shizo''s Caretaker', 'Identity Thief', 'Sensei Golden-Tail', 'Heart-Piercer Bow', 'Selesnya Guildmage', 'Herald of Torment', 'Cryptoplasm', 'Teshar, Ancestor''s Apostle', 'Prepare // Fight', 'Flame Jab', 'Felidar Guardian', 'Cadaver Imp', 'Followed Footsteps', 'Longtusk Cub', 'Kjeldoran Outpost', 'Psychatog', 'Leechridden Swamp', 'Painful Truths', 'Cephalid Illusionist', 'Planar Cleansing', 'Hidden Stockpile', 'Jester''s Scepter', 'Bloodthrone Vampire', 'Shrine of Loyal Legions', 'Curse of the Swine', 'Sedraxis Specter', 'Bile Blight', 'Yixlid Jailer', 'Cartouche of Strength', 'Power Conduit', 'Seeker of the Way', 'Chained to the Rocks', 'Nissa''s Revelation', 'Lake of the Dead', 'Faith''s Fetters', 'Soul Foundry', 'Glint Hawk Idol', 'Rakdos Guildmage', 'Palace Familiar', 'Displacement Wave', 'Hypnotic Specter', 'Transgress the Mind', 'Sphinx Summoner', 'Hour of Revelation', 'Wolfbriar Elemental', 'Grozoth', 'Seal of Primordium', 'Hallowed Moonlight', 'Tajuru Preserver', 'Driven // Despair', 'Dreg Mangler', 'Watchers of the Dead', 'Loyal Pegasus', 'Arcbound Reclaimer', 'Ulvenwald Tracker', 'Power Sink', 'Memorial to Genius', 'Brain Maggot', 'Rustwing Falcon', 'Highland Weald', 'Docent of Perfection', 'Psychic Strike', 'Primal Druid', 'Necropolis Fiend', 'Blood Scrivener', 'Unsummon', 'Broken Bond', 'Mortuary Mire', 'Foul Emissary', 'Whirler Virtuoso', 'Putrefy', 'Grimoire Thief', 'Bane of Bala Ged', 'Loxodon Warhammer', 'Cryptborn Horror', 'Increasing Savagery', 'Stasis Snare', 'Protean Hydra', 'Goblin Gaveleer', 'Spelltwine', 'Clash of Wills', 'Galvanic Bombardment', 'Choked Estuary', 'Fleetwheel Cruiser', 'Sphere of the Suns', 'Abzan Charm', 'Rampant Growth', 'Semblance Anvil', 'Honored Hydra', 'Stromkirk Condemned', 'Confiscate', 'Sanctum of Ugin', 'Urza''s Ruinous Blast', 'Armament Master', 'Kessig Cagebreakers', 'Cranial Archive', 'Scatter to the Winds', 'Trial of Ambition', 'Garza Zol, Plague Queen', 'Thopter Spy Network', 'Hanweir Militia Captain', 'Accorder''s Shield', 'Underworld Cerberus', 'Scrabbling Claws', 'Charge', 'Consuming Aberration', 'Last Breath', 'Lashweed Lurker', 'Secluded Steppe', 'Grow from the Ashes', 'Pain Seer', 'Shriekgeist', 'Blighted Woodland', 'Oona, Queen of the Fae', 'Kitesail Scout', 'Empyreal Voyager', 'Telling Time', 'Vengeful Pharaoh', 'Bone Saw', 'Ravenous Rats', 'Vivid Meadow', 'Rattleclaw Mystic', 'Narcolepsy', 'Zulaport Cutthroat', 'One With the Wind', 'Traxos, Scourge of Kroog', 'Vivid Marsh', 'Skirk Ridge Exhumer', 'Roiling Terrain', 'Illusory Ambusher', 'Pelakka Wurm', 'Drana''s Emissary', 'Wrecking Ball', 'Ashenmoor Gouger', 'Sage''s Row Denizen', 'Elixir of Immortality', 'Natural Connection', 'Triskelion', 'Arvad the Cursed', 'Enlisted Wurm', 'Jace''s Ingenuity', 'Rakdos Guildgate', 'Pilfering Imp', 'Drowned Secrets', 'Howling Golem', 'Necrotic Wound', 'Mirko Vosk, Mind Drinker', 'Hedron Archive', 'Bloodgift Demon', 'Ayli, Eternal Pilgrim', 'Dread Return', 'Serene Steward', 'Festering Newt', 'Thriving Turtle', 'Rally the Peasants', 'Call the Bloodline', 'Faerie Trickery', 'Baleful Ammit', 'Inner Demon', 'Trial of Knowledge', 'Putrid Imp', 'Ashcloud Phoenix', 'Mesmeric Fiend', 'Sultai Charm', 'Tome Scour', 'Martyr of Frost', 'Mockery of Nature', 'World Shaper', 'Leave // Chance', 'Cataclysmic Gearhulk', 'Invigorated Rampage', 'Stone Haven Medic', 'Rogue Refiner', 'Warleader''s Helix', 'Smokestack', 'Mitotic Slime', 'Arrogant Wurm', 'Felhide Spiritbinder', 'Sculpting Steel', 'Kentaro, the Smiling Cat', 'Cultivator''s Caravan', 'Circuitous Route', 'Bioshift', 'Tidal Warrior', 'Tempered Steel', 'Volcanic Upheaval', 'Hada Freeblade', 'Dawntreader Elk', 'Sram''s Expertise', 'Dreadship Reef', 'Village Messenger', 'Flaying Tendrils', 'Rugged Highlands', 'Dead Weight', 'Faith of the Devoted', 'Hammer of Bogardan', 'Repeal', 'Necroplasm', 'Autochthon Wurm', 'Woodland Stream', 'Precinct Captain', 'Scoured Barrens', 'Spike Feeder', 'Weaponcraft Enthusiast', 'Simic Guildgate', 'Distress', 'Invasive Surgery', 'Bubbling Cauldron', 'Memorial to War', 'Desecration Demon', 'Always Watching', 'Advent of the Wurm', 'Reclaiming Vines', 'Basking Rootwalla', 'Kemba, Kha Regent', 'Sai of the Shinobi', 'Duty-Bound Dead', 'Ire Shaman', 'Vexing Scuttler', 'Diluvian Primordial', 'Edge of Autumn', 'Landslide', 'Last Gasp', 'Scatter Arc', 'Starstorm', 'Agony Warp', 'Radiant Flames', 'Azra Bladeseeker', 'Into the North', 'Striped Riverwinder', 'Blighted Cataract', 'White Sun''s Zenith', 'Worm Harvest', 'Gruul Guildgate', 'Izzet Guildgate', 'Stitch Together', 'Gruul Signet', 'Precognition Field', 'Firedrinker Satyr', 'Vampiric Rites', 'Rishkar''s Expertise', 'Ranger''s Guile', 'Court Homunculus', 'Watchwolf', 'Quasiduplicate', 'Confirm Suspicions', 'Immortal Servitude', 'Phantasmal Bear', 'Altar''s Reap', 'Carrier Thrall', 'Wreak Havoc', 'Graveblade Marauder', 'Duskmantle, House of Shadow', 'Sunbird''s Invocation', 'Electrostatic Pummeler', 'Perilous Voyage', 'Sylvan Advocate', 'Pale Rider of Trostad', 'Jwar Isle Refuge', 'Metalspinner''s Puzzleknot', 'Cackling Counterpart', 'Spellheart Chimera', 'Corpsejack Menace', 'Benalish Honor Guard', 'Foreboding Ruins', 'Goblin Dark-Dwellers', 'Winds of Rebuke', 'Slith Firewalker', 'Rith''s Charm', 'The Mending of Dominaria', 'Hordeling Outburst', 'Asylum Visitor', 'Evolving Wilds', 'Vicious Conquistador', 'Blisterpod', 'Dregscape Zombie', 'Hour of Eternity', 'Indulgent Aristocrat', 'Yavimaya Hollow', 'Loxodon Hierarch', 'Savage Lands', 'Crystal Shard', 'Crumbling Necropolis', 'Psychic Spiral', 'Kitesail Apprentice', 'Oona''s Prowler', 'Utter End', 'Kederekt Leviathan', 'Squadron Hawk', 'Noose Constrictor', 'Altered Ego', 'Weight of Memory', 'Aetherborn Marauder', 'Holdout Settlement', 'Kuro, Pitlord', 'Pulse Tracker', 'Curious Homunculus', 'Captain''s Claws', 'Glorious Anthem', 'Flayer of the Hatebound', 'Kindle', 'Soot Imp', 'Unwind', 'Blighted Fen', 'Sanitarium Skeleton', 'Rocky Tar Pit', 'Deadbridge Goliath', 'Shaman en-Kor', 'Foundry of the Consuls', 'Helm of the Host', 'Crovax, Ascendant Hero', 'Curse of Death''s Hold', 'Walk the Plank', 'Spiketail Hatchling', 'Aryel, Knight of Windgrace', 'Pillar of Flame', 'Gateway Plaza', 'Woodland Wanderer', 'Geistflame', 'Opulent Palace', 'Tragic Arrogance', 'Summoner''s Egg', 'True Believer', 'Snapback', 'Bloodwater Entity', 'Haunting Echoes', 'Conqueror''s Galleon', 'Moldgraf Monstrosity', 'Soul Exchange', 'Stolen Identity', 'Cremate', 'Riddlesmith', 'Trail of Evidence', 'Reef Shaman', 'Chandra''s Spitfire', 'Nullify', 'Enraged Giant', 'Sigarda''s Aid', 'Restoration Specialist', 'Drownyard Behemoth', 'Prophetic Bolt', 'Sphinx of Uthuun', 'Crumbling Vestige', 'Molten Primordial', 'Roterothopter', 'Heir of Falkenrath', 'Consume the Meek', 'Pilfered Plans', 'Consign // Oblivion', 'Razaketh''s Rite', 'Artificer''s Epiphany', 'Cruel Reality', 'Circu, Dimir Lobotomist', 'Saving Grace', 'Rogue''s Passage', 'Splinterfright', 'Consuming Vapors', 'Dack''s Duplicate', 'Incendiary Flow', 'Pyramid of the Pantheon', 'Dissipate', 'Servo Exhibition', 'Ondu Giant', 'Supernatural Stamina', 'Fungal Infection', 'Mind Grind', 'Protean Raider', 'Elemental Bond', 'Addle', 'Planar Outburst', 'Spear of Heliod', 'Brain Freeze', 'Boros Challenger', 'Fevered Visions', 'Tracker''s Instincts', 'Kalonian Behemoth', 'From Under the Floorboards', 'Moratorium Stone', 'Maximize Velocity', 'Rupture Spire', 'Wretched Banquet', 'Champion of the Flame', 'Krosan Tusker', 'Tribute to Hunger', 'Even the Odds', 'Dread Statuary', 'Staggershock', 'Grasp of Darkness', 'Urza''s Factory', 'Mizzium Skin', 'Paranoid Delusions', 'Sultai Emissary', 'Tormented Hero', 'Toolcraft Exemplar', 'Sagu Mauler', 'Wretched Gryff', 'Vitu-Ghazi, the City-Tree', 'Wonder', 'Man-o''-War', 'Open the Armory', 'Academy Elite', 'Blackblade Reforged', 'Journeyer''s Kite', 'Heap Doll', 'Falkenrath Gorger', 'Insidious Will', 'Mercurial Pretender', 'Empyrial Plate', 'Cascading Cataracts', 'Tatyova, Benthic Druid', 'Sangrophage', 'Psychic Drain', 'Scepter of Fugue', 'Bojuka Brigand', 'Behemoth Sledge', 'Collective Effort', 'Golgari Guildgate', 'Fabrication Module', 'Sin Collector', 'Treasure Cruise', 'Night Market Lookout', 'Endless Ranks of the Dead', 'Compulsive Research', 'Remove Soul', 'Story Circle', 'Sage of Shaila''s Claim', 'Attune with Aether', 'Sundering Growth', 'Cathar''s Shield', 'Temur Ascendancy', 'Seal of Doom', 'Expedition Envoy', 'Skeleton Shard', 'Ancient Amphitheater', 'Intet, the Dreamer', 'Mindstorm Crown', 'Makeshift Mannequin', 'Larger Than Life', 'Join the Ranks', 'Bogardan Hellkite', 'March from the Tomb', 'Grim Haruspex', 'Veil of Secrecy', 'Ruthless Ripper', 'Hermit Druid', 'Anticipate', 'Dimir Cutpurse', 'Shuko', 'Cloudblazer', 'Qasali Ambusher', 'Shefet Monitor', 'Hypothesizzle', 'Stone Haven Outfitter', 'Early Frost', 'Shimian Specter', 'Cogwork Assembler', 'Waterveil Cavern', 'Healer''s Hawk', 'Lavaball Trap', 'Sweatworks Brawler', 'Yavimaya Elder', 'Forbid', 'Read the Bones', 'Thornbow Archer', 'Talent of the Telepath', 'Moment of Craving', 'Declaration in Stone', 'Nomad Outpost', 'Turnabout', 'Tranquil Garden', 'Pianna, Nomad Captain', 'Millstone', 'Highland Lake', 'Azorius Guildgate', 'Plumeveil', 'Desert of the Glorified', 'Mist of Stagnation', 'Mystic Monastery', 'Sandsteppe Citadel', 'Curse of Misfortunes', 'Clone', 'Smother', 'Chief of the Foundry', 'Splendid Reclamation', 'Blazing Archon', 'Diabolic Tutor', 'Wharf Infiltrator', 'Take Inventory', 'Stronghold Confessor', 'Knight of the White Orchid', 'Rites of Initiation', 'Chandra''s Ignition', 'Gilded Lotus', 'Trophy Mage', 'Dream Twist', 'Vivid Grove', 'Charmbreaker Devils', 'Crystal Ball', 'Void Shatter'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 142.4, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (663.6 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Lantern Kami', 'Festering Newt', 'Bile Blight', 'Vicious Conquistador', 'Vampiric Rites', 'Ire Shaman', 'Altered Ego', 'Felhide Spiritbinder', 'Enraged Giant', 'Clone', 'Magister of Worth', 'Vengeful Pharaoh', 'Moratorium Stone', 'Basking Rootwalla', 'Asylum Visitor', 'Teshar, Ancestor''s Apostle', 'Academy Elite', 'Watchers of the Dead', 'Dread Statuary', 'Rocky Tar Pit', 'Murderous Cut', 'Nullify', 'Desert of the Glorified', 'Exile', 'Bojuka Brigand', 'Vivid Marsh', 'Tranquil Garden', 'Distress', 'Scent of Brine', 'Sphere of the Suns', 'Azorius Guildgate', 'Ruthless Ripper', 'Collective Defiance', 'Sandsteppe Citadel', 'Circuitous Route', 'Even the Odds', 'Protean Hydra', 'Confiscate', 'Crystal Shard', 'Desecration Demon', 'Sin Collector', 'Reaper from the Abyss', 'Narcomoeba', 'Benefaction of Rhonas', 'Choked Estuary', 'Hellspark Elemental', 'Wreak Havoc', 'Jester''s Scepter', 'Call the Bloodline', 'Identity Thief', 'Stone Quarry', 'Cogwork Assembler', 'Kaleidostone', 'Conqueror''s Galleon', 'Rupture Spire', 'Terra Stomper', 'Expedition Envoy', 'Roterothopter', 'Corpsejack Menace', 'Oona''s Grace', 'Duskmantle, House of Shadow', 'Bottle Gnomes', 'Phantasmal Bear', 'Increasing Savagery', 'Chandra''s Ignition', 'Krosan Tusker', 'Power Sink', 'Immortal Servitude', 'Thopter Spy Network', 'Felidar Guardian', 'Thunderbolt', 'Chandra''s Spitfire', 'Captain''s Claws', 'Geistflame', 'Honored Hydra', 'Mind Grind', 'Vivid Meadow', 'Channeler Initiate', 'Dissipate', 'Blighted Woodland', 'Rakshasa Deathdealer', 'Sigarda''s Aid', 'Fleetwheel Cruiser', 'Mesmeric Fiend', 'Tormented Hero', 'Sedraxis Specter', 'Consume the Meek', 'Stone Haven Medic', 'Spined Thopter', 'Hellhole Flailer', 'Stuffy Doll', 'Primal Druid', 'Vampire Cutthroat', 'Hordeling Outburst', 'March from the Tomb', 'Shirei, Shizo''s Caretaker', 'Sky Hussar', 'Howling Golem', 'Consuming Vapors', 'Journeyer''s Kite', 'Haunting Echoes', 'Rugged Highlands', 'Snapback', 'Collective Effort', 'Narcolepsy', 'Grow from the Ashes', 'Sagu Mauler', 'Razaketh''s Rite', 'Rishkar''s Expertise', 'Zulaport Cutthroat', 'Aryel, Knight of Windgrace', 'Pale Rider of Trostad', 'Martyr of Frost', 'Pyramid of the Pantheon', 'Exava, Rakdos Blood Witch', 'Radiant Flames', 'Unsummon', 'Cartouche of Strength', 'Phantom Nomad', 'Grasping Scoundrel', 'Hedron Archive', 'Grozoth', 'Whispers of the Muse', 'Spiritmonger', 'Moment of Craving', 'Leave // Chance', 'Necroplasm', 'Benalish Honor Guard', 'Arvad the Cursed', 'Alchemist''s Vial', 'Blisterpod', 'Prophetic Bolt', 'Careful Consideration', 'Docent of Perfection', 'Saheeli''s Artistry', 'Pain Seer', 'Soul Exchange', 'Trophy Mage', 'Mercurial Pretender', 'Jace''s Ingenuity', 'Grasp of Darkness', 'Advanced Stitchwing', 'Loxodon Hierarch', 'Seeker of the Way', 'Sculpting Steel', 'Repeal', 'Perilous Voyage', 'Grim Haruspex', 'Brain Freeze', 'Palace Familiar', 'Selesnya Guildmage', 'Psychic Spiral', 'Scatter Arc', 'Prepare // Fight', 'Shimian Specter', 'Tragic Arrogance', 'Jwar Isle Refuge', 'Traxos, Scourge of Kroog', 'Wolfbriar Elemental', 'Insidious Will', 'Rogue''s Passage', 'Kederekt Leviathan', 'Champion of the Flame', 'Curse of Death''s Hold', 'Mitotic Slime', 'Serene Steward', 'Baleful Ammit', 'Ashenmoor Gouger', 'Cloudgoat Ranger', 'Urborg', 'Mangara of Corondor', 'Pilfered Plans', 'Mindstorm Crown', 'Warleader''s Helix', 'Staggershock', 'Goblin Gaveleer', 'Seal of Doom', 'Blackblade Reforged', 'Flaying Tendrils', 'Noose Constrictor', 'Banishing Light', 'Bloodthrone Vampire', 'Gird for Battle', 'Mortuary Mire', 'Leechridden Swamp', 'Aether Swooper', 'Faerie Trickery', 'Memorial to War', 'Skirsdag High Priest', 'Sangrophage', 'Soot Imp', 'Foul Emissary', 'Aven Skirmisher', 'Hypnotic Specter', 'Sanctum of Ugin', 'Healer''s Hawk', 'Maximize Velocity', 'Memory Sluice', 'Vessel of Nascency', 'Herald of Torment', 'Servo Exhibition', 'Duty-Bound Dead', 'Tormenting Voice', 'Bane of Bala Ged', 'Addle', 'Diluvian Primordial', 'Vendetta', 'Rattleclaw Mystic', 'Sultai Emissary', 'Ulvenwald Tracker', 'Intet, the Dreamer', 'Sundering Growth', 'Oona''s Prowler', 'Striped Riverwinder', 'Pelakka Wurm', 'Thornbow Archer', 'Cephalid Illusionist', 'Trial of Ambition', 'Graveblade Marauder', 'Psychatog', 'Sphinx of Uthuun', 'Galvanic Bombardment', 'Drownyard Behemoth', 'Sram''s Expertise', 'Kitesail Apprentice', 'Toolcraft Exemplar', 'Invasive Surgery', 'Heir of Falkenrath', 'Oona, Queen of the Fae', 'Heart-Piercer Bow', 'Glorious Anthem', 'Barter in Blood', 'Ayli, Eternal Pilgrim', 'Sensei Golden-Tail', 'Boros Challenger', 'Protean Raider', 'Loxodon Warhammer', 'Topplegeist', 'Planar Cleansing', 'Leonin Sun Standard', 'Pilfering Imp', 'Natural Connection', 'Yixlid Jailer', 'Temur Ascendancy', 'Underworld Cerberus', 'Wonder', 'Whirler Virtuoso', 'Vexing Scuttler', 'Scatter to the Winds', 'Crumbling Necropolis', 'The Mending of Dominaria', 'Invigorated Rampage', 'Void Shatter', 'Yavimaya Hollow', 'Urza''s Factory', 'Empyrial Plate', 'Secluded Steppe', 'Planar Outburst', 'Danitha Capashen, Paragon', 'Gruul Signet', 'Curse of Thirst', 'Hanweir Militia Captain', 'Advent of the Wurm', 'Mist of Stagnation', 'Ashcloud Phoenix', 'Stronghold Confessor', 'Knight of the White Orchid', 'Brain Maggot', 'Join the Ranks', 'Attune with Aether', 'Lich''s Mastery', 'Soul Foundry', 'Dream Twist', 'Ulcerate', 'Clockwork Beetle', 'Arrogant Wurm', 'Precognition Field', 'Take Inventory', 'Chromatic Lantern', 'Sweatworks Brawler', 'Open the Armory', 'Flame Jab', 'Mulch', 'Precinct Captain', 'Drowned Secrets', 'Curse of Misfortunes', 'Elemental Bond', 'Kindle', 'Ravenous Rats', 'Simic Guildgate', 'Glint Hawk Idol', 'Compulsive Research', 'Skeleton Shard', 'Rakdos Guildmage', 'Sylvan Advocate', 'Dregscape Zombie', 'Dreg Mangler', 'Seal of Primordium', 'True Believer', 'Cryptborn Horror', 'Evolving Wilds', 'Painful Truths', 'Garza Zol, Plague Queen', 'Nissa''s Revelation', 'Walk the Plank', 'Ondu Giant', 'Firedrinker Satyr', 'Blighted Cataract', 'Thawing Glaciers', 'Eyeblight''s Ending', 'Kalastria Healer', 'Molten Primordial', 'Starstorm', 'Dack''s Duplicate', 'Stasis Snare', 'Hour of Revelation', 'Telling Time', 'Rampant Growth', 'Chief of the Foundry', 'Illusory Ambusher', 'Carrier Thrall', 'Agony Warp', 'Fevered Visions', 'Woodland Stream', 'From Under the Floorboards', 'Spike Feeder', 'Tempered Steel', 'Inventor''s Apprentice', 'Forbid', 'Burning of Xinye', 'Enlisted Wurm', 'Shaman en-Kor', 'Anticipate', 'Utter End', 'Village Messenger', 'Spiketail Hatchling', 'Drana''s Emissary', 'Followed Footsteps', 'Sultai Charm', 'Larger Than Life', 'Shrine of Loyal Legions', 'Mockery of Nature', 'Semblance Anvil', 'Shuko', 'Ranger''s Guile', 'Cloudblazer', 'Hellrider', 'Charmbreaker Devils', 'Lotleth Giant', 'Bloodgift Demon', 'Hour of Eternity', 'Grimoire Thief', 'Remove Soul', 'Haunted Dead', 'Unwind', 'Spellheart Chimera', 'Last Breath', 'Pillar of Flame', 'Selesnya Signet', 'Faith''s Fetters', 'Inner Demon', 'Roiling Terrain', 'Kentaro, the Smiling Cat', 'Dead Weight', 'Blood Scrivener', 'Memorial to Genius', 'Cruel Reality', 'Elixir of Immortality', 'Behemoth Sledge', 'Sage of Shaila''s Claim', 'Moldgraf Monstrosity', 'Dreadship Reef', 'Dimir Cutpurse', 'Epochrasite', 'Spelltwine', 'Pianna, Nomad Captain', 'Curious Homunculus', 'Ancient Amphitheater', 'Blighted Fen', 'Increasing Confusion', 'Kessig Cagebreakers', 'Makeshift Mannequin', 'Weaponcraft Enthusiast', 'Declaration in Stone', 'Quasiduplicate', 'Abzan Charm', 'Bloodsoaked Champion', 'Shriekgeist', 'Goblin Dark-Dwellers', 'Crovax, Ascendant Hero', 'Wretched Banquet', 'Shefet Monitor', 'Mirko Vosk, Mind Drinker', 'Encroaching Wastes', 'Web of Inertia', 'Displacement Wave', 'Holdout Settlement', 'Watchwolf', 'Burning Oil', 'Diabolic Tutor', 'Valduk, Keeper of the Flame', 'Lake of the Dead', 'Volcanic Upheaval', 'Winds of Rebuke', 'Hypothesizzle', 'Mizzium Skin', 'Nomad Outpost', 'Stitch Together', 'Psychic Drain', 'Lashweed Lurker', 'Rootwater Depths', 'Triskelion', 'Clash of Wills', 'Savage Lands', 'Wretched Gryff', 'Flayer of the Hatebound', 'Sunbird''s Invocation', 'Tracker''s Instincts', 'Riddlesmith', 'Wharf Infiltrator', 'Treasure Cruise', 'Plumeveil', 'Wrecking Ball', 'High Priest of Penance', 'Cataclysmic Gearhulk', 'Thriving Turtle', 'Splinterfright', 'Metalspinner''s Puzzleknot', 'Vitu-Ghazi, the City-Tree', 'Hada Freeblade', 'Court Homunculus', 'Salvager of Secrets', 'Spawning Pool', 'Kjeldoran Outpost', 'Confirm Suspicions', 'Pulse Tracker', 'Tragic Lesson', 'Power Conduit', 'Tajuru Preserver', 'Armament Master', 'Empyreal Voyager', 'Cadaver Imp', 'Stromkirk Condemned', 'Into the North', 'Summoner''s Egg', 'Avoid Fate', 'Foul Orchard', 'Hallowed Moonlight', 'Azra Bladeseeker', 'Bogbrew Witch', 'Psychic Strike', 'Necropolis Fiend', 'Faith of the Devoted', 'Orzhov Charm', 'Early Frost', 'Cathar''s Shield', 'Revoke Existence', 'Bloodwater Entity', 'Transgress the Mind', 'Flameshadow Conjuring', 'Deadbridge Goliath', 'Broken Bond', 'Hermit Druid', 'Tome Scour', 'Supernatural Stamina', 'Sphinx Summoner', 'Tidal Warrior', 'Blazing Archon', 'Trusty Machete', 'Saving Grace', 'Landslide', 'Artificer''s Epiphany', 'World Shaper', 'Bone Saw', 'Cranial Archive', 'Arcbound Reclaimer', 'Last Gasp', 'Stolen Identity', 'Trail of Evidence', 'Fairgrounds Warden', 'Kemba, Kha Regent', 'Masticore', 'Cackling Counterpart', 'Fiery Impulse', 'Mystic Monastery', 'One With the Wind', 'Indulgent Aristocrat', 'Gilded Lotus', 'Banewhip Punisher', 'Fabrication Module', 'Necrotic Wound', 'Vivid Grove', 'Decoction Module', 'Fungal Infection', 'Cascading Cataracts', 'Skirk Ridge Exhumer', 'Night Market Lookout', 'Sai of the Shinobi', 'Foreboding Ruins', 'Splendid Reclamation', 'Bubbling Cauldron', 'Falkenrath Gorger', 'Read the Bones', 'Altar''s Reap', 'Longtusk Cub', 'Talent of the Telepath', 'Skirge Familiar', 'Cryptoplasm', 'Lonely Sandbar', 'Gorgon''s Head', 'Engulf the Shore', 'Endless Ranks of the Dead', 'Paranoid Delusions', 'Foundry of the Consuls', 'Gateway Plaza', 'Lavaball Trap', 'Consuming Aberration', 'Scrabbling Claws', 'Connive // Concoct', 'Qasali Ambusher', 'Rally the Peasants', 'Always Watching', 'Scepter of Fugue', 'Psychotic Episode', 'Woodland Wanderer', 'Stone Haven Outfitter', 'Restoration Specialist', 'Veil of Secrecy', 'Sage''s Row Denizen', 'Gruul Guildgate', 'Rites of Initiation', 'Story Circle', 'Crystal Ball', 'Putrefy', 'Reclaiming Vines', 'Circu, Dimir Lobotomist', 'Kalonian Behemoth', 'Autochthon Wurm', 'Waterveil Cavern', 'Sanitarium Skeleton', 'Aetherborn Marauder', 'Skinrender', 'Slith Firewalker', 'Steel Sabotage', 'Yavimaya Elder', 'Izzet Guildgate', 'Weight of Memory', 'Golgari Guildgate', 'Chained to the Rocks', 'Tatyova, Benthic Druid', 'Curse of the Swine', 'Incendiary Flow', 'Urza''s Ruinous Blast', 'Squadron Hawk', 'Rogue Refiner', 'Dread Return', 'Crumbling Vestige', 'Loyal Pegasus', 'Accorder''s Shield', 'Millstone', 'Highland Lake', 'Gatekeeper of Malakir', 'White Sun''s Zenith', 'Cremate', 'Dawntreader Elk', 'Charge', 'Kuro, Pitlord', 'Turnabout', 'Hammer of Bogardan', 'Rakdos Guildgate', 'Worm Harvest', 'Putrid Imp', 'Electrostatic Pummeler', 'Suntail Hawk', 'Smokestack', 'Heap Doll', 'Rith''s Charm', 'Bogardan Hellkite', 'Duskborne Skymarcher', 'Bioshift', 'Memorial to Unity', 'Kitesail Scout', 'Trial of Knowledge', 'Smother', 'Driven // Despair', 'Highland Weald', 'Hidden Stockpile', 'Reef Shaman', 'Spear of Heliod', 'Tribute to Hunger', 'Opulent Palace', 'Guile', 'Bounty of the Luxa', 'Scoured Barrens', 'Rustwing Falcon', 'Consign // Oblivion', 'Kor Duelist', 'Man-o''-War', 'Metalwork Colossus', 'Kor Outfitter', 'Helm of the Host', 'Cultivator''s Caravan', 'Elsewhere Flask', 'Edge of Autumn'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 663.6, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (1513.6 > 100.0) in mysql: ```

    SELECT
        d.id,
        d.finish,
        d.decklist_hash,
        cache.active_date,
        cache.wins,
        cache.losses,
        cache.draws
    FROM
        deck AS d

    LEFT JOIN
        competition AS c ON d.competition_id = c.id
    LEFT JOIN
        competition_series AS cs ON cs.id = c.competition_series_id
    LEFT JOIN
        competition_type AS ct ON ct.id = cs.competition_type_id

    LEFT JOIN
        deck_cache AS cache ON d.id = cache.deck_id

    LEFT JOIN
        (
            SELECT
                `start`.id,
                `start`.code,
                `start`.start_date AS start_date,
                `end`.start_date AS end_date
            FROM
                season AS `start`
            LEFT JOIN
                season AS `end` ON `end`.id = `start`.id + 1
        ) AS season ON season.start_date <= d.created_date AND (season.end_date IS NULL OR season.end_date > d.created_date)

    WHERE
        (d.id IN (SELECT deck_id FROM deck_card WHERE card IN ('Longtusk Cub', 'Curious Homunculus', 'Cackling Counterpart', 'Spined Thopter', 'Read the Bones', 'Epochrasite', 'Palace Familiar', 'Crumbling Necropolis', 'Consuming Vapors', 'Skeleton Shard', 'Evolving Wilds', 'Prophetic Bolt', 'Crumbling Vestige', 'Hellspark Elemental', 'Moratorium Stone', 'Cryptborn Horror', 'Spelltwine', 'Protean Hydra', 'Hermit Druid', 'Chained to the Rocks', 'Mulch', 'Narcomoeba', 'Altar''s Reap', 'Orzhov Charm', 'Scent of Brine', 'Shefet Monitor', 'Spike Feeder', 'Benalish Honor Guard', 'Skirk Ridge Exhumer', 'Insidious Will', 'Glint Hawk Idol', 'Cephalid Illusionist', 'Precognition Field', 'Transgress the Mind', 'Gird for Battle', 'Sage of Shaila''s Claim', 'Mystic Monastery', 'Simic Guildgate', 'Grim Haruspex', 'Enlisted Wurm', 'Sandsteppe Citadel', 'Fevered Visions', 'Power Conduit', 'Stone Quarry', 'Savage Lands', 'Healer''s Hawk', 'Collective Effort', 'Cultivator''s Caravan', 'Gruul Signet', 'Telling Time', 'Anticipate', 'Wonder', 'Sai of the Shinobi', 'Arvad the Cursed', 'Cruel Reality', 'Kitesail Apprentice', 'Scatter Arc', 'Sultai Emissary', 'Seeker of the Way', 'Garza Zol, Plague Queen', 'Fabrication Module', 'Rogue''s Passage', 'Temur Ascendancy', 'Bubbling Cauldron', 'Thornbow Archer', 'Wreak Havoc', 'Crystal Shard', 'Sin Collector', 'Crystal Ball', 'Hour of Eternity', 'Encroaching Wastes', 'Flameshadow Conjuring', 'Watchwolf', 'Shuko', 'Blazing Archon', 'Bloodthrone Vampire', 'Circu, Dimir Lobotomist', 'Kuro, Pitlord', 'Hedron Archive', 'Clash of Wills', 'Cascading Cataracts', 'Careful Consideration', 'Rupture Spire', 'Immortal Servitude', 'Wretched Gryff', 'Painful Truths', 'Talent of the Telepath', 'Cremate', 'Mindstorm Crown', 'Grimoire Thief', 'Conqueror''s Galleon', 'Armament Master', 'Rugged Highlands', 'Warleader''s Helix', 'Reef Shaman', 'Topplegeist', 'Bane of Bala Ged', 'Teshar, Ancestor''s Apostle', 'Wharf Infiltrator', 'Dead Weight', 'Bioshift', 'Pillar of Flame', 'Restoration Specialist', 'Attune with Aether', 'Exile', 'Serene Steward', 'Hanweir Militia Captain', 'Deadbridge Goliath', 'Perilous Voyage', 'Revoke Existence', 'Followed Footsteps', 'Nomad Outpost', 'Illusory Ambusher', 'Charmbreaker Devils', 'Utter End', 'Edge of Autumn', 'Lake of the Dead', 'Gateway Plaza', 'Weight of Memory', 'Necroplasm', 'Stone Haven Medic', 'Sram''s Expertise', 'Grasp of Darkness', 'Skirge Familiar', 'Basking Rootwalla', 'Urza''s Ruinous Blast', 'Tatyova, Benthic Druid', 'Steel Sabotage', 'Snapback', 'Curse of Death''s Hold', 'Heap Doll', 'Staggershock', 'Dreg Mangler', 'Suntail Hawk', 'Duskmantle, House of Shadow', 'Selesnya Guildmage', 'Even the Odds', 'Open the Armory', 'Sangrophage', 'Vicious Conquistador', 'Valduk, Keeper of the Flame', 'Bone Saw', 'Stasis Snare', 'Thunderbolt', 'Flaying Tendrils', 'Leechridden Swamp', 'Altered Ego', 'Sagu Mauler', 'Early Frost', 'Firedrinker Satyr', 'Night Market Lookout', 'Vampiric Rites', 'Charge', 'Jester''s Scepter', 'Kor Duelist', 'Clone', 'Drownyard Behemoth', 'Scrabbling Claws', 'Phantasmal Bear', 'Highland Weald', 'Protean Raider', 'Gorgon''s Head', 'Crovax, Ascendant Hero', 'Toolcraft Exemplar', 'Always Watching', 'Tracker''s Instincts', 'Aven Skirmisher', 'Burning Oil', 'Ancient Amphitheater', 'Choked Estuary', 'Spiketail Hatchling', 'Mercurial Pretender', 'Whispers of the Muse', 'Psychatog', 'Displacement Wave', 'Web of Inertia', 'Hypnotic Specter', 'Endless Ranks of the Dead', 'Void Shatter', 'Guile', 'Mizzium Skin', 'Expedition Envoy', 'Moment of Craving', 'Rishkar''s Expertise', 'Baleful Ammit', 'Goblin Dark-Dwellers', 'Consume the Meek', 'Lashweed Lurker', 'Artificer''s Epiphany', 'Bojuka Brigand', 'Channeler Initiate', 'Sky Hussar', 'Hellrider', 'Journeyer''s Kite', 'Izzet Guildgate', 'Felhide Spiritbinder', 'Trial of Ambition', 'Tranquil Garden', 'Increasing Confusion', 'Graveblade Marauder', 'Thawing Glaciers', 'Brain Freeze', 'Faith of the Devoted', 'Ulvenwald Tracker', 'Knight of the White Orchid', 'Noose Constrictor', 'Aryel, Knight of Windgrace', 'Academy Elite', 'Tormenting Voice', 'Stone Haven Outfitter', 'Plumeveil', 'Story Circle', 'Glorious Anthem', 'Haunting Echoes', 'Chandra''s Ignition', 'Hypothesizzle', 'Bloodgift Demon', 'Urborg', 'Autochthon Wurm', 'Advanced Stitchwing', 'Declaration in Stone', 'Rakdos Guildgate', 'Blighted Fen', 'Drana''s Emissary', 'Pianna, Nomad Captain', 'Psychic Drain', 'Clockwork Beetle', 'Lantern Kami', 'Urza''s Factory', 'Compulsive Research', 'Spellheart Chimera', 'Foul Emissary', 'Spawning Pool', 'Stuffy Doll', 'Flayer of the Hatebound', 'Jwar Isle Refuge', 'Lonely Sandbar', 'Kessig Cagebreakers', 'Wretched Banquet', 'Starstorm', 'Ranger''s Guile', 'Kitesail Scout', 'Stolen Identity', 'Seal of Doom', 'Cataclysmic Gearhulk', 'Festering Newt', 'Psychotic Episode', 'Chromatic Lantern', 'Remove Soul', 'Salvager of Secrets', 'Murderous Cut', 'Broken Bond', 'Sundering Growth', 'Champion of the Flame', 'Yavimaya Hollow', 'Pain Seer', 'Wolfbriar Elemental', 'From Under the Floorboards', 'Elemental Bond', 'Barter in Blood', 'Masticore', 'Radiant Flames', 'Memorial to Genius', 'Mesmeric Fiend', 'Nullify', 'Geistflame', 'Grasping Scoundrel', 'Volcanic Upheaval', 'Makeshift Mannequin', 'Blighted Woodland', 'Forbid', 'Ruthless Ripper', 'Riddlesmith', 'Cartouche of Strength', 'Kederekt Leviathan', 'Cathar''s Shield', 'Ravenous Rats', 'Skinrender', 'World Shaper', 'Vitu-Ghazi, the City-Tree', 'Hada Freeblade', 'Ayli, Eternal Pilgrim', 'Electrostatic Pummeler', 'Rith''s Charm', 'Brain Maggot', 'Sedraxis Specter', 'Saving Grace', 'Bogbrew Witch', 'Dawntreader Elk', 'Tormented Hero', 'Holdout Settlement', 'Foundry of the Consuls', 'Increasing Savagery', 'Treasure Cruise', 'Haunted Dead', 'Boros Challenger', 'Sylvan Advocate', 'Oona, Queen of the Fae', 'Memorial to War', 'Repeal', 'Vessel of Nascency', 'Ire Shaman', 'Invigorated Rampage', 'Dreadship Reef', 'Aether Swooper', 'Sigarda''s Aid', 'Cogwork Assembler', 'Unsummon', 'Blisterpod', 'Grozoth', 'Rites of Initiation', 'Take Inventory', 'Servo Exhibition', 'Loxodon Warhammer', 'Kaleidostone', 'Shirei, Shizo''s Caretaker', 'Rogue Refiner', 'Kindle', 'Pilfered Plans', 'Indulgent Aristocrat', 'Striped Riverwinder', 'Prepare // Fight', 'Dread Statuary', 'Razaketh''s Rite', 'Reclaiming Vines', 'Smother', 'Bile Blight', 'Driven // Despair', 'Village Messenger', 'Whirler Virtuoso', 'Mangara of Corondor', 'Ashenmoor Gouger', 'Invasive Surgery', 'Rakshasa Deathdealer', 'Walk the Plank', 'Sphere of the Suns', 'Splendid Reclamation', 'Danitha Capashen, Paragon', 'Trusty Machete', 'Tajuru Preserver', 'Circuitous Route', 'Planar Cleansing', 'Man-o''-War', 'Vengeful Pharaoh', 'Eyeblight''s Ending', 'Magister of Worth', 'Falkenrath Gorger', 'Primal Druid', 'Terra Stomper', 'True Believer', 'Paranoid Delusions', 'Weaponcraft Enthusiast', 'Trail of Evidence', 'Thriving Turtle', 'Trial of Knowledge', 'Cadaver Imp', 'Woodland Stream', 'Necropolis Fiend', 'Pelakka Wurm', 'Fiery Impulse', 'Foul Orchard', 'Last Gasp', 'Kjeldoran Outpost', 'Docent of Perfection', 'Fairgrounds Warden', 'Howling Golem', 'Tidal Warrior', 'Scepter of Fugue', 'Empyreal Voyager', 'Mist of Stagnation', 'Bottle Gnomes', 'Triskelion', 'Sage''s Row Denizen', 'Summoner''s Egg', 'Natural Connection', 'Court Homunculus', 'Bounty of the Luxa', 'Moldgraf Monstrosity', 'Captain''s Claws', 'Oona''s Prowler', 'Enraged Giant', 'Scatter to the Winds', 'Fleetwheel Cruiser', 'Drowned Secrets', 'Decoction Module', 'Golgari Guildgate', 'Yixlid Jailer', 'Kalastria Healer', 'Into the North', 'Dissipate', 'Sweatworks Brawler', 'Cloudblazer', 'Desert of the Glorified', 'Empyrial Plate', 'Hammer of Bogardan', 'Rocky Tar Pit', 'Dimir Cutpurse', 'Consuming Aberration', 'Grow from the Ashes', 'Sanitarium Skeleton', 'High Priest of Penance', 'Stromkirk Condemned', 'Addle', 'Wrecking Ball', 'Smokestack', 'Bloodsoaked Champion', 'Rootwater Depths', 'Gatekeeper of Malakir', 'March from the Tomb', 'Chief of the Foundry', 'Mirko Vosk, Mind Drinker', 'Soot Imp', 'Bogardan Hellkite', 'Goblin Gaveleer', 'Maximize Velocity', 'Alchemist''s Vial', 'Distress', 'Pilfering Imp', 'Identity Thief', 'Honored Hydra', 'Dack''s Duplicate', 'Avoid Fate', 'Mind Grind', 'Desecration Demon', 'Corpsejack Menace', 'Underworld Cerberus', 'Engulf the Shore', 'Thopter Spy Network', 'Landslide', 'Quasiduplicate', 'Aetherborn Marauder', 'Mockery of Nature', 'Semblance Anvil', 'Join the Ranks', 'Highland Lake', 'Rattleclaw Mystic', 'Planar Outburst', 'Worm Harvest', 'Behemoth Sledge', 'Pyramid of the Pantheon', 'Saheeli''s Artistry', 'Putrid Imp', 'Sphinx of Uthuun', 'Duskborne Skymarcher', 'Mitotic Slime', 'Arrogant Wurm', 'Cryptoplasm', 'Hellhole Flailer', 'Consign // Oblivion', 'Dregscape Zombie', 'Curse of Misfortunes', 'Dread Return', 'Advent of the Wurm', 'Agony Warp', 'Scoured Barrens', 'Cranial Archive', 'Vivid Grove', 'Intet, the Dreamer', 'Flame Jab', 'Lich''s Mastery', 'Reaper from the Abyss', 'Call the Bloodline', 'Felidar Guardian', 'Spiritmonger', 'Psychic Spiral', 'Larger Than Life', 'Veil of Secrecy', 'One With the Wind', 'Shrine of Loyal Legions', 'Molten Primordial', 'Foreboding Ruins', 'Squadron Hawk', 'Kalonian Behemoth', 'Blood Scrivener', 'Unwind', 'Fungal Infection', 'Necrotic Wound', 'Memory Sluice', 'Nissa''s Revelation', 'Krosan Tusker', 'Opulent Palace', 'Collective Defiance', 'Sphinx Summoner', 'Sanctum of Ugin', 'Roiling Terrain', 'Blackblade Reforged', 'Banewhip Punisher', 'Narcolepsy', 'Hallowed Moonlight', 'Turnabout', 'Traxos, Scourge of Kroog', 'Skirsdag High Priest', 'Confirm Suspicions', 'Banishing Light', 'Mortuary Mire', 'Rampant Growth', 'Incendiary Flow', 'White Sun''s Zenith', 'Elsewhere Flask', 'Hordeling Outburst', 'Sunbird''s Invocation', 'Kentaro, the Smiling Cat', 'Benefaction of Rhonas', 'Ulcerate', 'Phantom Nomad', 'Rally the Peasants', 'Inner Demon', 'Arcbound Reclaimer', 'Hidden Stockpile', 'Pale Rider of Trostad', 'The Mending of Dominaria', 'Watchers of the Dead', 'Tragic Lesson', 'Cloudgoat Ranger', 'Blighted Cataract', 'Leonin Sun Standard', 'Diluvian Primordial', 'Herald of Torment', 'Sculpting Steel', 'Splinterfright', 'Shaman en-Kor', 'Loxodon Hierarch', 'Galvanic Bombardment', 'Roterothopter', 'Shriekgeist', 'Kemba, Kha Regent', 'Secluded Steppe', 'Tragic Arrogance', 'Metalwork Colossus', 'Faerie Trickery', 'Duty-Bound Dead', 'Vampire Cutthroat', 'Pulse Tracker', 'Jace''s Ingenuity', 'Last Breath', 'Woodland Wanderer', 'Oona''s Grace', 'Sensei Golden-Tail', 'Stronghold Confessor', 'Vivid Meadow', 'Abzan Charm', 'Soul Exchange', 'Chandra''s Spitfire', 'Selesnya Signet', 'Loyal Pegasus', 'Elixir of Immortality', 'Lavaball Trap', 'Vivid Marsh', 'Heir of Falkenrath', 'Metalspinner''s Puzzleknot', 'Asylum Visitor', 'Precinct Captain', 'Rustwing Falcon', 'Accorder''s Shield', 'Confiscate', 'Stitch Together', 'Diabolic Tutor', 'Azorius Guildgate', 'Vendetta', 'Memorial to Unity', 'Trophy Mage', 'Ondu Giant', 'Carrier Thrall', 'Soul Foundry', 'Shimian Specter', 'Exava, Rakdos Blood Witch', 'Power Sink', 'Azra Bladeseeker', 'Lotleth Giant', 'Rakdos Guildmage', 'Connive // Concoct', 'Putrefy', 'Heart-Piercer Bow', 'Seal of Primordium', 'Millstone', 'Zulaport Cutthroat', 'Kor Outfitter', 'Slith Firewalker', 'Burning of Xinye', 'Tribute to Hunger', 'Tempered Steel', 'Qasali Ambusher', 'Supernatural Stamina', 'Ashcloud Phoenix', 'Dream Twist', 'Yavimaya Elder', 'Winds of Rebuke', 'Faith''s Fetters', 'Psychic Strike', 'Spear of Heliod', 'Tome Scour', 'Vexing Scuttler', 'Martyr of Frost', 'Curse of Thirst', 'Helm of the Host', 'Curse of the Swine', 'Gruul Guildgate', 'Hour of Revelation', 'Leave // Chance', 'Waterveil Cavern', 'Bloodwater Entity', 'Sultai Charm', 'Inventor''s Apprentice', 'Gilded Lotus'))) AND (TRUE)
    GROUP BY
        d.id,
        d.competition_id, -- Every deck has only one competition_id but if we want to use competition_id in the HAVING clause we need this.
        season.id -- In theory this is not necessary as all decks are in a single season and we join on the date but MySQL cannot work that out so give it the hint it needs.
    HAVING
        1 = 1
    ORDER BY
        active_date DESC, d.finish IS NULL, d.finish

```

[] (slow_query, 1513.6, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite