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

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

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

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

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

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

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

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

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

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

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

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

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

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

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

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

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

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

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

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

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

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

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

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

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

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

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

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

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

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

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

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

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

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

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

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

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

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

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

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

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

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (157.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 ('Spiritmonger', 'Memorial to Genius', 'Banishing Light', 'Edge of Autumn', 'Spike Feeder', 'Decoction Module', 'Docent of Perfection', 'Distress', 'Healer''s Hawk', 'Noose Constrictor', 'Haunted Dead', 'Kor Outfitter', 'Intet, the Dreamer', 'Autochthon Wurm', 'Painful Truths', 'Galvanic Bombardment', 'Thunderbolt', 'Dread Return', 'Driven // Despair', 'Highland Lake', 'Elsewhere Flask', 'Curious Homunculus', 'High Priest of Penance', 'Loyal Pegasus', 'Wrecking Ball', 'Mercurial Pretender', 'Power Conduit', 'Web of Inertia', 'Corpsejack Menace', 'Grow from the Ashes', 'Watchwolf', 'Garza Zol, Plague Queen', 'Weight of Memory', 'Gateway Plaza', 'Baleful Ammit', 'Dream Twist', 'Rustwing Falcon', 'Consign // Oblivion', 'Phantasmal Bear', 'Mirko Vosk, Mind Drinker', 'Elemental Bond', 'Planar Outburst', 'Bane of Bala Ged', 'Ravenous Rats', 'Treasure Cruise', 'Opulent Palace', 'Dack''s Duplicate', 'Zulaport Cutthroat', 'Hypothesizzle', 'Saheeli''s Artistry', 'Followed Footsteps', 'Wretched Banquet', 'Enlisted Wurm', 'Charge', 'Lashweed Lurker', 'Golgari Guildgate', 'Kitesail Scout', 'Soul Exchange', 'Illusory Ambusher', 'Scrabbling Claws', 'Circu, Dimir Lobotomist', 'Nomad Outpost', 'Thopter Spy Network', 'Grozoth', 'Kederekt Leviathan', 'Magister of Worth', 'Psychic Drain', 'Gilded Lotus', 'Stone Haven Outfitter', 'Azorius Guildgate', 'Bojuka Brigand', 'Bone Saw', 'Fabrication Module', 'Azra Bladeseeker', 'Geistflame', 'Quasiduplicate', 'Advanced Stitchwing', 'Hour of Eternity', 'Cryptborn Horror', 'Striped Riverwinder', 'Bloodwater Entity', 'Stolen Identity', 'Transgress the Mind', 'Chief of the Foundry', 'Increasing Confusion', 'Selesnya Signet', 'Join the Ranks', 'Lonely Sandbar', 'Guile', 'Sage''s Row Denizen', 'Crystal Ball', 'Tajuru Preserver', 'Haunting Echoes', 'Narcomoeba', 'White Sun''s Zenith', 'Lantern Kami', 'World Shaper', 'Narcolepsy', 'Hypnotic Specter', 'Always Watching', 'Moldgraf Monstrosity', 'Foul Orchard', 'Behemoth Sledge', 'Blighted Woodland', 'Rakdos Guildgate', 'Hidden Stockpile', 'Utter End', 'Psychatog', 'Empyreal Voyager', 'Summoner''s Egg', 'Drowned Secrets', 'Tempered Steel', 'Simic Guildgate', 'Artificer''s Epiphany', 'Kitesail Apprentice', 'Cataclysmic Gearhulk', 'Elixir of Immortality', 'Snapback', 'Leave // Chance', 'Metalspinner''s Puzzleknot', 'Smother', 'Jester''s Scepter', 'Epochrasite', 'Sky Hussar', 'Hordeling Outburst', 'Planar Cleansing', 'Talent of the Telepath', 'Gird for Battle', 'Stitch Together', 'Flameshadow Conjuring', 'Tidal Warrior', 'Weaponcraft Enthusiast', 'Spellheart Chimera', 'Wretched Gryff', 'Avoid Fate', 'Engulf the Shore', 'Attune with Aether', 'Bounty of the Luxa', 'Hanweir Militia Captain', 'Seeker of the Way', 'Vitu-Ghazi, the City-Tree', 'Academy Elite', 'Abzan Charm', 'Exava, Rakdos Blood Witch', 'Phantom Nomad', 'Declaration in Stone', 'Necropolis Fiend', 'Fleetwheel Cruiser', 'Palace Familiar', 'Stone Haven Medic', 'Wharf Infiltrator', 'Warleader''s Helix', 'Psychic Spiral', 'Sandsteppe Citadel', 'Chandra''s Ignition', 'Dead Weight', 'Rishkar''s Expertise', 'Prophetic Bolt', 'Unsummon', 'Tragic Lesson', 'Longtusk Cub', 'Insidious Will', 'Toolcraft Exemplar', 'Desecration Demon', 'Increasing Savagery', 'Scoured Barrens', 'Journeyer''s Kite', 'Armament Master', 'Trail of Evidence', 'Vivid Meadow', 'Tome Scour', 'Grimoire Thief', 'Loxodon Hierarch', 'Qasali Ambusher', 'Radiant Flames', 'Oona''s Grace', 'Kuro, Pitlord', 'Rogue Refiner', 'Clone', 'Inner Demon', 'Carrier Thrall', 'Bogardan Hellkite', 'Chromatic Lantern', 'Expedition Envoy', 'Dynavolt Tower', 'Bioshift', 'Last Breath', 'Psychic Strike', 'Izzet Guildgate', 'Shimian Specter', 'Trophy Mage', 'Sultai Charm', 'Gorgon''s Head', 'Captain''s Claws', 'Ashenmoor Gouger', 'Encroaching Wastes', 'Jwar Isle Refuge', 'Sram''s Expertise', 'Memorial to War', 'Advent of the Wurm', 'Vivid Marsh', 'Mockery of Nature', 'Bloodsoaked Champion', 'Sundering Growth', 'Consume the Meek', 'Plumeveil', 'Watchers of the Dead', 'Crumbling Necropolis', 'Maximize Velocity', 'Even the Odds', 'Savage Lands', 'True Believer', 'Glint Hawk Idol', 'Underworld Cerberus', 'Tormented Hero', 'Confiscate', 'Cackling Counterpart', 'Putrefy', 'Kaleidostone', 'Invigorated Rampage', 'Cadaver Imp', 'Rattleclaw Mystic', 'Selesnya Guildmage', 'Repeal', 'Mulch', 'Rugged Highlands', 'Martyr of Frost', 'Starstorm', 'Millstone', 'Charmbreaker Devils', 'Chained to the Rocks', 'Tragic Arrogance', 'Memory Sluice', 'Kjeldoran Outpost', 'Herald of Torment', 'Heir of Falkenrath', 'Makeshift Mannequin', 'Arrogant Wurm', 'Bile Blight', 'Spear of Heliod', 'Vessel of Nascency', 'Fevered Visions', 'Confirm Suspicions', 'Suntail Hawk', 'The Mending of Dominaria', 'Spiketail Hatchling', 'Gruul Signet', 'Duskborne Skymarcher', 'Duskmantle, House of Shadow', 'Sphinx of Uthuun', 'Cartouche of Strength', 'Protean Hydra', 'Vivid Grove', 'Bloodgift Demon', 'Faith''s Fetters', 'March from the Tomb', 'Trial of Ambition', 'Addle', 'Sylvan Advocate', 'Servo Exhibition', 'Scepter of Fugue', 'Heart-Piercer Bow', 'Riddlesmith', 'Pilfered Plans', 'Pyramid of the Pantheon', 'Conqueror''s Galleon', 'Orzhov Charm', 'Scent of Brine', 'Drana''s Emissary', 'Oona, Queen of the Fae', 'Consuming Vapors', 'Hallowed Moonlight', 'Blighted Fen', 'Hour of Revelation', 'Choked Estuary', 'Rampant Growth', 'Thawing Glaciers', 'Supernatural Stamina', 'Mitotic Slime', 'Diabolic Tutor', 'Careful Consideration', 'Protean Raider', 'Topplegeist', 'Ulvenwald Tracker', 'Foul Emissary', 'Bogbrew Witch', 'Aetherborn Marauder', 'Ondu Giant', 'Channeler Initiate', 'Diluvian Primordial', 'Tatyova, Benthic Druid', 'Woodland Wanderer', 'Fiery Impulse', 'Kindle', 'Gruul Guildgate', 'Man-o''-War', 'Shrine of Loyal Legions', 'Flaying Tendrils', 'Terra Stomper', 'Asylum Visitor', 'Power Sink', 'Whirler Virtuoso', 'Fairgrounds Warden', 'Banewhip Punisher', 'Blazing Archon', 'Hellrider', 'Consuming Aberration', 'Tracker''s Instincts', 'Bubbling Cauldron', 'Cloudblazer', 'Krosan Tusker', 'Identity Thief', 'Cloudgoat Ranger', 'Lake of the Dead', 'Vendetta', 'Curse of the Swine', 'Evolving Wilds', 'Spelltwine', 'Cultivator''s Caravan', 'Aven Skirmisher', 'Stuffy Doll', 'Benefaction of Rhonas', 'Necroplasm', 'Yavimaya Hollow', 'Spined Thopter', 'Foreboding Ruins', 'Restoration Specialist', 'Boros Challenger', 'Kor Duelist', 'Altar''s Reap', 'Necrotic Wound', 'Stasis Snare', 'Dread Statuary', 'Felhide Spiritbinder', 'Molten Primordial', 'Mind Grind', 'Memorial to Unity', 'Semblance Anvil', 'Rupture Spire', 'Soul Foundry', 'Dreg Mangler', 'Rags // Riches', 'Brain Freeze', 'Connive // Concoct', 'Altered Ego', 'Vexing Scuttler', 'Woodland Stream', 'Read the Bones', 'Festering Newt', 'Take Inventory', 'Moment of Craving', 'Yavimaya Elder', 'Forbid', 'Seal of Primordium', 'Circuitous Route', 'Displacement Wave', 'Unwind', 'Roterothopter', 'Urza''s Factory', 'Kalastria Healer', 'Trusty Machete', 'Howling Golem', 'Serene Steward', 'Blisterpod', 'Seal of Doom', 'Open the Armory', 'Reef Shaman', 'Court Homunculus', 'Mystic Monastery', 'Helm of the Host', 'Salvager of Secrets', 'Tribute to Hunger', 'Prepare // Fight', 'Yixlid Jailer', 'Dimir Cutpurse', 'Saving Grace', 'Sigarda''s Aid', 'Stone Quarry', 'Broken Bond', 'Primal Druid', 'Cryptoplasm', 'Pillar of Flame', 'Clockwork Beetle', 'Agony Warp', 'Rogue''s Passage', 'Hellhole Flailer', 'Dissipate', 'Moratorium Stone', 'Rakshasa Deathdealer', 'Trial of Knowledge', 'Alchemist''s Vial', 'Temur Ascendancy', 'Remove Soul', 'Felidar Guardian', 'Basking Rootwalla', 'Shriekgeist', 'Compulsive Research', 'Glorious Anthem', 'Drownyard Behemoth', 'Winds of Rebuke', 'Wonder', 'Ancient Amphitheater', 'Tormenting Voice', 'Sculpting Steel', 'Paranoid Delusions', 'Fungal Infection', 'Foundry of the Consuls', 'Blighted Cataract', 'Hada Freeblade', 'Cascading Cataracts', 'Sunbird''s Invocation', 'Secluded Steppe', 'Aether Swooper', 'Precognition Field', '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, 157.4, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (120.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 ('Lonely Sandbar', 'Trial of Ambition', 'Mulch', 'Glorious Anthem', 'Sundering Growth', 'Hada Freeblade', 'Bane of Bala Ged', 'Shriekgeist', 'Gilded Lotus', 'Flameshadow Conjuring', 'Hanweir Militia Captain', 'Arrogant Wurm', 'Moment of Craving', 'Drowned Secrets', 'Painful Truths', 'Rattleclaw Mystic', 'Glint Hawk Idol', 'Artificer''s Epiphany', 'Psychic Spiral', 'Altar''s Reap', 'Join the Ranks', 'Cloudgoat Ranger', 'Vexing Scuttler', 'Jwar Isle Refuge', 'Talent of the Telepath', 'Drana''s Emissary', 'Quasiduplicate', 'Mitotic Slime', 'Narcomoeba', 'Shrine of Loyal Legions', 'Trusty Machete', 'Hypothesizzle', 'Hordeling Outburst', 'Rogue Refiner', 'Remove Soul', 'Aetherborn Marauder', 'Loxodon Hierarch', 'Fungal Infection', 'Empyreal Voyager', 'Haunted Dead', 'Dissipate', 'Utter End', 'Kuro, Pitlord', 'Academy Elite', 'Altered Ego', 'Addle', 'Trail of Evidence', 'Epochrasite', 'Wharf Infiltrator', 'Sage''s Row Denizen', 'Wonder', 'Seal of Doom', 'True Believer', 'Scrabbling Claws', 'Snapback', 'The Mending of Dominaria', 'Thopter Spy Network', 'Millstone', 'Tormented Hero', 'Power Sink', 'Healer''s Hawk', 'Behemoth Sledge', 'Leave // Chance', 'Grozoth', 'Expedition Envoy', 'Protean Raider', 'Kor Outfitter', 'Last Breath', 'Tragic Arrogance', 'Yavimaya Elder', 'Hour of Eternity', 'Zulaport Cutthroat', 'Insidious Will', 'Compulsive Research', 'Chandra''s Ignition', 'Kitesail Scout', 'Sigarda''s Aid', 'Moldgraf Monstrosity', 'Mirko Vosk, Mind Drinker', 'Circuitous Route', 'Blighted Cataract', 'Choked Estuary', 'Autochthon Wurm', 'Vivid Meadow', 'Pilfered Plans', 'Crystal Ball', 'Clone', 'Ashenmoor Gouger', 'Brain Freeze', 'Tribute to Hunger', 'Open the Armory', 'Bioshift', 'Topplegeist', 'Necropolis Fiend', 'Underworld Cerberus', 'Selesnya Signet', 'Take Inventory', 'Thunderbolt', 'Bloodwater Entity', 'Memorial to War', 'Connive // Concoct', 'Faith''s Fetters', 'Saheeli''s Artistry', 'Man-o''-War', 'Spellheart Chimera', 'Plumeveil', 'Banishing Light', 'Terra Stomper', 'Guile', 'Elsewhere Flask', 'Pyramid of the Pantheon', 'Cloudblazer', 'Trophy Mage', 'Inner Demon', 'Striped Riverwinder', 'Advent of the Wurm', 'Putrefy', 'Confiscate', 'Nomad Outpost', 'Power Conduit', 'Fairgrounds Warden', 'Pillar of Flame', 'Fleetwheel Cruiser', 'Orzhov Charm', 'Cartouche of Strength', 'Qasali Ambusher', 'Bloodsoaked Champion', 'Heir of Falkenrath', 'Oona, Queen of the Fae', 'Chained to the Rocks', 'Rakshasa Deathdealer', 'Hour of Revelation', 'Ulvenwald Tracker', 'Tome Scour', 'Stone Quarry', 'March from the Tomb', 'Whirler Virtuoso', 'Mind Grind', 'Riddlesmith', 'Always Watching', 'Consuming Vapors', 'Watchwolf', 'Rugged Highlands', 'Gateway Plaza', 'Corpsejack Menace', 'Ravenous Rats', 'Conqueror''s Galleon', 'Increasing Savagery', 'Abzan Charm', 'Driven // Despair', 'Bogbrew Witch', 'Grimoire Thief', 'Lashweed Lurker', 'Tatyova, Benthic Druid', 'Rampant Growth', 'Narcolepsy', 'Yavimaya Hollow', 'Confirm Suspicions', 'Lantern Kami', 'Maximize Velocity', 'Semblance Anvil', 'High Priest of Penance', 'Tajuru Preserver', 'Prepare // Fight', 'Foul Emissary', 'Hidden Stockpile', 'Blazing Archon', 'Haunting Echoes', 'Dack''s Duplicate', 'Scepter of Fugue', 'Banewhip Punisher', 'Secluded Steppe', 'Scoured Barrens', 'Sunbird''s Invocation', 'Reef Shaman', 'Cackling Counterpart', 'Foreboding Ruins', 'Curse of the Swine', 'Rustwing Falcon', 'Fiery Impulse', 'Geistflame', 'Servo Exhibition', 'Memorial to Unity', 'Exava, Rakdos Blood Witch', 'Woodland Wanderer', 'Saving Grace', 'Bubbling Cauldron', 'Oona''s Grace', 'Identity Thief', 'Metalspinner''s Puzzleknot', 'Kitesail Apprentice', 'Charmbreaker Devils', 'Bloodgift Demon', 'Spelltwine', 'Sin Collector', 'Avoid Fate', 'Unwind', 'Spear of Heliod', 'Soul Foundry', 'Rupture Spire', 'Hellrider', 'Longtusk Cub', 'Spiketail Hatchling', 'Bile Blight', 'Gruul Guildgate', 'Tragic Lesson', 'Noose Constrictor', 'Kjeldoran Outpost', 'Summoner''s Egg', 'Grow from the Ashes', 'Chromatic Lantern', 'Trial of Knowledge', 'Elixir of Immortality', 'Gird for Battle', 'Kindle', 'Bogardan Hellkite', 'Diluvian Primordial', 'Dimir Cutpurse', 'Sculpting Steel', 'Festering Newt', 'Protean Hydra', 'Mystic Monastery', 'Consign // Oblivion', 'Ancient Amphitheater', 'Dynavolt Tower', 'Treasure Cruise', 'Psychatog', 'Mercurial Pretender', 'Sram''s Expertise', 'Precognition Field', 'Cryptoplasm', 'Dead Weight', 'Hellhole Flailer', 'Boros Challenger', 'Evolving Wilds', 'Salvager of Secrets', 'Phantom Nomad', 'Seeker of the Way', 'Stolen Identity', 'Magister of Worth', 'Bounty of the Luxa', 'Urza''s Factory', 'Docent of Perfection', 'Blisterpod', 'Savage Lands', 'Kederekt Leviathan', 'Aether Swooper', 'Prophetic Bolt', 'Radiant Flames', 'Highland Lake', 'Psychic Strike', 'Blighted Woodland', 'Bojuka Brigand', 'Spiritmonger', 'Agony Warp', 'Web of Inertia', 'Journeyer''s Kite', 'Woodland Stream', 'Weight of Memory', 'Foul Orchard', 'Temur Ascendancy', 'Wretched Banquet', 'Restoration Specialist', 'Rishkar''s Expertise', 'Hypnotic Specter', 'Vivid Marsh', 'Stone Haven Medic', 'Forbid', 'Court Homunculus', 'Seal of Primordium', 'Opulent Palace', 'Golgari Guildgate', 'Krosan Tusker', 'Sandsteppe Citadel', 'Crumbling Necropolis', 'Kaleidostone', 'Cadaver Imp', 'Cryptborn Horror', 'Necroplasm', 'Sky Hussar', 'Unsummon', 'Tormenting Voice', 'Helm of the Host', 'Alchemist''s Vial', 'Selesnya Guildmage', 'Consume the Meek', 'Attune with Aether', 'Dread Return', 'Azorius Guildgate', 'Palace Familiar', 'Sphinx of Uthuun', 'Gruul Signet', 'Armament Master', 'Declaration in Stone', 'Vendetta', 'Fabrication Module', 'Stitch Together', 'Gorgon''s Head', 'Tidal Warrior', 'Makeshift Mannequin', 'Izzet Guildgate', 'Dread Statuary', 'Spined Thopter', 'Memory Sluice', 'Decoction Module', 'Supernatural Stamina', 'Planar Outburst', 'Primal Druid', 'Benefaction of Rhonas', 'Rags // Riches', 'Increasing Confusion', 'Fevered Visions', 'Yixlid Jailer', 'Kor Duelist', 'Wretched Gryff', 'Stuffy Doll', 'Transgress the Mind', 'Scent of Brine', 'Simic Guildgate', 'Herald of Torment', 'Azra Bladeseeker', 'Phantasmal Bear', 'Illusory Ambusher', 'Circu, Dimir Lobotomist', 'Thawing Glaciers', 'Felhide Spiritbinder', 'Jester''s Scepter', 'Heart-Piercer Bow', 'Intet, the Dreamer', 'Duskmantle, House of Shadow', 'Planar Cleansing', 'Molten Primordial', 'Channeler Initiate', 'World Shaper', 'Memorial to Genius', 'Captain''s Claws', 'Diabolic Tutor', 'Lake of the Dead', 'Galvanic Bombardment', 'Bone Saw', 'Aven Skirmisher', 'Dream Twist', 'Martyr of Frost', 'Chief of the Foundry', 'Soul Exchange', 'Clockwork Beetle', 'Paranoid Delusions', 'Desecration Demon', 'Tempered Steel', 'Edge of Autumn', 'Winds of Rebuke', 'Hallowed Moonlight', 'Charge', 'Broken Bond', 'Invigorated Rampage', 'Flaying Tendrils', 'Displacement Wave', 'Curious Homunculus', 'Stone Haven Outfitter', 'Toolcraft Exemplar', 'Suntail Hawk', 'Dreg Mangler', 'Vessel of Nascency', 'Vivid Grove', 'Enlisted Wurm', 'Weaponcraft Enthusiast', 'Necrotic Wound', 'Consuming Aberration', 'Distress', 'Advanced Stitchwing', 'Carrier Thrall', 'Spike Feeder', 'Warleader''s Helix', 'Kalastria Healer', 'Sultai Charm', 'Vitu-Ghazi, the City-Tree', 'Duskborne Skymarcher', 'Foundry of the Consuls', 'Even the Odds', 'Rogue''s Passage', 'Elemental Bond', 'Starstorm', 'Serene Steward', 'Read the Bones', 'Rakdos Guildgate', 'Psychic Drain', 'Careful Consideration', 'Mockery of Nature', 'Roterothopter', 'White Sun''s Zenith', 'Stasis Snare', 'Howling Golem', 'Sylvan Advocate', 'Shimian Specter', 'Baleful Ammit', 'Watchers of the Dead', 'Encroaching Wastes', 'Asylum Visitor', 'Smother', 'Ondu Giant', 'Tracker''s Instincts', 'Drownyard Behemoth', 'Repeal', 'Basking Rootwalla', 'Felidar Guardian', 'Engulf the Shore', 'Loyal Pegasus', 'Wrecking Ball', 'Moratorium Stone', 'Cultivator''s Caravan', 'Blighted Fen', 'Garza Zol, Plague Queen', 'Cascading Cataracts', 'Cataclysmic Gearhulk', 'Followed Footsteps'))) 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, 120.5, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (370.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 ('Declaration in Stone', 'Loxodon Hierarch', 'Servo Exhibition', 'Invigorated Rampage', 'Boros Challenger', 'Dreg Mangler', 'Grozoth', 'Cloudblazer', 'Yavimaya Elder', 'Broken Bond', 'Soul Exchange', 'Rakdos Guildgate', 'Journeyer''s Kite', 'Kuro, Pitlord', 'Glint Hawk Idol', 'Transgress the Mind', 'Bone Saw', 'Herald of Torment', 'Striped Riverwinder', 'Tidal Warrior', 'Carnophage', 'Charge', 'Blighted Woodland', 'Galvanic Bombardment', 'Paranoid Delusions', 'Rattleclaw Mystic', 'Circu, Dimir Lobotomist', 'Weight of Memory', 'Sigarda''s Aid', 'Pillar of Flame', 'Blazing Archon', 'Captain''s Claws', 'Shriekgeist', 'Cryptborn Horror', 'Channeler Initiate', 'Narcomoeba', 'Hordeling Outburst', 'Psychic Spiral', 'Heir of Falkenrath', 'Grasp of Darkness', 'Identity Thief', 'Dream Twist', 'Saheeli''s Artistry', 'Foundry of the Consuls', 'Tajuru Preserver', 'Gird for Battle', 'Spined Thopter', 'Confirm Suspicions', 'Followed Footsteps', 'Stone Quarry', 'Dread Statuary', 'Vitu-Ghazi, the City-Tree', 'Exava, Rakdos Blood Witch', 'Stone Haven Outfitter', 'Carrier Thrall', 'Read the Bones', 'Enlisted Wurm', 'Connive // Concoct', 'Aetherborn Marauder', 'Jester''s Scepter', 'Attune with Aether', 'Moldgraf Monstrosity', 'Last Breath', 'Dack''s Duplicate', 'Elsewhere Flask', 'Elemental Bond', 'Curious Homunculus', 'Careful Consideration', 'Krosan Tusker', 'Intet, the Dreamer', 'Chief of the Foundry', 'Wrecking Ball', 'Consuming Vapors', 'Demonic Rising', 'Gatekeeper of Malakir', 'Sphinx of Uthuun', 'Selesnya Signet', 'Homicidal Seclusion', 'Mirko Vosk, Mind Drinker', 'Roterothopter', 'Garza Zol, Plague Queen', 'Aven Skirmisher', 'Temur Ascendancy', 'Bogardan Hellkite', 'Moment of Craving', 'Necropolis Fiend', 'Lake of the Dead', 'Barter in Blood', 'Displacement Wave', 'Bioshift', 'Tragic Arrogance', 'Azra Bladeseeker', 'Pyramid of the Pantheon', 'Thawing Glaciers', 'Desecration Demon', 'Dynavolt Tower', 'Moratorium Stone', 'Consign // Oblivion', 'Sunbird''s Invocation', 'Tracker''s Instincts', 'Rampant Growth', 'Snapback', 'Hada Freeblade', 'Palace Familiar', 'Supernatural Stamina', 'Memorial to Unity', 'Necroplasm', 'Gorgon''s Head', 'Ulvenwald Tracker', 'Sandsteppe Citadel', 'Scent of Brine', 'Autochthon Wurm', 'Addle', 'Memorial to Genius', 'Stitch Together', 'Evolving Wilds', 'Fiery Impulse', 'Bane of Bala Ged', 'Foreboding Ruins', 'Underworld Cerberus', 'Rags // Riches', 'Makeshift Mannequin', 'Epochrasite', 'Planar Cleansing', 'Protean Raider', 'Decoction Module', 'Seeker of the Way', 'Woodland Stream', 'Leave // Chance', 'Cryptoplasm', 'Fairgrounds Warden', 'Wretched Banquet', 'Wharf Infiltrator', 'Advent of the Wurm', 'Terra Stomper', 'Expedition Envoy', 'Flameshadow Conjuring', 'Sprouting Thrinax', 'Hypnotic Specter', 'Salvager of Secrets', 'Court Homunculus', 'Lonely Sandbar', 'Engulf the Shore', 'Opulent Palace', 'Rogue Refiner', 'Warleader''s Helix', 'Basking Rootwalla', 'Broodmate Dragon', 'Suntail Hawk', 'Kor Outfitter', 'March from the Tomb', 'Tormenting Voice', 'Dead Weight', 'Baleful Ammit', 'Bloodwater Entity', 'Sylvan Advocate', 'Pale Rider of Trostad', 'Spike Feeder', 'Bounty of the Luxa', 'Noose Constrictor', 'Watchwolf', 'Increasing Savagery', 'Starstorm', 'Sin Collector', 'Prepare // Fight', 'Bojuka Brigand', 'Sky Hussar', 'Woodland Wanderer', 'Kaleidostone', 'Vexing Scuttler', 'Spellheart Chimera', 'Spelltwine', 'Trail of Evidence', 'High Priest of Penance', 'Sultai Charm', 'Docent of Perfection', 'Drowned Secrets', 'Curse of the Swine', 'Mulch', 'Asylum Visitor', 'Howling Golem', 'Nomad Outpost', 'Gilded Lotus', 'Prophetic Bolt', 'Ulcerate', 'Spiketail Hatchling', 'Primal Druid', 'Winds of Rebuke', 'Rugged Highlands', 'Driven // Despair', 'Fevered Visions', 'Sundering Growth', 'Molten Primordial', 'Take Inventory', 'Unwind', 'Bloodgift Demon', 'Mind Grind', 'Web of Inertia', 'Fabrication Module', 'Orzhov Charm', 'Hypothesizzle', 'Quasiduplicate', 'Trusty Machete', 'Wonder', 'Cadaver Imp', 'Hour of Eternity', 'Power Sink', 'Bile Blight', 'Blighted Cataract', 'Pain Seer', 'Foul Orchard', 'Thunderbolt', 'Chromatic Lantern', 'Chained to the Rocks', 'Scoured Barrens', 'Psychic Strike', 'Agony Warp', 'Ancient Amphitheater', 'Drana''s Emissary', 'Wretched Gryff', 'Glorious Anthem', 'Tempered Steel', 'Memory Sluice', 'Felhide Spiritbinder', 'Tome Scour', 'Kindle', 'Hidden Stockpile', 'Cackling Counterpart', 'Remove Soul', 'Rakshasa Deathdealer', 'Semblance Anvil', 'Crystal Ball', 'Drownyard Behemoth', 'Charmbreaker Devils', 'Insidious Will', 'Stone Haven Medic', 'Guile', 'The Mending of Dominaria', 'Stolen Identity', 'Geistflame', 'Grow from the Ashes', 'Vessel of Nascency', 'Urza''s Factory', 'Mockery of Nature', 'Lashweed Lurker', 'Memorial to War', 'Fleetwheel Cruiser', 'Tormented Hero', 'Dissipate', 'Phantasmal Bear', 'Loyal Pegasus', 'Yixlid Jailer', 'Scrabbling Claws', 'Arrogant Wurm', 'Spawning Pool', 'Mitotic Slime', 'Unsummon', 'Golgari Guildgate', 'True Believer', 'Putrefy', 'Succumb to Temptation', 'Seal of Doom', 'Felidar Guardian', 'Oona, Queen of the Fae', 'Azorius Guildgate', 'Vendetta', 'Oona''s Grace', 'Riddlesmith', 'Bubbling Cauldron', 'Flaying Tendrils', 'Phantom Nomad', 'Psychic Drain', 'Blisterpod', 'Pilfered Plans', 'Thopter Spy Network', 'Faith''s Fetters', 'Kitesail Apprentice', 'Highland Lake', 'Advanced Stitchwing', 'Radiant Flames', 'Selesnya Guildmage', 'Distress', 'Smother', 'Mystic Monastery', 'Maximize Velocity', 'Millstone', 'Kitesail Scout', 'Painful Truths', 'Artificer''s Epiphany', 'Edge of Autumn', 'Necrotic Wound', 'Man-o''-War', 'Restoration Specialist', 'Stuffy Doll', 'Narcolepsy', 'Bogbrew Witch', 'Planar Outburst', 'Choked Estuary', 'Walk the Plank', 'White Sun''s Zenith', 'Vivid Marsh', 'Banewhip Punisher', 'Clockwork Beetle', 'Hellhole Flailer', 'Consuming Aberration', 'Blighted Fen', 'Increasing Confusion', 'Consume the Meek', 'Duskmantle, House of Shadow', 'Compulsive Research', 'Talent of the Telepath', 'Mercurial Pretender', 'Inner Demon', 'Topplegeist', 'Plumeveil', 'Yavimaya Hollow', 'Cartouche of Strength', 'Whirler Virtuoso', 'Precognition Field', 'Shimian Specter', 'Dimir Cutpurse', 'Summoner''s Egg', 'Sram''s Expertise', 'Qasali Ambusher', 'Sage''s Row Denizen', 'Banishing Light', 'Abzan Charm', 'Forbid', 'Grimoire Thief', 'Join the Ranks', 'Aether Swooper', 'Benefaction of Rhonas', 'Trophy Mage', 'Crumbling Necropolis', 'Healer''s Hawk', 'Alchemist''s Vial', 'Empyreal Voyager', 'Diabolic Tutor', 'Protean Hydra', 'Elixir of Immortality', 'Rupture Spire', 'Zulaport Cutthroat', 'Tribute to Hunger', 'Avoid Fate', 'Shrine of Loyal Legions', 'Gruul Guildgate', 'Trial of Knowledge', 'Lantern Kami', 'Saving Grace', 'Chandra''s Ignition', 'Confiscate', 'Heart-Piercer Bow', 'Haunted Dead', 'Cultivator''s Caravan', 'Helm of the Host', 'Treasure Cruise', 'Sculpting Steel', 'Kor Duelist', 'Rishkar''s Expertise', 'Open the Armory', 'Stasis Snare', 'Gateway Plaza', 'Toolcraft Exemplar', 'Serene Steward', 'Bloodsoaked Champion', 'Despoiler of Souls', 'Always Watching', 'Diluvian Primordial', 'Fungal Infection', 'Cascading Cataracts', 'Encroaching Wastes', 'Weaponcraft Enthusiast', 'Cataclysmic Gearhulk', 'Magister of Worth', 'Hanweir Militia Captain', 'Kederekt Leviathan', 'Rogue''s Passage', 'Longtusk Cub', 'Vivid Grove', 'Illusory Ambusher', 'Spear of Heliod', 'Tatyova, Benthic Druid', 'Seal of Primordium', 'Brain Freeze', 'Armament Master', 'Clone', 'Spiritmonger', 'Jwar Isle Refuge', 'Hour of Revelation', 'Ondu Giant', 'Ashenmoor Gouger', 'Haunted Plate Mail', 'Festering Newt', 'Altar''s Reap', 'Gruul Signet', 'Hellrider', 'Trial of Ambition', 'Skinrender', 'Rustwing Falcon', 'Repeal', 'Scepter of Fugue', 'Circuitous Route', 'Tragic Lesson', 'Corpsejack Menace', 'Even the Odds', 'Ravenous Rats', 'Metalspinner''s Puzzleknot', 'Altered Ego', 'Conqueror''s Galleon', 'Power Conduit', 'Duskborne Skymarcher', 'Kjeldoran Outpost', 'Vivid Meadow', 'Martyr of Frost', 'Cloudgoat Ranger', 'Izzet Guildgate', 'Watchers of the Dead', 'Secluded Steppe', 'Psychatog', 'Foul Emissary', 'Simic Guildgate', 'Savage Lands', 'Reef Shaman', 'Utter End', 'Dread Return', 'Haunting Echoes', 'Hallowed Moonlight', 'Behemoth Sledge', 'Academy Elite', 'World Shaper', 'Kalastria Healer', 'Soul Foundry'))) 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, 370.6, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (162.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 ('Mystic Monastery', 'Whirler Virtuoso', 'Thawing Glaciers', 'Spined Thopter', 'Weight of Memory', 'Rags // Riches', 'Kitesail Scout', 'Bile Blight', 'Gird for Battle', 'Shriekgeist', 'Mind Grind', 'Sylvan Advocate', 'Golgari Guildgate', 'Banewhip Punisher', 'Boros Challenger', 'Power Conduit', 'Rakdos Guildgate', 'Driven // Despair', 'Memorial to Genius', 'Selesnya Guildmage', 'Flaying Tendrils', 'Stolen Identity', 'Narcolepsy', 'Moratorium Stone', 'Desecration Demon', 'Treasure Cruise', 'Rishkar''s Expertise', 'Wonder', 'Vivid Meadow', 'Smother', 'Sky Hussar', 'Helm of the Host', 'Confiscate', 'Haunted Dead', 'Foreboding Ruins', 'Decoction Module', 'Oona''s Grace', 'Terra Stomper', 'Identity Thief', 'Hellrider', 'Kaleidostone', 'Scepter of Fugue', 'Guile', 'Grow from the Ashes', 'Intet, the Dreamer', 'Rakshasa Deathdealer', 'Kitesail Apprentice', 'Drownyard Behemoth', 'Hour of Revelation', 'World Shaper', 'Saving Grace', 'Talent of the Telepath', 'Dread Statuary', 'Compulsive Research', 'Cartouche of Strength', 'Molten Primordial', 'Magister of Worth', 'Striped Riverwinder', 'Tragic Arrogance', 'Invigorated Rampage', 'Always Watching', 'Lashweed Lurker', 'Chandra''s Ignition', 'Reef Shaman', 'Rogue''s Passage', 'Chief of the Foundry', 'Engulf the Shore', 'Gateway Plaza', 'Sunbird''s Invocation', 'Gruul Guildgate', 'Yavimaya Hollow', 'Foul Emissary', 'Chained to the Rocks', 'Docent of Perfection', 'Shimian Specter', 'Consuming Vapors', 'Broken Bond', 'Leave // Chance', 'Hallowed Moonlight', 'Brain Freeze', 'Psychic Drain', 'Zulaport Cutthroat', 'Psychatog', 'Pyramid of the Pantheon', 'Ravenous Rats', 'Bounty of the Luxa', 'Psychic Strike', 'Gilded Lotus', 'Ulvenwald Tracker', 'Felidar Guardian', 'Cascading Cataracts', 'Fiery Impulse', 'Phantom Nomad', 'Hypnotic Specter', 'Spiketail Hatchling', 'Insidious Will', 'Izzet Guildgate', 'Bubbling Cauldron', 'Wharf Infiltrator', 'Illusory Ambusher', 'Edge of Autumn', 'Dynavolt Tower', 'Choked Estuary', 'Memorial to Unity', 'Bloodsoaked Champion', 'Loyal Pegasus', 'Wretched Banquet', 'Read the Bones', 'Epochrasite', 'Cryptborn Horror', 'Foundry of the Consuls', 'Mulch', 'Clone', 'Man-o''-War', 'White Sun''s Zenith', 'Drana''s Emissary', 'Chromatic Lantern', 'Lake of the Dead', 'Galvanic Bombardment', 'Unwind', 'Planar Cleansing', 'Banishing Light', 'Pillar of Flame', 'Vendetta', 'Duskmantle, House of Shadow', 'Putrefy', 'Curious Homunculus', 'Servo Exhibition', 'Cloudgoat Ranger', 'Vexing Scuttler', 'Cryptoplasm', 'Sin Collector', 'Spawning Pool', 'Woodland Wanderer', 'Sram''s Expertise', 'Scoured Barrens', 'Prepare // Fight', 'Transgress the Mind', 'Take Inventory', 'Crumbling Necropolis', 'Grasp of Darkness', 'Trophy Mage', 'Elixir of Immortality', 'Salvager of Secrets', 'Abzan Charm', 'Soul Foundry', 'Necropolis Fiend', 'Ondu Giant', 'Nomad Outpost', 'Martyr of Frost', 'Followed Footsteps', 'Hanweir Militia Captain', 'Consume the Meek', 'Consign // Oblivion', 'Conqueror''s Galleon', 'Aven Skirmisher', 'Necrotic Wound', 'Charge', 'Skinrender', 'Geistflame', 'Increasing Confusion', 'Forbid', 'Summoner''s Egg', 'Spelltwine', 'Faith''s Fetters', 'Blighted Woodland', 'Inner Demon', 'Garza Zol, Plague Queen', 'Cultivator''s Caravan', 'Encroaching Wastes', 'Elemental Bond', 'Temur Ascendancy', 'Even the Odds', 'Sprouting Thrinax', 'Dead Weight', 'Azorius Guildgate', 'Elsewhere Flask', 'Benefaction of Rhonas', 'Behemoth Sledge', 'Bioshift', 'Curse of the Swine', 'Heart-Piercer Bow', 'Diabolic Tutor', 'Asylum Visitor', 'Avoid Fate', 'Cadaver Imp', 'Fungal Infection', 'Semblance Anvil', 'Vivid Marsh', 'Kalastria Healer', 'Mercurial Pretender', 'Crystal Ball', 'Highland Lake', 'Hypothesizzle', 'Rugged Highlands', 'Oona, Queen of the Fae', 'Stitch Together', 'Palace Familiar', 'Confirm Suspicions', 'Hellhole Flailer', 'Tempered Steel', 'Narcomoeba', 'Watchwolf', 'Suntail Hawk', 'Moldgraf Monstrosity', 'Hour of Eternity', 'Bojuka Brigand', 'Blighted Fen', 'Makeshift Mannequin', 'Tribute to Hunger', 'Bloodgift Demon', 'Armament Master', 'Duskborne Skymarcher', 'Yixlid Jailer', 'Lonely Sandbar', 'Bogbrew Witch', 'Sphinx of Uthuun', 'Spellheart Chimera', 'Evolving Wilds', 'Metalspinner''s Puzzleknot', 'Spear of Heliod', 'Rampant Growth', 'Snapback', 'Noose Constrictor', 'Cataclysmic Gearhulk', 'Jester''s Scepter', 'Altered Ego', 'Flameshadow Conjuring', 'Aether Swooper', 'Cackling Counterpart', 'Foul Orchard', 'Scent of Brine', 'Lantern Kami', 'Succumb to Temptation', 'Declaration in Stone', 'Journeyer''s Kite', 'Thunderbolt', 'High Priest of Penance', 'Dimir Cutpurse', 'Selesnya Signet', 'Tormented Hero', 'Protean Raider', 'Last Breath', 'Unsummon', 'Tajuru Preserver', 'Prophetic Bolt', 'Glint Hawk Idol', 'Weaponcraft Enthusiast', 'Dack''s Duplicate', 'Baleful Ammit', 'Fabrication Module', 'Power Sink', 'Shrine of Loyal Legions', 'Grozoth', 'Connive // Concoct', 'Gatekeeper of Malakir', 'Simic Guildgate', 'Planar Outburst', 'Phantasmal Bear', 'Tracker''s Instincts', 'Circuitous Route', 'Homicidal Seclusion', 'Paranoid Delusions', 'Pain Seer', 'Loxodon Hierarch', 'Expedition Envoy', 'Stuffy Doll', 'Millstone', 'Hada Freeblade', 'Walk the Plank', 'Sculpting Steel', 'Sigarda''s Aid', 'Aetherborn Marauder', 'Qasali Ambusher', 'Agony Warp', 'Radiant Flames', 'Sandsteppe Citadel', 'Rattleclaw Mystic', 'Painful Truths', 'Displacement Wave', 'Bone Saw', 'Wretched Gryff', 'Woodland Stream', 'Bloodwater Entity', 'Yavimaya Elder', 'Repeal', 'Gorgon''s Head', 'Dreg Mangler', 'Mitotic Slime', 'Kor Outfitter', 'Channeler Initiate', 'Soul Exchange', 'Carrier Thrall', 'Vitu-Ghazi, the City-Tree', 'Tidal Warrior', 'Trial of Knowledge', 'Howling Golem', 'Haunted Plate Mail', 'Utter End', 'Rupture Spire', 'Tome Scour', 'Savage Lands', 'Stone Quarry', 'Orzhov Charm', 'Tragic Lesson', 'Drowned Secrets', 'Underworld Cerberus', 'Protean Hydra', 'Open the Armory', 'Stone Haven Medic', 'Toolcraft Exemplar', 'Pale Rider of Trostad', 'Serene Steward', 'Broodmate Dragon', 'Urza''s Factory', 'Precognition Field', 'Gruul Signet', 'Ulcerate', 'Clockwork Beetle', 'Stone Haven Outfitter', 'Advent of the Wurm', 'Kindle', 'March from the Tomb', 'Haunting Echoes', 'Supernatural Stamina', 'Sage''s Row Denizen', 'Sultai Charm', 'Spiritmonger', 'Vessel of Nascency', 'Tormenting Voice', 'Seeker of the Way', 'Longtusk Cub', 'Herald of Torment', 'Enlisted Wurm', 'Dream Twist', 'Increasing Savagery', 'Despoiler of Souls', 'Moment of Craving', 'Festering Newt', 'Dread Return', 'Azra Bladeseeker', 'Autochthon Wurm', 'Advanced Stitchwing', 'Glorious Anthem', 'Tatyova, Benthic Druid', 'Heir of Falkenrath', 'Starstorm', 'Jwar Isle Refuge', 'Restoration Specialist', 'Bane of Bala Ged', 'Pilfered Plans', 'Seal of Doom', 'Fevered Visions', 'Mirko Vosk, Mind Drinker', 'Wrecking Ball', 'Rustwing Falcon', 'Kederekt Leviathan', 'Empyreal Voyager', 'Rogue Refiner', 'Trial of Ambition', 'Attune with Aether', 'Hidden Stockpile', 'Felhide Spiritbinder', 'Demonic Rising', 'Barter in Blood', 'Opulent Palace', 'Riddlesmith', 'Ashenmoor Gouger', 'Vivid Grove', 'Krosan Tusker', 'Exava, Rakdos Blood Witch', 'Consuming Aberration', 'Dissipate', 'Primal Druid', 'Ancient Amphitheater', 'Altar''s Reap', 'Hordeling Outburst', 'Remove Soul', 'The Mending of Dominaria', 'Bogardan Hellkite', 'Warleader''s Helix', 'Court Homunculus', 'Corpsejack Menace', 'Blisterpod', 'Diluvian Primordial', 'Basking Rootwalla', 'Kor Duelist', 'Blighted Cataract', 'Addle', 'Cloudblazer', 'Captain''s Claws', 'Topplegeist', 'Psychic Spiral', 'Blazing Archon', 'Grimoire Thief', 'Charmbreaker Devils', 'Secluded Steppe', 'Necroplasm', 'Winds of Rebuke', 'Circu, Dimir Lobotomist', 'Join the Ranks', 'True Believer', 'Sundering Growth', 'Fairgrounds Warden', 'Carnophage', 'Watchers of the Dead', 'Trail of Evidence', 'Academy Elite', 'Roterothopter', 'Maximize Velocity', 'Stasis Snare', 'Mockery of Nature', 'Kjeldoran Outpost', 'Thopter Spy Network', 'Fleetwheel Cruiser', 'Trusty Machete', 'Healer''s Hawk', 'Artificer''s Epiphany', 'Scrabbling Claws', 'Distress', 'Arrogant Wurm', 'Kuro, Pitlord', 'Memorial to War', 'Web of Inertia', 'Quasiduplicate', 'Saheeli''s Artistry', 'Plumeveil', 'Spike Feeder', 'Memory Sluice', 'Seal of Primordium', 'Careful Consideration', 'Alchemist''s Vial'))) 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, 162.4, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (230.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 ('Opulent Palace', 'Faerie Trickery', 'Mind Grind', 'Snapback', 'Moldgraf Monstrosity', 'Attune with Aether', 'Stuffy Doll', 'Hada Freeblade', 'Connive // Concoct', 'Moratorium Stone', 'Autochthon Wurm', 'Bloodwater Entity', 'Vivid Marsh', 'Journeyer''s Kite', 'Spear of Heliod', 'Tracker''s Instincts', 'Vessel of Nascency', 'Drowned Secrets', 'Wharf Infiltrator', 'White Sun''s Zenith', 'Shriekgeist', 'Increasing Savagery', 'Empyreal Voyager', 'Unwind', 'Demonic Rising', 'Dimir Cutpurse', 'Advent of the Wurm', 'Painful Truths', 'Elemental Bond', 'Heart-Piercer Bow', 'Corpsejack Menace', 'Curse of Thirst', 'Loyal Pegasus', 'Dread Statuary', 'Savage Lands', 'Careful Consideration', 'Yavimaya Elder', 'Banewhip Punisher', 'Millstone', 'Vicious Conquistador', 'Read the Bones', 'Herald of Torment', 'Haunted Plate Mail', 'Insidious Will', 'Sultai Charm', 'Hordeling Outburst', 'Always Watching', 'Martyr of Frost', 'Magister of Worth', 'Ulcerate', 'Thopter Spy Network', 'Sculpting Steel', 'Quasiduplicate', 'Boros Challenger', 'Ravenous Rats', 'Tatyova, Benthic Druid', 'Tidal Warrior', 'Identity Thief', 'Alchemist''s Vial', 'Scrabbling Claws', 'Pillar of Flame', 'Simic Guildgate', 'Gateway Plaza', 'Heir of Falkenrath', 'Tribute to Hunger', 'Duskborne Skymarcher', 'Psychic Spiral', 'Reef Shaman', 'Edge of Autumn', 'Expedition Envoy', 'Armament Master', 'Cryptoplasm', 'Utter End', 'Scatter to the Winds', 'Vitu-Ghazi, the City-Tree', 'Memorial to Genius', 'Izzet Guildgate', 'Carnophage', 'Invigorated Rampage', 'Glorious Anthem', 'Memorial to War', 'Decoction Module', 'Bubbling Cauldron', 'Weight of Memory', 'Grimoire Thief', 'Compulsive Research', 'Qasali Ambusher', 'Protean Raider', 'Grasp of Darkness', 'Tragic Arrogance', 'Early Frost', 'Vexing Scuttler', 'Lake of the Dead', 'Moment of Craving', 'Howling Golem', 'Perilous Voyage', 'Foul Emissary', 'Wretched Gryff', 'Dynavolt Tower', 'Jester''s Scepter', 'Take Inventory', 'Advanced Stitchwing', 'Smother', 'Increasing Confusion', 'Bloodsoaked Champion', 'Sin Collector', 'Cruel Reality', 'Rustwing Falcon', 'Tome Scour', 'Trial of Ambition', 'Memory Sluice', 'Power Sink', 'Story Circle', 'Vivid Meadow', 'Striped Riverwinder', 'Rishkar''s Expertise', 'Felhide Spiritbinder', 'Loxodon Hierarch', 'Stone Quarry', 'Join the Ranks', 'Selesnya Guildmage', 'Broodmate Dragon', 'Saving Grace', 'Ancient Amphitheater', 'Seal of Primordium', 'Healer''s Hawk', 'Spiketail Hatchling', 'Mirko Vosk, Mind Drinker', 'Sundering Growth', 'Spiritmonger', 'Kederekt Leviathan', 'Paranoid Delusions', 'Hanweir Militia Captain', 'Sprouting Thrinax', 'Firedrinker Satyr', 'Scepter of Fugue', 'Circuitous Route', 'Chromatic Lantern', 'Memorial to Unity', 'Charge', 'Flayer of the Hatebound', 'Aetherborn Marauder', 'Kor Outfitter', 'Dregscape Zombie', 'Bounty of the Luxa', 'Consume the Meek', 'Thawing Glaciers', 'Wrecking Ball', 'Channeler Initiate', 'Skinrender', 'Summoner''s Egg', 'Dack''s Duplicate', 'Curse of Misfortunes', 'Sigarda''s Aid', 'Shrine of Loyal Legions', 'Dissipate', 'Illusory Ambusher', 'Sylvan Advocate', 'Selesnya Signet', 'Choked Estuary', 'Toolcraft Exemplar', 'Village Messenger', 'High Priest of Penance', 'Oona''s Grace', 'Declaration in Stone', 'Charmbreaker Devils', 'Conqueror''s Galleon', 'Cephalid Illusionist', 'Kindle', 'Watchers of the Dead', 'Ulvenwald Tracker', 'Hellrider', 'Pilfered Plans', 'Trail of Evidence', 'Hour of Eternity', 'Drana''s Emissary', 'Plumeveil', 'Necrotic Wound', 'Phantom Nomad', 'Spellheart Chimera', 'Dread Return', 'Faith''s Fetters', 'Crumbling Necropolis', 'Blazing Archon', 'Suntail Hawk', 'Sandsteppe Citadel', 'Fevered Visions', 'Flaying Tendrils', 'Cultivator''s Caravan', 'Curse of the Swine', 'Diluvian Primordial', 'Grow from the Ashes', 'Bogardan Hellkite', 'Narcolepsy', 'Terra Stomper', 'Oona, Queen of the Fae', 'Cataclysmic Gearhulk', 'Zulaport Cutthroat', 'Servo Exhibition', 'Planar Cleansing', 'Trusty Machete', 'Trespasser''s Curse', 'Urborg', 'Curse of Death''s Hold', 'Hellhole Flailer', 'Tajuru Preserver', 'Baleful Ammit', 'Docent of Perfection', 'Azorius Guildgate', 'Woodland Stream', 'Blisterpod', 'Brimstone Volley', 'Nomad Outpost', 'Serene Steward', 'Wretched Banquet', 'Confiscate', 'Torment of Scarabs', 'Aven Skirmisher', 'Gatekeeper of Malakir', 'Mitotic Slime', 'Walk the Plank', 'Cadaver Imp', 'Haunting Echoes', 'Helm of the Host', 'Clockwork Beetle', 'Dreg Mangler', 'Confirm Suspicions', 'Web of Inertia', 'Hellspark Elemental', 'The Mending of Dominaria', 'Prophetic Bolt', 'Brain Freeze', 'Encroaching Wastes', 'Topplegeist', 'Gruul Signet', 'Rattleclaw Mystic', 'Hour of Revelation', 'Highland Lake', 'Ire Shaman', 'Bile Blight', 'Altered Ego', 'Cloudgoat Ranger', 'Geistflame', 'Semblance Anvil', 'World Shaper', 'Spelltwine', 'Gruul Guildgate', 'Soul Foundry', 'Prepare // Fight', 'Psychatog', 'Hypnotic Specter', 'Glint Hawk Idol', 'Chandra''s Spitfire', 'Mulch', 'Court Homunculus', 'Circu, Dimir Lobotomist', 'Bane of Bala Ged', 'Gorgon''s Head', 'Exava, Rakdos Blood Witch', 'Lonely Sandbar', 'Seeker of the Way', 'Forbid', 'Avoid Fate', 'Temur Ascendancy', 'Sram''s Expertise', 'Warleader''s Helix', 'Chandra''s Ignition', 'Kitesail Scout', 'Sphinx of Uthuun', 'Arrogant Wurm', 'Spawning Pool', 'Chief of the Foundry', 'Galvanic Bombardment', 'Curious Homunculus', 'Vivid Grove', 'Roterothopter', 'Necroplasm', 'Cascading Cataracts', 'Sphere of the Suns', 'Hypothesizzle', 'Weaponcraft Enthusiast', 'Fabrication Module', 'Night Market Lookout', 'Elsewhere Flask', 'Pyramid of the Pantheon', 'Benefaction of Rhonas', 'Underworld Cerberus', 'Blighted Cataract', 'Supernatural Stamina', 'Palace Familiar', 'Spined Thopter', 'Stitch Together', 'Pain Seer', 'Necropolis Fiend', 'Maximize Velocity', 'Saheeli''s Artistry', 'Kor Duelist', 'Hallowed Moonlight', 'Holdout Settlement', 'Putrefy', 'Epochrasite', 'Orzhov Charm', 'Open the Armory', 'Azra Bladeseeker', 'Rakshasa Deathdealer', 'Rakdos Guildgate', 'Elixir of Immortality', 'Clone', 'Leave // Chance', 'Restoration Specialist', 'Unsummon', 'Metalspinner''s Puzzleknot', 'Hidden Stockpile', 'Desecration Demon', 'Krosan Tusker', 'Scoured Barrens', 'Succumb to Temptation', 'Cryptborn Horror', 'Fungal Infection', 'Academy Elite', 'Primal Druid', 'Intet, the Dreamer', 'Noose Constrictor', 'Gird for Battle', 'True Believer', 'Stolen Identity', 'Jwar Isle Refuge', 'Mystic Monastery', 'Foundry of the Consuls', 'Despoiler of Souls', 'Urza''s Factory', 'Spike Feeder', 'Lashweed Lurker', 'Winds of Rebuke', 'Rupture Spire', 'Foreboding Ruins', 'Treasure Cruise', 'Anticipate', 'Artificer''s Epiphany', 'Trophy Mage', 'Dead Weight', 'Phantasmal Bear', 'Watchwolf', 'Narcomoeba', 'Kjeldoran Outpost', 'Yixlid Jailer', 'Sky Hussar', 'Seal of Doom', 'Protean Hydra', 'Rugged Highlands', 'Altar''s Reap', 'Exile', 'Molten Primordial', 'Burning Oil', 'Incendiary Flow', 'Stone Haven Medic', 'Blighted Woodland', 'Consuming Vapors', 'Ashenmoor Gouger', 'Distress', 'Yavimaya Hollow', 'Grozoth', 'Barter in Blood', 'Vendetta', 'Bojuka Brigand', 'March from the Tomb', 'Carrier Thrall', 'Sage''s Row Denizen', 'Homicidal Seclusion', 'Flameshadow Conjuring', 'Psychic Strike', 'Evolving Wilds', 'Cloudblazer', 'Radiant Flames', 'Captain''s Claws', 'Abzan Charm', 'Rampant Growth', 'Garza Zol, Plague Queen', 'Fleetwheel Cruiser', 'Lantern Kami', 'Starstorm', 'Pale Rider of Trostad', 'Stasis Snare', 'Soul Exchange', 'Repeal', 'Power Conduit', 'Kuro, Pitlord', 'Chained to the Rocks', 'Displacement Wave', 'Fiery Impulse', 'Precognition Field', 'Last Breath', 'Engulf the Shore', 'Festering Newt', 'Scent of Brine', 'Crystal Ball', 'Man-o''-War', 'Tormented Hero', 'Hammer of Bogardan', 'Planar Outburst', 'Whirler Virtuoso', 'Mercurial Pretender', 'Makeshift Mannequin', 'Talent of the Telepath', 'Duskmantle, House of Shadow', 'Diabolic Tutor', 'Falkenrath Gorger', 'Asylum Visitor', 'Transgress the Mind', 'Aether Swooper', 'Bogbrew Witch', 'Thunderbolt', 'Broken Bond', 'Followed Footsteps', 'Drownyard Behemoth', 'Psychic Drain', 'Agony Warp', 'Ondu Giant', 'Tragic Lesson', 'Kaleidostone', 'Golgari Guildgate', 'Blighted Fen', 'Haunted Dead', 'Shuko', 'Cackling Counterpart', 'Sunbird''s Invocation', 'Tormenting Voice', 'Behemoth Sledge', 'Dream Twist', 'Woodland Wanderer', 'Felidar Guardian', 'Enlisted Wurm', 'Tempered Steel', 'Kalastria Healer', 'Kitesail Apprentice', 'Longtusk Cub', 'Trial of Knowledge', 'Inner Demon', 'Shimian Specter', 'Salvager of Secrets', 'Bone Saw', 'Bioshift', 'Consign // Oblivion', 'Rags // Riches', 'Mockery of Nature', 'Banishing Light', 'Thornbow Archer', 'Riddlesmith', 'Even the Odds', 'Secluded Steppe', 'Addle', 'Wonder', 'Cartouche of Strength', 'Rogue''s Passage', 'Fairgrounds Warden', 'Basking Rootwalla', 'Guile', 'Scatter Arc', 'Consuming Aberration', 'Foul Orchard', 'Stone Haven Outfitter', 'Driven // Despair', 'Gilded Lotus', 'Landslide', 'Rogue Refiner', 'Bloodgift Demon', 'Remove Soul'))) 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, 230.7, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (521.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 ('Web of Inertia', 'Barter in Blood', 'Bounty of the Luxa', 'Consuming Vapors', 'Necrotic Wound', 'Howling Golem', 'Blazing Archon', 'Duskborne Skymarcher', 'Dream Twist', 'Moldgraf Monstrosity', 'Pilfered Plans', 'Tracker''s Instincts', 'Trusty Machete', 'Firedrinker Satyr', 'Spike Feeder', 'Hour of Eternity', 'Arrogant Wurm', 'Supernatural Stamina', 'Driven // Despair', 'Declaration in Stone', 'Yavimaya Elder', 'Dregscape Zombie', 'Insidious Will', 'Lantern Kami', 'Dynavolt Tower', 'Longtusk Cub', 'Hammer of Bogardan', 'Kederekt Leviathan', 'Cephalid Illusionist', 'Heart-Piercer Bow', 'Bloodsoaked Champion', 'Felhide Spiritbinder', 'Hellrider', 'Highland Lake', 'Sram''s Expertise', 'Altered Ego', 'Vitu-Ghazi, the City-Tree', 'Terra Stomper', 'Zulaport Cutthroat', 'Desecration Demon', 'Tempered Steel', 'Mirko Vosk, Mind Drinker', 'Bloodwater Entity', 'Vivid Grove', 'Vivid Marsh', 'Torment of Scarabs', 'Dreg Mangler', 'Bloodgift Demon', 'Evolving Wilds', 'Unwind', 'Golgari Guildgate', 'Glorious Anthem', 'Gateway Plaza', 'Saving Grace', 'Baleful Ammit', 'Agony Warp', 'Village Messenger', 'Restoration Specialist', 'Flaying Tendrils', 'Repeal', 'Noose Constrictor', 'Guile', 'Scepter of Fugue', 'Thornbow Archer', 'Qasali Ambusher', 'Phantasmal Bear', 'Kor Outfitter', 'Sculpting Steel', 'Kindle', 'Dread Return', 'Foul Orchard', 'Story Circle', 'Docent of Perfection', 'Stolen Identity', 'Enlisted Wurm', 'Azra Bladeseeker', 'Yavimaya Hollow', 'Kaleidostone', 'Urza''s Factory', 'Bile Blight', 'Bogardan Hellkite', 'Ire Shaman', 'Kalastria Healer', 'Temur Ascendancy', 'Chief of the Foundry', 'Scent of Brine', 'Clone', 'Fairgrounds Warden', 'Anticipate', 'Treasure Cruise', 'Haunting Echoes', 'Crumbling Necropolis', 'Tragic Arrogance', 'Walk the Plank', 'Painful Truths', 'March from the Tomb', 'Hellspark Elemental', 'Healer''s Hawk', 'Transgress the Mind', 'Chained to the Rocks', 'Expedition Envoy', 'Putrefy', 'Foul Emissary', 'Rattleclaw Mystic', 'Ulcerate', 'Bone Saw', 'Empyreal Voyager', 'Consume the Meek', 'Blighted Cataract', 'Drownyard Behemoth', 'Kuro, Pitlord', 'Followed Footsteps', 'Invigorated Rampage', 'Lake of the Dead', 'Loxodon Hierarch', 'Crystal Ball', 'Landslide', 'Fabrication Module', 'Channeler Initiate', 'Rogue Refiner', 'Simic Guildgate', 'Psychatog', 'Soul Exchange', 'Martyr of Frost', 'Festering Newt', 'Flayer of the Hatebound', 'Planar Cleansing', 'Chromatic Lantern', 'Precognition Field', 'Dead Weight', 'Hanweir Militia Captain', 'Curse of Death''s Hold', 'Vessel of Nascency', 'Conqueror''s Galleon', 'Wonder', 'Fevered Visions', 'Tatyova, Benthic Druid', 'Striped Riverwinder', 'Circuitous Route', 'Narcolepsy', 'Inner Demon', 'Vendetta', 'Early Frost', 'Journeyer''s Kite', 'Seeker of the Way', 'Edge of Autumn', 'Selesnya Signet', 'Sin Collector', 'Altar''s Reap', 'High Priest of Penance', 'Weight of Memory', 'Oona''s Grace', 'Kitesail Apprentice', 'Avoid Fate', 'Watchers of the Dead', 'Diabolic Tutor', 'Autochthon Wurm', 'Brimstone Volley', 'Gorgon''s Head', 'Compulsive Research', 'Memory Sluice', 'Carnophage', 'Bogbrew Witch', 'Orzhov Charm', 'Grimoire Thief', 'Hypnotic Specter', 'Read the Bones', 'Intet, the Dreamer', 'Jester''s Scepter', 'Cascading Cataracts', 'Sunbird''s Invocation', 'Salvager of Secrets', 'Charmbreaker Devils', 'Broodmate Dragon', 'Hellhole Flailer', 'Galvanic Bombardment', 'Metalspinner''s Puzzleknot', 'Academy Elite', 'Wretched Banquet', 'Dimir Cutpurse', 'Decoction Module', 'Hordeling Outburst', 'Cryptoplasm', 'Clockwork Beetle', 'Summoner''s Egg', 'Utter End', 'Flameshadow Conjuring', 'Rampant Growth', 'Curious Homunculus', 'Smother', 'Unsummon', 'Mulch', 'Cruel Reality', 'Power Conduit', 'Falkenrath Gorger', 'Court Homunculus', 'Sphinx of Uthuun', 'Cloudblazer', 'Talent of the Telepath', 'Stitch Together', 'Hypothesizzle', 'Makeshift Mannequin', 'Memorial to Genius', 'Advanced Stitchwing', 'Fiery Impulse', 'Selesnya Guildmage', 'Curse of the Swine', 'Izzet Guildgate', 'Vexing Scuttler', 'Paranoid Delusions', 'Attune with Aether', 'Seal of Primordium', 'Krosan Tusker', 'Gatekeeper of Malakir', 'Prophetic Bolt', 'Gruul Guildgate', 'Banewhip Punisher', 'Azorius Guildgate', 'Faith''s Fetters', 'Abzan Charm', 'Spelltwine', 'Artificer''s Epiphany', 'Mercurial Pretender', 'Consuming Aberration', 'Urborg', 'Psychic Spiral', 'Thopter Spy Network', 'Tome Scour', 'Haunted Plate Mail', 'Scoured Barrens', 'Sandsteppe Citadel', 'Cataclysmic Gearhulk', 'Geistflame', 'Despoiler of Souls', 'Rags // Riches', 'Exile', 'Magister of Worth', 'Kitesail Scout', 'Chandra''s Ignition', 'Rustwing Falcon', 'Haunted Dead', 'The Mending of Dominaria', 'Phantom Nomad', 'Hada Freeblade', 'Toolcraft Exemplar', 'Blisterpod', 'Heir of Falkenrath', 'Stone Quarry', 'Confiscate', 'Rishkar''s Expertise', 'Pyramid of the Pantheon', 'Saheeli''s Artistry', 'Holdout Settlement', 'Mind Grind', 'Illusory Ambusher', 'Addle', 'Boros Challenger', 'Ashenmoor Gouger', 'Kor Duelist', 'Tormenting Voice', 'Mitotic Slime', 'Increasing Confusion', 'Tidal Warrior', 'Remove Soul', 'Elixir of Immortality', 'Warleader''s Helix', 'Felidar Guardian', 'Trail of Evidence', 'Tajuru Preserver', 'Confirm Suspicions', 'Moratorium Stone', 'Behemoth Sledge', 'Quasiduplicate', 'Elemental Bond', 'Faerie Trickery', 'Seal of Doom', 'Trophy Mage', 'Scrabbling Claws', 'Shuko', 'Gird for Battle', 'Burning Oil', 'Hour of Revelation', 'Ancient Amphitheater', 'Join the Ranks', 'Leave // Chance', 'Scatter Arc', 'Bubbling Cauldron', 'Always Watching', 'Cryptborn Horror', 'Weaponcraft Enthusiast', 'Necropolis Fiend', 'Fungal Infection', 'Cackling Counterpart', 'Engulf the Shore', 'Stone Haven Medic', 'Pale Rider of Trostad', 'Even the Odds', 'Stasis Snare', 'Duskmantle, House of Shadow', 'Spiritmonger', 'Wharf Infiltrator', 'Opulent Palace', 'Perilous Voyage', 'Broken Bond', 'Pain Seer', 'Palace Familiar', 'Identity Thief', 'True Believer', 'Whirler Virtuoso', 'Woodland Stream', 'Cultivator''s Caravan', 'Aven Skirmisher', 'Prepare // Fight', 'Hidden Stockpile', 'Oona, Queen of the Fae', 'Sylvan Advocate', 'Bane of Bala Ged', 'Thunderbolt', 'Tragic Lesson', 'Dissipate', 'Careful Consideration', 'Semblance Anvil', 'Carrier Thrall', 'Psychic Drain', 'Fleetwheel Cruiser', 'Trespasser''s Curse', 'Rakshasa Deathdealer', 'Woodland Wanderer', 'Protean Raider', 'Cartouche of Strength', 'Reef Shaman', 'Yixlid Jailer', 'Blighted Woodland', 'Basking Rootwalla', 'Plumeveil', 'Soul Foundry', 'Riddlesmith', 'Homicidal Seclusion', 'Increasing Savagery', 'Rogue''s Passage', 'Scatter to the Winds', 'Elsewhere Flask', 'Cadaver Imp', 'Banishing Light', 'Asylum Visitor', 'Rupture Spire', 'Spiketail Hatchling', 'Sphere of the Suns', 'Blighted Fen', 'Curse of Thirst', 'Thawing Glaciers', 'Consign // Oblivion', 'Helm of the Host', 'Tribute to Hunger', 'Rakdos Guildgate', 'Gilded Lotus', 'Sprouting Thrinax', 'Drowned Secrets', 'Spellheart Chimera', 'Power Sink', 'Ulvenwald Tracker', 'Cloudgoat Ranger', 'Brain Freeze', 'Advent of the Wurm', 'Mystic Monastery', 'Wretched Gryff', 'Connive // Concoct', 'Trial of Ambition', 'Grozoth', 'Wrecking Ball', 'Kjeldoran Outpost', 'World Shaper', 'Starstorm', 'Millstone', 'Corpsejack Menace', 'Spined Thopter', 'Sage''s Row Denizen', 'Gruul Signet', 'Skinrender', 'Memorial to Unity', 'Sky Hussar', 'Distress', 'Savage Lands', 'Molten Primordial', 'Stuffy Doll', 'Epochrasite', 'Shriekgeist', 'Displacement Wave', 'Foundry of the Consuls', 'Sundering Growth', 'Secluded Steppe', 'Shimian Specter', 'Winds of Rebuke', 'Moment of Craving', 'Last Breath', 'Protean Hydra', 'Jwar Isle Refuge', 'Watchwolf', 'Planar Outburst', 'Glint Hawk Idol', 'Encroaching Wastes', 'Garza Zol, Plague Queen', 'Necroplasm', 'Shrine of Loyal Legions', 'Sultai Charm', 'Narcomoeba', 'Aetherborn Marauder', 'Maximize Velocity', 'Lashweed Lurker', 'Foreboding Ruins', 'Diluvian Primordial', 'Grow from the Ashes', 'Topplegeist', 'Night Market Lookout', 'Underworld Cerberus', 'Exava, Rakdos Blood Witch', 'Vivid Meadow', 'Demonic Rising', 'Pillar of Flame', 'White Sun''s Zenith', 'Alchemist''s Vial', 'Hallowed Moonlight', 'Serene Steward', 'Armament Master', 'Drana''s Emissary', 'Choked Estuary', 'Trial of Knowledge', 'Succumb to Temptation', 'Rugged Highlands', 'Snapback', 'Aether Swooper', 'Vicious Conquistador', 'Open the Armory', 'Lonely Sandbar', 'Dack''s Duplicate', 'Radiant Flames', 'Grasp of Darkness', 'Ravenous Rats', 'Sigarda''s Aid', 'Incendiary Flow', 'Suntail Hawk', 'Spawning Pool', 'Curse of Misfortunes', 'Forbid', 'Chandra''s Spitfire', 'Bojuka Brigand', 'Tormented Hero', 'Memorial to War', 'Primal Druid', 'Nomad Outpost', 'Take Inventory', 'Captain''s Claws', 'Dread Statuary', 'Benefaction of Rhonas', 'Roterothopter', 'Loyal Pegasus', 'Mockery of Nature', 'Stone Haven Outfitter', 'Ondu Giant', 'Spear of Heliod', 'Circu, Dimir Lobotomist', 'Servo Exhibition', 'Herald of Torment', 'Charge', 'Bioshift', 'Man-o''-War', 'Psychic Strike'))) 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, 521.5, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (297.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 ('Broodmate Dragon', 'Dregscape Zombie', 'Brain Freeze', 'Noose Constrictor', 'Wretched Banquet', 'Vexing Scuttler', 'Docent of Perfection', 'Rishkar''s Expertise', 'Azorius Guildgate', 'Falkenrath Gorger', 'Orzhov Charm', 'Vivid Marsh', 'Sultai Charm', 'Trial of Ambition', 'Rogue''s Passage', 'Trespasser''s Curse', 'Galvanic Bombardment', 'Sage''s Row Denizen', 'Hour of Revelation', 'Glint Hawk Idol', 'Chained to the Rocks', 'Urborg', 'Foreboding Ruins', 'Alchemist''s Vial', 'Hour of Eternity', 'Followed Footsteps', 'World Shaper', 'Vessel of Nascency', 'Transgress the Mind', 'Foul Emissary', 'Rakshasa Deathdealer', 'Boros Challenger', 'Kuro, Pitlord', 'Memorial to Unity', 'Izzet Guildgate', 'Martyr of Frost', 'Engulf the Shore', 'Stuffy Doll', 'Broken Bond', 'Abzan Charm', 'Heir of Falkenrath', 'Faith''s Fetters', 'Connive // Concoct', 'Festering Newt', 'Sigarda''s Aid', 'Curse of the Swine', 'Stone Quarry', 'Yixlid Jailer', 'Kitesail Apprentice', 'Firedrinker Satyr', 'Tempered Steel', 'Expedition Envoy', 'Stolen Identity', 'Dimir Cutpurse', 'Memorial to Genius', 'Riddlesmith', 'Spear of Heliod', 'Ondu Giant', 'Cryptborn Horror', 'Snapback', 'Dream Twist', 'Flayer of the Hatebound', 'Unsummon', 'Roterothopter', 'Weaponcraft Enthusiast', 'Sundering Growth', 'Dread Statuary', 'Plumeveil', 'Grasp of Darkness', 'Trial of Knowledge', 'Exile', 'Stitch Together', 'Behemoth Sledge', 'Ire Shaman', 'Weight of Memory', 'Yavimaya Elder', 'Stasis Snare', 'Cadaver Imp', 'Rupture Spire', 'Soul Foundry', 'Cephalid Illusionist', 'Fairgrounds Warden', 'Curious Homunculus', 'Decoction Module', 'Haunted Plate Mail', 'Narcolepsy', 'Guile', 'Armament Master', 'Despoiler of Souls', 'Necroplasm', 'Pillar of Flame', 'Driven // Despair', 'Tragic Arrogance', 'Moratorium Stone', 'Smother', 'Join the Ranks', 'Molten Primordial', 'Gatekeeper of Malakir', 'Court Homunculus', 'Kor Outfitter', 'True Believer', 'Circu, Dimir Lobotomist', 'Trusty Machete', 'Trophy Mage', 'Rakdos Guildgate', 'Mercurial Pretender', 'Hordeling Outburst', 'Winds of Rebuke', 'Palace Familiar', 'Selesnya Guildmage', 'Spiritmonger', 'Pale Rider of Trostad', 'Ancient Amphitheater', 'Highland Lake', 'March from the Tomb', 'Vitu-Ghazi, the City-Tree', 'Bioshift', 'Cultivator''s Caravan', 'Jwar Isle Refuge', 'Bogardan Hellkite', 'Gateway Plaza', 'Millstone', 'Aetherborn Marauder', 'Prepare // Fight', 'Fabrication Module', 'Web of Inertia', 'Blighted Cataract', 'Cackling Counterpart', 'Underworld Cerberus', 'Semblance Anvil', 'Hidden Stockpile', 'Golgari Guildgate', 'Makeshift Mannequin', 'Temur Ascendancy', 'Rogue Refiner', 'Glorious Anthem', 'Flameshadow Conjuring', 'Crumbling Necropolis', 'Fevered Visions', 'Mirko Vosk, Mind Drinker', 'Walk the Plank', 'Pyramid of the Pantheon', 'Savage Lands', 'Compulsive Research', 'Wonder', 'Torment of Scarabs', 'Displacement Wave', 'Loyal Pegasus', 'Seeker of the Way', 'Watchers of the Dead', 'Clone', 'Baleful Ammit', 'Chandra''s Ignition', 'Kjeldoran Outpost', 'Moment of Craving', 'Mulch', 'Trail of Evidence', 'Anticipate', 'Illusory Ambusher', 'Selesnya Signet', 'Channeler Initiate', 'Metalspinner''s Puzzleknot', 'Wretched Gryff', 'Psychic Strike', 'Magister of Worth', 'Crystal Ball', 'Shuko', 'Tormented Hero', 'Drana''s Emissary', 'Protean Hydra', 'Supernatural Stamina', 'Bile Blight', 'Hellrider', 'Tracker''s Instincts', 'Secluded Steppe', 'Elsewhere Flask', 'Homicidal Seclusion', 'Chandra''s Spitfire', 'Lonely Sandbar', 'Chief of the Foundry', 'Karoo', 'Servo Exhibition', 'Tribute to Hunger', 'Spawning Pool', 'Blisterpod', 'Dreg Mangler', 'Dissipate', 'Charmbreaker Devils', 'Journeyer''s Kite', 'Hanweir Militia Captain', 'Spiketail Hatchling', 'Addle', 'Tome Scour', 'Banishing Light', 'Encroaching Wastes', 'Cartouche of Strength', 'Mystic Monastery', 'Tormenting Voice', 'Prophetic Bolt', 'Longtusk Cub', 'Seal of Primordium', 'Leave // Chance', 'Oona, Queen of the Fae', 'Blighted Fen', 'Scatter Arc', 'Chromatic Lantern', 'Bloodsoaked Champion', 'Haunting Echoes', 'Shimian Specter', 'Landslide', 'Haunted Dead', 'Woodland Stream', 'Benefaction of Rhonas', 'Helm of the Host', 'Holdout Settlement', 'Consign // Oblivion', 'Salvager of Secrets', 'Spike Feeder', 'Qasali Ambusher', 'Mind Grind', 'Sphere of the Suns', 'Restoration Specialist', 'White Sun''s Zenith', 'Ravenous Rats', 'Moldgraf Monstrosity', 'Thornbow Archer', 'Power Sink', 'Stone Haven Medic', 'Consuming Aberration', 'Kitesail Scout', 'Planar Cleansing', 'Elixir of Immortality', 'Garza Zol, Plague Queen', 'Narcomoeba', 'Bounty of the Luxa', 'Sprouting Thrinax', 'Sandsteppe Citadel', 'Increasing Confusion', 'Foundry of the Consuls', 'Urza''s Factory', 'Confirm Suspicions', 'Warleader''s Helix', 'Grow from the Ashes', 'Sylvan Advocate', 'Memory Sluice', 'Carrier Thrall', 'Insidious Will', 'Unwind', 'Psychic Spiral', 'Incendiary Flow', 'Vicious Conquistador', 'Wharf Infiltrator', 'Spelltwine', 'Saheeli''s Artistry', 'Gruul Signet', 'Invigorated Rampage', 'Scepter of Fugue', 'Mockery of Nature', 'Dread Return', 'Diluvian Primordial', 'Rattleclaw Mystic', 'Painful Truths', 'Faerie Trickery', 'Succumb to Temptation', 'Sculpting Steel', 'Village Messenger', 'Bubbling Cauldron', 'Herald of Torment', 'Hellspark Elemental', 'Shrine of Loyal Legions', 'Skinrender', 'Grozoth', 'Edge of Autumn', 'Necrotic Wound', 'Drownyard Behemoth', 'Man-o''-War', 'Shriekgeist', 'Curse of Thirst', 'Cloudgoat Ranger', 'Psychic Drain', 'Precognition Field', 'Sky Hussar', 'Remove Soul', 'Sunbird''s Invocation', 'Heart-Piercer Bow', 'Lantern Kami', 'Confiscate', 'Hellhole Flailer', 'Gruul Guildgate', 'Sphinx of Uthuun', 'Phantom Nomad', 'Elemental Bond', 'Story Circle', 'Clockwork Beetle', 'Treasure Cruise', 'Curse of Death''s Hold', 'Corpsejack Menace', 'Felhide Spiritbinder', 'Brimstone Volley', 'Declaration in Stone', 'Bojuka Brigand', 'Duskborne Skymarcher', 'Identity Thief', 'Always Watching', 'Soul Exchange', 'Aven Skirmisher', 'Gorgon''s Head', 'Avoid Fate', 'Watchwolf', 'Tragic Lesson', 'Blighted Woodland', 'Drowned Secrets', 'Banewhip Punisher', 'Attune with Aether', 'Quasiduplicate', 'Hada Freeblade', 'Rampant Growth', 'Exava, Rakdos Blood Witch', 'Psychatog', 'Take Inventory', 'Fleetwheel Cruiser', 'Toolcraft Exemplar', 'Empyreal Voyager', 'Whirler Virtuoso', 'Even the Odds', 'Hypnotic Specter', 'Diabolic Tutor', 'Academy Elite', 'Felidar Guardian', 'Talent of the Telepath', 'Topplegeist', 'Ulcerate', 'Vivid Meadow', 'Fungal Infection', 'Bane of Bala Ged', 'Hammer of Bogardan', 'Enlisted Wurm', 'Demonic Rising', 'Bloodgift Demon', 'Autochthon Wurm', 'Asylum Visitor', 'Tajuru Preserver', 'Advent of the Wurm', 'Rustwing Falcon', 'Seal of Doom', 'Lake of the Dead', 'Scatter to the Winds', 'Cataclysmic Gearhulk', 'Burning Oil', 'Power Conduit', 'Woodland Wanderer', 'Kor Duelist', 'Kindle', 'The Mending of Dominaria', 'Ulvenwald Tracker', 'Repeal', 'Radiant Flames', 'Desecration Demon', 'Scoured Barrens', 'Vendetta', 'Jester''s Scepter', 'Nomad Outpost', 'Barter in Blood', 'Reef Shaman', 'Forbid', 'Primal Druid', 'Advanced Stitchwing', 'Gilded Lotus', 'Altar''s Reap', 'Putrefy', 'Mitotic Slime', 'Kederekt Leviathan', 'Altered Ego', 'Opulent Palace', 'Careful Consideration', 'Cruel Reality', 'Grimoire Thief', 'Healer''s Hawk', 'Loxodon Hierarch', 'Open the Armory', 'Thawing Glaciers', 'Pilfered Plans', 'Azra Bladeseeker', 'Ashenmoor Gouger', 'Pain Seer', 'Sram''s Expertise', 'Kalastria Healer', 'Howling Golem', 'Read the Bones', 'Inner Demon', 'Scent of Brine', 'Distress', 'Aether Swooper', 'Arrogant Wurm', 'Sunblast Angel', 'Hallowed Moonlight', 'Charge', 'Thopter Spy Network', 'Dead Weight', 'Striped Riverwinder', 'Lashweed Lurker', 'Perilous Voyage', 'Serene Steward', 'Captain''s Claws', 'Consuming Vapors', 'Blazing Archon', 'Agony Warp', 'Tatyova, Benthic Druid', 'Wrecking Ball', 'Saving Grace', 'Basking Rootwalla', 'Conqueror''s Galleon', 'Flaying Tendrils', 'Kaleidostone', 'Artificer''s Epiphany', 'Duskmantle, House of Shadow', 'Dack''s Duplicate', 'Choked Estuary', 'Cloudblazer', 'Protean Raider', 'Rugged Highlands', 'Maximize Velocity', 'Circuitous Route', 'Night Market Lookout', 'Bone Saw', 'Spellheart Chimera', 'Sin Collector', 'Yavimaya Hollow', 'Bloodwater Entity', 'Utter End', 'Consume the Meek', 'Epochrasite', 'Vivid Grove', 'Stone Haven Outfitter', 'Cryptoplasm', 'Scrabbling Claws', 'Bogbrew Witch', 'Memorial to War', 'Geistflame', 'Early Frost', 'Phantasmal Bear', 'Cascading Cataracts', 'Simic Guildgate', 'Thunderbolt', 'Zulaport Cutthroat', 'Carnophage', 'Increasing Savagery', 'Paranoid Delusions', 'Summoner''s Egg', 'Evolving Wilds', 'Spined Thopter', 'Krosan Tusker', 'Gird for Battle', 'Intet, the Dreamer', 'Oona''s Grace', 'Foul Orchard', 'Tidal Warrior', 'Terra Stomper', 'Fiery Impulse', 'Planar Outburst', 'Necropolis Fiend', 'Suntail Hawk', 'High Priest of Penance', 'Starstorm', 'Curse of Misfortunes', 'Hypothesizzle', 'Last Breath'))) 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, 297.5, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (937.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 ('Web of Inertia', 'Pain Seer', 'Aether Swooper', 'Baleful Ammit', 'Trusty Machete', 'Ondu Giant', 'Foul Orchard', 'Underworld Cerberus', 'Kaleidostone', 'Broken Bond', 'Jwar Isle Refuge', 'Psychic Drain', 'Kalastria Healer', 'Salvager of Secrets', 'Golgari Guildgate', 'Blighted Woodland', 'Story Circle', 'Necropolis Fiend', 'Kjeldoran Outpost', 'Flayer of the Hatebound', 'Last Breath', 'Hammer of Bogardan', 'Festering Newt', 'Secluded Steppe', 'Holdout Settlement', 'Haunting Echoes', 'Putrefy', 'Soul Exchange', 'Izzet Guildgate', 'Hour of Eternity', 'Fairgrounds Warden', 'Fabrication Module', 'Soul Foundry', 'Curse of Death''s Hold', 'Lashweed Lurker', 'Protean Hydra', 'Mercurial Pretender', 'Planar Outburst', 'Firedrinker Satyr', 'Sultai Charm', 'Flaying Tendrils', 'Snapback', 'Ire Shaman', 'Winds of Rebuke', 'Sundering Growth', 'Thawing Glaciers', 'Rakshasa Deathdealer', 'Galvanic Bombardment', 'Aetherborn Marauder', 'Bubbling Cauldron', 'Rogue Refiner', 'Qasali Ambusher', 'Charmbreaker Devils', 'Spike Feeder', 'Attune with Aether', 'Gruul Signet', 'Scatter to the Winds', 'Increasing Confusion', 'Sage''s Row Denizen', 'Guile', 'Moratorium Stone', 'Cultivator''s Caravan', 'Mind Grind', 'Stasis Snare', 'Bogbrew Witch', 'Stone Haven Outfitter', 'Dissipate', 'Treasure Cruise', 'Cascading Cataracts', 'Bane of Bala Ged', 'Memorial to Unity', 'Woodland Wanderer', 'Cadaver Imp', 'Abzan Charm', 'Even the Odds', 'Sandsteppe Citadel', 'Power Conduit', 'Torment of Scarabs', 'Maximize Velocity', 'Advent of the Wurm', 'Rustwing Falcon', 'Fevered Visions', 'Semblance Anvil', 'Millstone', 'Armament Master', 'Restoration Specialist', 'Read the Bones', 'Magister of Worth', 'Brimstone Volley', 'Channeler Initiate', 'Benefaction of Rhonas', 'Psychic Spiral', 'Perilous Voyage', 'Howling Golem', 'Spined Thopter', 'Cartouche of Strength', 'Bojuka Brigand', 'Urborg', 'Rishkar''s Expertise', 'Bone Saw', 'Dack''s Duplicate', 'Banishing Light', 'Pillar of Flame', 'White Sun''s Zenith', 'Carrier Thrall', 'Chromatic Lantern', 'Pyramid of the Pantheon', 'Crumbling Necropolis', 'Compulsive Research', 'Jester''s Scepter', 'Careful Consideration', 'Edge of Autumn', 'Moment of Craving', 'Repeal', 'Starstorm', 'Crystal Ball', 'Bloodgift Demon', 'Psychic Strike', 'Molten Primordial', 'Autochthon Wurm', 'Join the Ranks', 'Sculpting Steel', 'March from the Tomb', 'Wrecking Ball', 'Supernatural Stamina', 'Dregscape Zombie', 'Wretched Gryff', 'Night Market Lookout', 'Displacement Wave', 'Vicious Conquistador', 'Reef Shaman', 'Wretched Banquet', 'Kor Outfitter', 'Garza Zol, Plague Queen', 'Sunblast Angel', 'Hypnotic Specter', 'Brain Freeze', 'Weight of Memory', 'Journeyer''s Kite', 'Tempered Steel', 'Aqueous Form', 'Gorgon''s Head', 'Planar Cleansing', 'Corpsejack Menace', 'Forbid', 'Fiery Impulse', 'Sin Collector', 'Hellspark Elemental', 'Anticipate', 'Vivid Grove', 'Seeker of the Way', 'Hour of Revelation', 'Empyreal Voyager', 'Gird for Battle', 'Demonic Rising', 'Despoiler of Souls', 'Diluvian Primordial', 'Paranoid Delusions', 'Memorial to War', 'Cloudgoat Ranger', 'Hidden Stockpile', 'Tidal Warrior', 'Shimian Specter', 'Burning Oil', 'Sprouting Thrinax', 'Tome Scour', 'Mirko Vosk, Mind Drinker', 'Barter in Blood', 'Saving Grace', 'Early Frost', 'Exile', 'Illusory Ambusher', 'Arrogant Wurm', 'Carnophage', 'Selesnya Signet', 'Scent of Brine', 'Rupture Spire', 'Grow from the Ashes', 'Ravenous Rats', 'Stolen Identity', 'Succumb to Temptation', 'Clockwork Beetle', 'Curious Homunculus', 'Palace Familiar', 'Declaration in Stone', 'Landslide', 'Encroaching Wastes', 'Cryptborn Horror', 'Inner Demon', 'Academy Elite', 'Heir of Falkenrath', 'Walk the Plank', 'Gatherer of Graces', 'Altered Ego', 'Hallowed Moonlight', 'Aven Skirmisher', 'Bounty of the Luxa', 'Shuko', 'Consuming Aberration', 'Roterothopter', 'Falkenrath Gorger', 'Gatekeeper of Malakir', 'Epochrasite', 'Spiritmonger', 'Jungleborn Pioneer', 'Charge', 'Noose Constrictor', 'Curse of Thirst', 'Drowned Secrets', 'Metalspinner''s Puzzleknot', 'Narcomoeba', 'Troll Ascetic', 'Tracker''s Instincts', 'High Priest of Penance', 'Sram''s Expertise', 'Thornbow Archer', 'Vitu-Ghazi, the City-Tree', 'Helm of the Host', 'Followed Footsteps', 'Curiosity', 'Plumeveil', 'Basking Rootwalla', 'Broodmate Dragon', 'Hellhole Flailer', 'Woodland Stream', 'Grimoire Thief', 'Unsummon', 'Village Messenger', 'Heart-Piercer Bow', 'Stuffy Doll', 'Hellrider', 'Azra Bladeseeker', 'Chief of the Foundry', 'Felidar Guardian', 'Sylvan Advocate', 'Kor Duelist', 'Kederekt Leviathan', 'Topplegeist', 'Haunted Plate Mail', 'Lantern Kami', 'Asylum Visitor', 'Thunderbolt', 'Desecration Demon', 'Trail of Evidence', 'Lake of the Dead', 'Bile Blight', 'Healer''s Hawk', 'Felhide Spiritbinder', 'Hanweir Militia Captain', 'Gilded Lotus', 'Scoured Barrens', 'Helm of the Gods', 'Advanced Stitchwing', 'Mockery of Nature', 'Leave // Chance', 'Identity Thief', 'Trial of Knowledge', 'Tribute to Hunger', 'Narcolepsy', 'Diabolic Tutor', 'Krosan Tusker', 'Mystic Monastery', 'Phantasmal Bear', 'Intet, the Dreamer', 'Artificer''s Epiphany', 'Shrine of Loyal Legions', 'Servo Exhibition', 'Stone Haven Medic', 'Vivid Marsh', 'Circuitous Route', 'Precognition Field', 'Nomad Outpost', 'Smother', 'Savage Lands', 'Engulf the Shore', 'Scrabbling Claws', 'Enlisted Wurm', 'Necroplasm', 'Alchemist''s Vial', 'Oona''s Grace', 'Cloudblazer', 'Open the Armory', 'Chandra''s Spitfire', 'Sphere of the Suns', 'Bloodsoaked Champion', 'Karoo', 'Saheeli''s Artistry', 'Rugged Highlands', 'Hypothesizzle', 'Vivid Meadow', 'Fungal Infection', 'Altar''s Reap', 'Banewhip Punisher', 'Pilfered Plans', 'Thopter Spy Network', 'Kitesail Scout', 'Loyal Pegasus', 'Loxodon Warhammer', 'Rampant Growth', 'Fleetwheel Cruiser', 'Consume the Meek', 'Consign // Oblivion', 'Loxodon Hierarch', 'Faerie Trickery', 'Serene Steward', 'Prophetic Bolt', 'Watchwolf', 'Oona, Queen of the Fae', 'Elsewhere Flask', 'Drownyard Behemoth', 'Lonely Sandbar', 'Consuming Vapors', 'Bogardan Hellkite', 'Transgress the Mind', 'Cruel Reality', 'Kitesail Apprentice', 'Avoid Fate', 'Man-o''-War', 'Necrotic Wound', 'Remove Soul', 'Kuro, Pitlord', 'Ashenmoor Gouger', 'World Shaper', 'Herald of Torment', 'Foul Emissary', 'Blisterpod', 'Bioshift', 'Hordeling Outburst', 'Pale Rider of Trostad', 'Bloodwater Entity', 'Yixlid Jailer', 'Chained to the Rocks', 'Simic Guildgate', 'Ulvenwald Tracker', 'Cryptoplasm', 'Tatyova, Benthic Druid', 'Memorial to Genius', 'Summoner''s Egg', 'Painful Truths', 'Protean Raider', 'Orzhov Charm', 'Incendiary Flow', 'Dreg Mangler', 'Docent of Perfection', 'Sigarda''s Aid', 'Memory Sluice', 'Utter End', 'Drana''s Emissary', 'Shriekgeist', 'Martyr of Frost', 'Dead Weight', 'Conqueror''s Galleon', 'Longtusk Cub', 'Yavimaya Elder', 'Trespasser''s Curse', 'Psychatog', 'Evolving Wilds', 'Watchers of the Dead', 'Trial of Ambition', 'Tormenting Voice', 'Rogue''s Passage', 'Spawning Pool', 'Faith''s Fetters', 'Elemental Bond', 'Seal of Primordium', 'Scatter Arc', 'Dream Twist', 'Cataclysmic Gearhulk', 'Confiscate', 'Duskborne Skymarcher', 'Wharf Infiltrator', 'Addle', 'Foundry of the Consuls', 'Circu, Dimir Lobotomist', 'Agony Warp', 'Ulcerate', 'Expedition Envoy', 'Cephalid Illusionist', 'Kindle', 'Tragic Lesson', 'Blighted Fen', 'Confirm Suspicions', 'Vessel of Nascency', 'Choked Estuary', 'Primal Druid', 'Makeshift Mannequin', 'Gateway Plaza', 'Foreboding Ruins', 'Sunbird''s Invocation', 'Curse of Misfortunes', 'Dimir Cutpurse', 'Prepare // Fight', 'Driven // Despair', 'Opulent Palace', 'Duskmantle, House of Shadow', 'Flameshadow Conjuring', 'Zulaport Cutthroat', 'Take Inventory', 'Spiketail Hatchling', 'Quasiduplicate', 'Geistflame', 'Terra Stomper', 'Sky Hussar', 'Power Sink', 'Warleader''s Helix', 'Distress', 'Tragic Arrogance', 'Scepter of Fugue', 'Grozoth', 'Haunted Dead', 'Alpha Authority', 'Mark of Sakiko', 'Insidious Will', 'Stone Quarry', 'Connive // Concoct', 'Talent of the Telepath', 'Whirler Virtuoso', 'Spelltwine', 'Homicidal Seclusion', 'Blazing Archon', 'Decoction Module', 'Grasp of Darkness', 'Invigorated Rampage', 'Sphinx of Uthuun', 'Glorious Anthem', 'Highland Lake', 'Selesnya Guildmage', 'Azorius Guildgate', 'Vexing Scuttler', 'Chandra''s Ignition', 'Urza''s Factory', 'Boros Challenger', 'Trophy Mage', 'Seal of Doom', 'Stitch Together', 'Captain''s Claws', 'Temur Ascendancy', 'Hada Freeblade', 'Striped Riverwinder', 'Rattleclaw Mystic', 'Cackling Counterpart', 'Rakdos Guildgate', 'Ancient Amphitheater', 'Wurmweaver Coil', 'Unwind', 'Vendetta', 'Wonder', 'Weaponcraft Enthusiast', 'Skinrender', 'Tajuru Preserver', 'Dread Statuary', 'Phantom Nomad', 'True Believer', 'Yavimaya Hollow', 'Curse of the Swine', 'Canopy Cover', 'Clone', 'Suntail Hawk', 'Exava, Rakdos Blood Witch', 'Dread Return', 'Moldgraf Monstrosity', 'Toolcraft Exemplar', 'Mulch', 'Blighted Cataract', 'Spear of Heliod', 'Riddlesmith', 'Always Watching', 'Court Homunculus', 'Increasing Savagery', 'Gruul Guildgate', 'Glint Hawk Idol', 'Tormented Hero', 'Behemoth Sledge', 'Elixir of Immortality', 'Mitotic Slime', 'Spellheart Chimera', 'Radiant Flames', 'The Mending of Dominaria'))) 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, 937.7, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (1511.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 ('Moldgraf Monstrosity', 'Sundering Growth', 'Mind Grind', 'Gruul Guildgate', 'Gatherer of Graces', 'Bubbling Cauldron', 'Elsewhere Flask', 'Vendetta', 'Bogardan Hellkite', 'Court Homunculus', 'Cultivator''s Caravan', 'Ancient Amphitheater', 'Bounty of the Luxa', 'Memorial to Genius', 'Garza Zol, Plague Queen', 'Wurmweaver Coil', 'Benefaction of Rhonas', 'Stasis Snare', 'Rogue Refiner', 'Hordeling Outburst', 'Falkenrath Gorger', 'Gorgon''s Head', 'Haunted Dead', 'Carrier Thrall', 'Dregscape Zombie', 'Restoration Specialist', 'Hellhole Flailer', 'Curious Homunculus', 'Servo Exhibition', 'Thornbow Archer', 'True Believer', 'Edge of Autumn', 'Tragic Arrogance', 'Winds of Rebuke', 'Blighted Woodland', 'Mirko Vosk, Mind Drinker', 'Consuming Aberration', 'Orzhov Charm', 'Baleful Ammit', 'Exava, Rakdos Blood Witch', 'Banishing Light', 'Agony Warp', 'Duskmantle, House of Shadow', 'Torment of Scarabs', 'Artificer''s Epiphany', 'Pilfered Plans', 'Grasp of Darkness', 'Troll Ascetic', 'Scent of Brine', 'Saheeli''s Artistry', 'Fabrication Module', 'Precognition Field', 'Necropolis Fiend', 'Soul Foundry', 'Conqueror''s Galleon', 'Blisterpod', 'Necrotic Wound', 'Remove Soul', 'Shriekgeist', 'Spiketail Hatchling', 'Elemental Bond', 'Glorious Anthem', 'Kor Duelist', 'Always Watching', 'Makeshift Mannequin', 'Web of Inertia', 'Bloodsoaked Champion', 'Crystal Ball', 'Tribute to Hunger', 'Rishkar''s Expertise', 'Advanced Stitchwing', 'Paranoid Delusions', 'Cascading Cataracts', 'Flaying Tendrils', 'Rampant Growth', 'Shuko', 'Chromatic Lantern', 'Homicidal Seclusion', 'Anticipate', 'Golgari Guildgate', 'Plumeveil', 'Bloodgift Demon', 'Psychic Strike', 'Semblance Anvil', 'Increasing Savagery', 'Flameshadow Conjuring', 'Pale Rider of Trostad', 'Decoction Module', 'Dream Twist', 'Exile', 'Enlisted Wurm', 'Psychic Spiral', 'Sin Collector', 'Vivid Meadow', 'Succumb to Temptation', 'Power Conduit', 'Curse of Thirst', 'Mercurial Pretender', 'Gateway Plaza', 'Kederekt Leviathan', 'Martyr of Frost', 'Cruel Reality', 'Krosan Tusker', 'Longtusk Cub', 'Mulch', 'Engulf the Shore', 'Oona''s Grace', 'Felhide Spiritbinder', 'Izzet Guildgate', 'Rugged Highlands', 'Oona, Queen of the Fae', 'March from the Tomb', 'Stolen Identity', 'Seeker of the Way', 'Tidal Warrior', 'Jester''s Scepter', 'Expedition Envoy', 'Pyramid of the Pantheon', 'Rogue''s Passage', 'Walk the Plank', 'Circuitous Route', 'Watchers of the Dead', 'Stone Haven Outfitter', 'Festering Newt', 'Clone', 'Vessel of Nascency', 'Hypnotic Specter', 'Leave // Chance', 'Magister of Worth', 'World Shaper', 'Fairgrounds Warden', 'Declaration in Stone', 'Consuming Vapors', 'Aether Swooper', 'Firedrinker Satyr', 'Memorial to War', 'Striped Riverwinder', 'Increasing Confusion', 'Inner Demon', 'Kaleidostone', 'Curse of Death''s Hold', 'Lake of the Dead', 'Blighted Fen', 'Temur Ascendancy', 'Opulent Palace', 'Necroplasm', 'Unwind', 'Sunblast Angel', 'Putrefy', 'Glint Hawk Idol', 'Sunbird''s Invocation', 'Sky Hussar', 'Chained to the Rocks', 'Insidious Will', 'Brimstone Volley', 'Kuro, Pitlord', 'Loxodon Hierarch', 'Spike Feeder', 'Mitotic Slime', 'Docent of Perfection', 'Last Breath', 'Planar Outburst', 'Power Sink', 'Blighted Cataract', 'Rakdos Guildgate', 'Intet, the Dreamer', 'Chandra''s Spitfire', 'Brain Freeze', 'Arrogant Wurm', 'Driven // Despair', 'Cryptoplasm', 'Spear of Heliod', 'Dimir Cutpurse', 'Saving Grace', 'Radiant Flames', 'Maximize Velocity', 'Repeal', 'Spiritmonger', 'Drowned Secrets', 'Sultai Charm', 'White Sun''s Zenith', 'Confirm Suspicions', 'Vicious Conquistador', 'Faith''s Fetters', 'Heir of Falkenrath', 'Helm of the Host', 'Seal of Doom', 'Trusty Machete', 'Bioshift', 'Bone Saw', 'Foul Emissary', 'Metalspinner''s Puzzleknot', 'Pillar of Flame', 'Primal Druid', 'Rattleclaw Mystic', 'Sandsteppe Citadel', 'Mockery of Nature', 'Desecration Demon', 'Loyal Pegasus', 'Geistflame', 'Hammer of Bogardan', 'Heart-Piercer Bow', 'Felidar Guardian', 'Channeler Initiate', 'Lashweed Lurker', 'Addle', 'Toolcraft Exemplar', 'Sram''s Expertise', 'Lonely Sandbar', 'Diabolic Tutor', 'Wretched Gryff', 'Village Messenger', 'Watchwolf', 'Vexing Scuttler', 'Mark of Sakiko', 'Memorial to Unity', 'Roterothopter', 'Selesnya Signet', 'Urza''s Factory', 'Scrabbling Claws', 'Hour of Eternity', 'Millstone', 'Kalastria Healer', 'Vitu-Ghazi, the City-Tree', 'Transgress the Mind', 'Utter End', 'Simic Guildgate', 'Man-o''-War', 'Early Frost', 'Tormented Hero', 'Asylum Visitor', 'Gilded Lotus', 'Empyreal Voyager', 'Boros Challenger', 'Smother', 'Invigorated Rampage', 'Displacement Wave', 'Healer''s Hawk', 'Sphinx of Uthuun', 'Yavimaya Elder', 'Secluded Steppe', 'Howling Golem', 'Alchemist''s Vial', 'Cloudgoat Ranger', 'Snapback', 'Scatter to the Winds', 'Aven Skirmisher', 'Illusory Ambusher', 'Open the Armory', 'Hanweir Militia Captain', 'Qasali Ambusher', 'Fevered Visions', 'Take Inventory', 'Charmbreaker Devils', 'Azra Bladeseeker', 'Hour of Revelation', 'Kitesail Scout', 'Bane of Bala Ged', 'Kitesail Apprentice', 'Herald of Torment', 'Noose Constrictor', 'Diluvian Primordial', 'Dread Return', 'Helm of the Gods', 'Charge', 'Gird for Battle', 'Epochrasite', 'Thopter Spy Network', 'Wharf Infiltrator', 'Shimian Specter', 'Advent of the Wurm', 'Spined Thopter', 'Yixlid Jailer', 'Weaponcraft Enthusiast', 'Scatter Arc', 'Moratorium Stone', 'Tajuru Preserver', 'Duskborne Skymarcher', 'Bojuka Brigand', 'Broken Bond', 'Stuffy Doll', 'Zulaport Cutthroat', 'Wretched Banquet', 'Woodland Wanderer', 'Spelltwine', 'Trail of Evidence', 'Savage Lands', 'Prepare // Fight', 'Summoner''s Egg', 'The Mending of Dominaria', 'Starstorm', 'Aqueous Form', 'Loxodon Warhammer', 'Clockwork Beetle', 'Scoured Barrens', 'Kor Outfitter', 'Vivid Grove', 'Hypothesizzle', 'Rustwing Falcon', 'Behemoth Sledge', 'Supernatural Stamina', 'Painful Truths', 'Terra Stomper', 'Urborg', 'Dack''s Duplicate', 'Flayer of the Hatebound', 'Choked Estuary', 'Chandra''s Ignition', 'Hidden Stockpile', 'Faerie Trickery', 'Protean Raider', 'Incendiary Flow', 'Identity Thief', 'Gatekeeper of Malakir', 'Chief of the Foundry', 'Jungleborn Pioneer', 'Rupture Spire', 'Attune with Aether', 'Fleetwheel Cruiser', 'Galvanic Bombardment', 'Foundry of the Consuls', 'Scepter of Fugue', 'Phantasmal Bear', 'Reef Shaman', 'Unsummon', 'Autochthon Wurm', 'High Priest of Penance', 'Wrecking Ball', 'Sculpting Steel', 'Sprouting Thrinax', 'Protean Hydra', 'Drownyard Behemoth', 'Corpsejack Menace', 'Planar Cleansing', 'Despoiler of Souls', 'Molten Primordial', 'Altar''s Reap', 'Azorius Guildgate', 'Confiscate', 'Broodmate Dragon', 'Demonic Rising', 'Evolving Wilds', 'Stone Haven Medic', 'Spawning Pool', 'Palace Familiar', 'Forbid', 'Altered Ego', 'Karoo', 'Talent of the Telepath', 'Distress', 'Drana''s Emissary', 'Hallowed Moonlight', 'Dreg Mangler', 'Dread Statuary', 'Perilous Voyage', 'Riddlesmith', 'Burning Oil', 'Wonder', 'Tracker''s Instincts', 'Night Market Lookout', 'Topplegeist', 'Aetherborn Marauder', 'Bile Blight', 'Circu, Dimir Lobotomist', 'Yavimaya Hollow', 'Ravenous Rats', 'Sylvan Advocate', 'Dead Weight', 'Salvager of Secrets', 'Thunderbolt', 'Highland Lake', 'Consume the Meek', 'Moment of Craving', 'Quasiduplicate', 'Bloodwater Entity', 'Fungal Infection', 'Tormenting Voice', 'Foul Orchard', 'Captain''s Claws', 'Tatyova, Benthic Druid', 'Avoid Fate', 'Read the Bones', 'Ire Shaman', 'Elixir of Immortality', 'Canopy Cover', 'Cephalid Illusionist', 'Cataclysmic Gearhulk', 'Dissipate', 'Grimoire Thief', 'Underworld Cerberus', 'Memory Sluice', 'Trespasser''s Curse', 'Kindle', 'Abzan Charm', 'Hellrider', 'Hada Freeblade', 'Banewhip Punisher', 'Consign // Oblivion', 'Curse of Misfortunes', 'Landslide', 'Encroaching Wastes', 'Sphere of the Suns', 'Serene Steward', 'Cackling Counterpart', 'Jwar Isle Refuge', 'Narcolepsy', 'Selesnya Guildmage', 'Phantom Nomad', 'Haunted Plate Mail', 'Nomad Outpost', 'Cryptborn Horror', 'Cartouche of Strength', 'Crumbling Necropolis', 'Tempered Steel', 'Academy Elite', 'Foreboding Ruins', 'Treasure Cruise', 'Trophy Mage', 'Compulsive Research', 'Grozoth', 'Psychatog', 'Holdout Settlement', 'Prophetic Bolt', 'Even the Odds', 'Basking Rootwalla', 'Blazing Archon', 'Carnophage', 'Alpha Authority', 'Soul Exchange', 'Ondu Giant', 'Followed Footsteps', 'Gruul Signet', 'Woodland Stream', 'Cadaver Imp', 'Psychic Drain', 'Ulcerate', 'Story Circle', 'Guile', 'Stitch Together', 'Tome Scour', 'Seal of Primordium', 'Haunting Echoes', 'Careful Consideration', 'Curse of the Swine', 'Curiosity', 'Warleader''s Helix', 'Suntail Hawk', 'Skinrender', 'Journeyer''s Kite', 'Grow from the Ashes', 'Shrine of Loyal Legions', 'Sage''s Row Denizen', 'Kjeldoran Outpost', 'Barter in Blood', 'Join the Ranks', 'Trial of Knowledge', 'Ulvenwald Tracker', 'Sigarda''s Aid', 'Fiery Impulse', 'Rakshasa Deathdealer', 'Mystic Monastery', 'Armament Master', 'Spellheart Chimera', 'Whirler Virtuoso', 'Stone Quarry', 'Ashenmoor Gouger', 'Thawing Glaciers', 'Narcomoeba', 'Pain Seer', 'Connive // Concoct', 'Bogbrew Witch', 'Lantern Kami', 'Weight of Memory', 'Tragic Lesson', 'Trial of Ambition', 'Hellspark Elemental', 'Vivid Marsh', 'Cloudblazer'))) 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, 1511.0, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (175.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 ('Compulsive Research', 'Canopy Cover', 'Bioshift', 'Carnophage', 'Hellspark Elemental', 'Foundry of the Consuls', 'Saving Grace', 'Kitesail Apprentice', 'Aqueous Form', 'Forbid', 'Sage''s Row Denizen', 'Scoured Barrens', 'Sculpting Steel', 'Dread Return', 'Smother', 'Charmbreaker Devils', 'Trusty Machete', 'Kalastria Healer', 'Encroaching Wastes', 'Bounty of the Luxa', 'Alpha Authority', 'Gatherer of Graces', 'Last Breath', 'Sin Collector', 'Bogbrew Witch', 'Mulch', 'Trial of Knowledge', 'Winds of Rebuke', 'Mind Grind', 'Mockery of Nature', 'Dread Statuary', 'Skinrender', 'Join the Ranks', 'Pale Rider of Trostad', 'Dack''s Duplicate', 'Consuming Aberration', 'Woodland Stream', 'Bubbling Cauldron', 'Seal of Doom', 'Azra Bladeseeker', 'Agony Warp', 'Foul Orchard', 'Sky Hussar', 'Mirko Vosk, Mind Drinker', 'Quasiduplicate', 'Guile', 'Woodland Wanderer', 'Read the Bones', 'Helm of the Gods', 'Primal Druid', 'Trespasser''s Curse', 'Fungal Infection', 'Hidden Stockpile', 'Stone Haven Outfitter', 'Gruul Guildgate', 'Lantern Kami', 'Attune with Aether', 'Shriekgeist', 'Vivid Meadow', 'Lonely Sandbar', 'Curse of the Swine', 'Inner Demon', 'Holdout Settlement', 'Circu, Dimir Lobotomist', 'Sunblast Angel', 'Gorgon''s Head', 'Kaleidostone', 'Molten Primordial', 'Connive // Concoct', 'Illusory Ambusher', 'Rustwing Falcon', 'Sphere of the Suns', 'Azorius Guildgate', 'Narcomoeba', 'Fabrication Module', 'Early Frost', 'Exava, Rakdos Blood Witch', 'Careful Consideration', 'Mystic Monastery', 'Mark of Sakiko', 'Weaponcraft Enthusiast', 'Curse of Thirst', 'Take Inventory', 'Painful Truths', 'The Mending of Dominaria', 'Starstorm', 'Addle', 'Sphinx of Uthuun', 'Scatter to the Winds', 'Faerie Trickery', 'Memory Sluice', 'Krosan Tusker', 'Leave // Chance', 'Cultivator''s Caravan', 'Burning Oil', 'Reef Shaman', 'Brimstone Volley', 'Crystal Ball', 'Cloudblazer', 'Cephalid Illusionist', 'Gatekeeper of Malakir', 'Shrine of Loyal Legions', 'Spined Thopter', 'Broken Bond', 'Kitesail Scout', 'Glint Hawk Idol', 'Broodmate Dragon', 'Autochthon Wurm', 'Spiritmonger', 'Simic Sky Swallower', 'Tribute to Hunger', 'Martyr of Frost', 'Necroplasm', 'Dreg Mangler', 'Oona''s Grace', 'Despoiler of Souls', 'Power Sink', 'Soul Foundry', 'Avoid Fate', 'Psychic Spiral', 'Striped Riverwinder', 'Prophet of Kruphix', 'Tracker''s Instincts', 'Blighted Fen', 'Elsewhere Flask', 'Sprouting Thrinax', 'Hammer of Bogardan', 'Clone', 'Savage Lands', 'Sram''s Expertise', 'Desecration Demon', 'Distress', 'Foul Emissary', 'Aven Skirmisher', 'Hour of Eternity', 'Wrecking Ball', 'Fleetwheel Cruiser', 'Foreboding Ruins', 'Conqueror''s Galleon', 'Hypothesizzle', 'Even the Odds', 'Scepter of Fugue', 'Blighted Woodland', 'Incendiary Flow', 'Loyal Pegasus', 'Sultai Charm', 'Tajuru Preserver', 'Bloodgift Demon', 'Prophetic Bolt', 'Vendetta', 'Snapback', 'Wretched Gryff', 'Terra Stomper', 'Increasing Confusion', 'Crumbling Necropolis', 'Healer''s Hawk', 'Bone Saw', 'Spelltwine', 'Bojuka Brigand', 'Vivid Grove', 'Curious Homunculus', 'Duskborne Skymarcher', 'Succumb to Temptation', 'Ancient Amphitheater', 'Charge', 'Jwar Isle Refuge', 'Seal of Primordium', 'Firedrinker Satyr', 'Docent of Perfection', 'Ire Shaman', 'Trail of Evidence', 'Cryptoplasm', 'Aether Swooper', 'Gird for Battle', 'Haunting Echoes', 'Treasure Cruise', 'Fairgrounds Warden', 'Curiosity', 'Kor Outfitter', 'Yavimaya Elder', 'Scent of Brine', 'Village Messenger', 'Always Watching', 'Wonder', 'Memorial to Genius', 'Stolen Identity', 'Hellhole Flailer', 'Hada Freeblade', 'Salvager of Secrets', 'Ondu Giant', 'Rampant Growth', 'Sandsteppe Citadel', 'Falkenrath Gorger', 'Duskmantle, House of Shadow', 'Kor Duelist', 'Dregscape Zombie', 'Night Market Lookout', 'Howling Golem', 'Cloudgoat Ranger', 'Circuitous Route', 'Gateway Plaza', 'Journeyer''s Kite', 'Grasp of Darkness', 'Spike Feeder', 'Supernatural Stamina', 'Advent of the Wurm', 'Followed Footsteps', 'Moment of Craving', 'Cryptborn Horror', 'Protean Hydra', 'Selesnya Guildmage', 'Cataclysmic Gearhulk', 'Felhide Spiritbinder', 'Banewhip Punisher', 'Dimir Cutpurse', 'Hypnotic Specter', 'Dissipate', 'Open the Armory', 'Planar Cleansing', 'Carrier Thrall', 'Kederekt Leviathan', 'Roterothopter', 'Secluded Steppe', 'Pyramid of the Pantheon', 'Increasing Savagery', 'Zulaport Cutthroat', 'Vexing Scuttler', 'World Shaper', 'Heir of Falkenrath', 'Trophy Mage', 'Benefaction of Rhonas', 'Man-o''-War', 'White Sun''s Zenith', 'Abzan Charm', 'Yavimaya Hollow', 'Vivid Marsh', 'Spear of Heliod', 'Weight of Memory', 'Hordeling Outburst', 'Expedition Envoy', 'Chandra''s Spitfire', 'Bogardan Hellkite', 'Power Conduit', 'Soul Exchange', 'Psychic Strike', 'Lashweed Lurker', 'Web of Inertia', 'Servo Exhibition', 'Chained to the Rocks', 'Scrabbling Claws', 'Thawing Glaciers', 'Rishkar''s Expertise', 'Jungleborn Pioneer', 'Memorial to Unity', 'Cartouche of Strength', 'Diluvian Primordial', 'Hallowed Moonlight', 'Plasm Capture', 'Landslide', 'Sunbird''s Invocation', 'Aetherborn Marauder', 'Consuming Vapors', 'Fiery Impulse', 'Opulent Palace', 'Watchers of the Dead', 'Barter in Blood', 'Exile', 'Rattleclaw Mystic', 'Unwind', 'Tormented Hero', 'Paranoid Delusions', 'Wharf Infiltrator', 'Flayer of the Hatebound', 'Suntail Hawk', 'Pilfered Plans', 'Insidious Will', 'Spawning Pool', 'Mercurial Pretender', 'Drana''s Emissary', 'Glorious Anthem', 'Repeal', 'Makeshift Mannequin', 'Stuffy Doll', 'Altered Ego', 'Pain Seer', 'Diabolic Tutor', 'Ashenmoor Gouger', 'Yixlid Jailer', 'Seeker of the Way', 'Haunted Plate Mail', 'Restoration Specialist', 'Millstone', 'Stone Quarry', 'Thopter Spy Network', 'Cackling Counterpart', 'Displacement Wave', 'Tatyova, Benthic Druid', 'Flameshadow Conjuring', 'Stasis Snare', 'Golgari Guildgate', 'Karoo', 'Declaration in Stone', 'Orzhov Charm', 'Grow from the Ashes', 'Decoction Module', 'Driven // Despair', 'Unsummon', 'Drowned Secrets', 'Mitotic Slime', 'Clockwork Beetle', 'Curse of Misfortunes', 'Garza Zol, Plague Queen', 'Chromatic Lantern', 'Noose Constrictor', 'Cruel Reality', 'Boros Challenger', 'Hanweir Militia Captain', 'Elemental Bond', 'Bile Blight', 'Thornbow Archer', 'Tidal Warrior', 'Troll Ascetic', 'Scatter Arc', 'Moratorium Stone', 'Dream Twist', 'Identity Thief', 'Fevered Visions', 'Qasali Ambusher', 'Blighted Cataract', 'Drownyard Behemoth', 'Urza''s Factory', 'Empyreal Voyager', 'Shimian Specter', 'Behemoth Sledge', 'Court Homunculus', 'Confirm Suspicions', 'Dead Weight', 'Kjeldoran Outpost', 'Metalspinner''s Puzzleknot', 'Moldgraf Monstrosity', 'Enlisted Wurm', 'Magister of Worth', 'Intet, the Dreamer', 'Asylum Visitor', 'Plumeveil', 'Maximize Velocity', 'Ravenous Rats', 'Ulvenwald Tracker', 'Curse of Death''s Hold', 'Temur Ascendancy', 'Anticipate', 'Selesnya Signet', 'Kuro, Pitlord', 'Vessel of Nascency', 'Rakshasa Deathdealer', 'Academy Elite', 'Rogue Refiner', 'Blisterpod', 'Grimoire Thief', 'Gilded Lotus', 'Heart-Piercer Bow', 'Putrefy', 'Jester''s Scepter', 'Pillar of Flame', 'Urborg', 'Ulcerate', 'Confiscate', 'Artificer''s Epiphany', 'Stone Haven Medic', 'Necrotic Wound', 'Rugged Highlands', 'Gruul Signet', 'Spellheart Chimera', 'Trial of Ambition', 'Advanced Stitchwing', 'Epochrasite', 'Armament Master', 'Summoner''s Egg', 'Consign // Oblivion', 'Felidar Guardian', 'Arrogant Wurm', 'Vicious Conquistador', 'Narcolepsy', 'Precognition Field', 'Simic Guildgate', 'Psychic Drain', 'Bloodsoaked Champion', 'Altar''s Reap', 'Protean Raider', 'Toolcraft Exemplar', 'Oona, Queen of the Fae', 'Loxodon Hierarch', 'Demonic Rising', 'Sigarda''s Aid', 'High Priest of Penance', 'Utter End', 'Galvanic Bombardment', 'Necropolis Fiend', 'Chandra''s Ignition', 'Radiant Flames', 'Captain''s Claws', 'Homicidal Seclusion', 'Stitch Together', 'Izzet Guildgate', 'Invigorated Rampage', 'Banishing Light', 'Thunderbolt', 'Elixir of Immortality', 'Tormenting Voice', 'Blazing Archon', 'Story Circle', 'Planar Outburst', 'Nomad Outpost', 'Helm of the Host', 'Perilous Voyage', 'Whirler Virtuoso', 'Prepare // Fight', 'Spiketail Hatchling', 'Vitu-Ghazi, the City-Tree', 'Walk the Plank', 'Consume the Meek', 'Rogue''s Passage', 'Transgress the Mind', 'Tempered Steel', 'Channeler Initiate', 'Riddlesmith', 'Lake of the Dead', 'Tragic Arrogance', 'Serene Steward', 'Baleful Ammit', 'Wurmweaver Coil', 'Topplegeist', 'Phantasmal Bear', 'Palace Familiar', 'Flaying Tendrils', 'Torment of Scarabs', 'Bane of Bala Ged', 'Corpsejack Menace', 'Cadaver Imp', 'Psychatog', 'Basking Rootwalla', 'Loxodon Warhammer', 'Highland Lake', 'Chief of the Foundry', 'Tome Scour', 'Talent of the Telepath', 'Engulf the Shore', 'March from the Tomb', 'Warleader''s Helix', 'Alchemist''s Vial', 'Faith''s Fetters', 'Cascading Cataracts', 'Sylvan Advocate', 'Grozoth', 'Herald of Torment', 'Choked Estuary', 'Underworld Cerberus', 'True Believer', 'Geistflame', 'Evolving Wilds', 'Edge of Autumn', 'Rakdos Guildgate', 'Longtusk Cub', 'Haunted Dead', 'Watchwolf', 'Wretched Banquet', 'Hour of Revelation', 'Shuko', 'Festering Newt', 'Phantom Nomad', 'Hellrider', 'Remove Soul', 'Bloodwater Entity', 'Saheeli''s Artistry', 'Semblance Anvil', 'Rupture Spire', 'Kindle', 'Brain Freeze', 'Memorial to War', 'Sundering Growth', 'Tragic Lesson'))) 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, 175.7, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (114.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 ('Elixir of Immortality', 'Consume the Meek', 'Cackling Counterpart', 'Dregscape Zombie', 'Smother', 'Drowned Secrets', 'Confirm Suspicions', 'Charge', 'Seeker of the Way', 'Gatherer of Graces', 'Wurmweaver Coil', 'Repeal', 'Insidious Will', 'Remove Soul', 'Aether Swooper', 'Hallowed Moonlight', 'Academy Elite', 'Highland Lake', 'Wonder', 'Troll Ascetic', 'Conqueror''s Galleon', 'Fabrication Module', 'Ancient Amphitheater', 'Pale Rider of Trostad', 'Basking Rootwalla', 'Carrier Thrall', 'Epochrasite', 'Homicidal Seclusion', 'Elsewhere Flask', 'Sandsteppe Citadel', 'Shimian Specter', 'Stasis Snare', 'Moldgraf Monstrosity', 'Bubbling Cauldron', 'Curse of Death''s Hold', 'Kaleidostone', 'Last Breath', 'Zulaport Cutthroat', 'Cryptborn Horror', 'Primal Druid', 'Read the Bones', 'Nomad Outpost', 'Attune with Aether', 'Stuffy Doll', 'Millstone', 'Vexing Scuttler', 'Kindle', 'Empyreal Voyager', 'Precognition Field', 'Helm of the Host', 'Mind Grind', 'Spined Thopter', 'Spike Feeder', 'Pillar of Flame', 'Vendetta', 'Broodmate Dragon', 'Bloodgift Demon', 'Talent of the Telepath', 'Kederekt Leviathan', 'Ulvenwald Tracker', 'Oona''s Grace', 'Trail of Evidence', 'Foreboding Ruins', 'Urza''s Factory', 'Stitch Together', 'Curiosity', 'Hellspark Elemental', 'Distress', 'Benefaction of Rhonas', 'Dead Weight', 'Always Watching', 'Crumbling Necropolis', 'Thornbow Archer', 'Docent of Perfection', 'Tormenting Voice', 'Dreg Mangler', 'Glint Hawk Idol', 'Increasing Confusion', 'Cephalid Illusionist', 'Makeshift Mannequin', 'Asylum Visitor', 'Chandra''s Spitfire', 'Tragic Lesson', 'Tidal Warrior', 'Necrotic Wound', 'Decoction Module', 'Sunblast Angel', 'Drana''s Emissary', 'Healer''s Hawk', 'Hordeling Outburst', 'Underworld Cerberus', 'Garza Zol, Plague Queen', 'Advanced Stitchwing', 'Mercurial Pretender', 'Hellhole Flailer', 'Prophet of Kruphix', 'Duskborne Skymarcher', 'Anticipate', 'Mitotic Slime', 'Memorial to Unity', 'Transgress the Mind', 'Rampant Growth', 'Sundering Growth', 'Foul Emissary', 'Scrabbling Claws', 'Tribute to Hunger', 'Psychic Spiral', 'Pyramid of the Pantheon', 'Aven Skirmisher', 'Striped Riverwinder', 'Chromatic Lantern', 'Chandra''s Ignition', 'Shuko', 'Stone Haven Outfitter', 'Servo Exhibition', 'High Priest of Penance', 'Roterothopter', 'Narcomoeba', 'Incendiary Flow', 'Heart-Piercer Bow', 'Curse of Thirst', 'Tome Scour', 'Consuming Vapors', 'Winds of Rebuke', 'Trial of Knowledge', 'Azra Bladeseeker', 'Dissipate', 'Demonic Rising', 'Behemoth Sledge', 'Stolen Identity', 'Putrefy', 'Careful Consideration', 'Power Sink', 'Psychatog', 'Brain Freeze', 'Lonely Sandbar', 'Serene Steward', 'Krosan Tusker', 'Cruel Reality', 'Aetherborn Marauder', 'Protean Hydra', 'Haunting Echoes', 'Join the Ranks', 'Soul Foundry', 'White Sun''s Zenith', 'Tempered Steel', 'Oona, Queen of the Fae', 'Village Messenger', 'Alchemist''s Vial', 'Whirler Virtuoso', 'Gorgon''s Head', 'Vivid Meadow', 'Edge of Autumn', 'Evolving Wilds', 'Wrecking Ball', 'Reef Shaman', 'Grimoire Thief', 'Festering Newt', 'Inner Demon', 'Hidden Stockpile', 'Blighted Woodland', 'Thunderbolt', 'Ravenous Rats', 'Cloudgoat Ranger', 'Cataclysmic Gearhulk', 'Even the Odds', 'Rishkar''s Expertise', 'Corpsejack Menace', 'Wretched Banquet', 'Exile', 'Radiant Flames', 'Flameshadow Conjuring', 'Take Inventory', 'Treasure Cruise', 'Magister of Worth', 'Lake of the Dead', 'Gatekeeper of Malakir', 'Selesnya Signet', 'Addle', 'Story Circle', 'Autochthon Wurm', 'Fungal Infection', 'Early Frost', 'Selesnya Guildmage', 'Thopter Spy Network', 'Drownyard Behemoth', 'Woodland Stream', 'Dread Return', 'Paranoid Delusions', 'Rakshasa Deathdealer', 'Bogardan Hellkite', 'Sky Hussar', 'Necropolis Fiend', 'Bojuka Brigand', 'Tajuru Preserver', 'Noose Constrictor', 'Narcolepsy', 'Ashenmoor Gouger', 'Sprouting Thrinax', 'Trophy Mage', 'Intet, the Dreamer', 'Spelltwine', 'Connive // Concoct', 'Utter End', 'Toolcraft Exemplar', 'Weight of Memory', 'Engulf the Shore', 'Hour of Revelation', 'Open the Armory', 'Sage''s Row Denizen', 'Trial of Ambition', 'Galvanic Bombardment', 'Gruul Signet', 'Metalspinner''s Puzzleknot', 'Power Conduit', 'Snapback', 'Scent of Brine', 'Opulent Palace', 'Secluded Steppe', 'Pilfered Plans', 'Quasiduplicate', 'Altered Ego', 'Soul Exchange', 'Web of Inertia', 'Crystal Ball', 'Prepare // Fight', 'Memorial to Genius', 'Guile', 'Kor Outfitter', 'Succumb to Temptation', 'Phantom Nomad', 'Bloodwater Entity', 'Burning Oil', 'Alpha Authority', 'Hypnotic Specter', 'Vessel of Nascency', 'Cartouche of Strength', 'Orzhov Charm', 'Ulcerate', 'Circuitous Route', 'Shrine of Loyal Legions', 'Boros Challenger', 'Consuming Aberration', 'Curious Homunculus', 'Palace Familiar', 'March from the Tomb', 'Kitesail Scout', 'Captain''s Claws', 'Despoiler of Souls', 'Jwar Isle Refuge', 'Falkenrath Gorger', 'Enlisted Wurm', 'Bounty of the Luxa', 'Hypothesizzle', 'Curse of the Swine', 'Rattleclaw Mystic', 'Clone', 'Desecration Demon', 'Kuro, Pitlord', 'Suntail Hawk', 'Cascading Cataracts', 'Abzan Charm', 'Mystic Monastery', 'Felhide Spiritbinder', 'Banishing Light', 'Loxodon Hierarch', 'Qasali Ambusher', 'Illusory Ambusher', 'Altar''s Reap', 'Circu, Dimir Lobotomist', 'Mirko Vosk, Mind Drinker', 'Vivid Marsh', 'Golgari Guildgate', 'Ire Shaman', 'Gilded Lotus', 'Felidar Guardian', 'Jester''s Scepter', 'Agony Warp', 'Wharf Infiltrator', 'Geistflame', 'Phantasmal Bear', 'Plasm Capture', 'Fevered Visions', 'Watchwolf', 'Glorious Anthem', 'Scatter Arc', 'Court Homunculus', 'Holdout Settlement', 'Barter in Blood', 'Woodland Wanderer', 'Landslide', 'Tatyova, Benthic Druid', 'Saheeli''s Artistry', 'Pain Seer', 'Heir of Falkenrath', 'Protean Raider', 'Spiketail Hatchling', 'Tormented Hero', 'Hour of Eternity', 'Followed Footsteps', 'Forbid', 'Confiscate', 'Scoured Barrens', 'Consign // Oblivion', 'Savage Lands', 'Carnophage', 'Dread Statuary', 'Sphinx of Uthuun', 'Diluvian Primordial', 'Moratorium Stone', 'Molten Primordial', 'Martyr of Frost', 'Displacement Wave', 'Firedrinker Satyr', 'Haunted Plate Mail', 'Herald of Torment', 'Clockwork Beetle', 'Seal of Doom', 'Mark of Sakiko', 'Saving Grace', 'Foul Orchard', 'Fleetwheel Cruiser', 'Unsummon', 'Bogbrew Witch', 'Journeyer''s Kite', 'Yavimaya Hollow', 'Watchers of the Dead', 'Man-o''-War', 'Longtusk Cub', 'True Believer', 'Kitesail Apprentice', 'Expedition Envoy', 'Rugged Highlands', 'Topplegeist', 'Sram''s Expertise', 'Flayer of the Hatebound', 'Planar Cleansing', 'Haunted Dead', 'Identity Thief', 'Blighted Cataract', 'Armament Master', 'Hanweir Militia Captain', 'Declaration in Stone', 'Sylvan Advocate', 'Exava, Rakdos Blood Witch', 'Psychic Strike', 'Tragic Arrogance', 'Banewhip Punisher', 'Plumeveil', 'Chief of the Foundry', 'Thawing Glaciers', 'Supernatural Stamina', 'Grow from the Ashes', 'Faerie Trickery', 'Spear of Heliod', 'Scatter to the Winds', 'Mulch', 'Vicious Conquistador', 'Hammer of Bogardan', 'Simic Sky Swallower', 'Mockery of Nature', 'Memorial to War', 'Sultai Charm', 'Channeler Initiate', 'Broken Bond', 'Dimir Cutpurse', 'Rogue''s Passage', 'Kjeldoran Outpost', 'Weaponcraft Enthusiast', 'Karoo', 'Jungleborn Pioneer', 'Rustwing Falcon', 'Dack''s Duplicate', 'Moment of Craving', 'Sigarda''s Aid', 'Spiritmonger', 'Restoration Specialist', 'Warleader''s Helix', 'Torment of Scarabs', 'Canopy Cover', 'Urborg', 'Painful Truths', 'Maximize Velocity', 'Kor Duelist', 'World Shaper', 'Faith''s Fetters', 'Memory Sluice', 'Flaying Tendrils', 'Diabolic Tutor', 'Izzet Guildgate', 'Duskmantle, House of Shadow', 'Walk the Plank', 'Curse of Misfortunes', 'Vitu-Ghazi, the City-Tree', 'Summoner''s Egg', 'Cloudblazer', 'Yavimaya Elder', 'Bile Blight', 'Rupture Spire', 'Cultivator''s Caravan', 'Chained to the Rocks', 'Shriekgeist', 'Leave // Chance', 'Lashweed Lurker', 'Yixlid Jailer', 'Azorius Guildgate', 'Seal of Primordium', 'Blisterpod', 'Cadaver Imp', 'Hada Freeblade', 'Grasp of Darkness', 'Charmbreaker Devils', 'Kalastria Healer', 'Planar Outburst', 'Encroaching Wastes', 'Stone Quarry', 'Blazing Archon', 'Bloodsoaked Champion', 'Arrogant Wurm', 'Trusty Machete', 'Night Market Lookout', 'Ondu Giant', 'Sphere of the Suns', 'Elemental Bond', 'Rakdos Guildgate', 'Gateway Plaza', 'Tracker''s Instincts', 'Bone Saw', 'Spawning Pool', 'Loyal Pegasus', 'Semblance Anvil', 'Spellheart Chimera', 'The Mending of Dominaria', 'Sculpting Steel', 'Grozoth', 'Bioshift', 'Salvager of Secrets', 'Riddlesmith', 'Psychic Drain', 'Rogue Refiner', 'Cryptoplasm', 'Artificer''s Epiphany', 'Driven // Despair', 'Brimstone Volley', 'Baleful Ammit', 'Howling Golem', 'Necroplasm', 'Hellrider', 'Skinrender', 'Stone Haven Medic', 'Scepter of Fugue', 'Wretched Gryff', 'Starstorm', 'Advent of the Wurm', 'Aqueous Form', 'Fiery Impulse', 'Increasing Savagery', 'Dream Twist', 'Compulsive Research', 'Simic Guildgate', 'Sin Collector', 'Helm of the Gods', 'Gird for Battle', 'Unwind', 'Terra Stomper', 'Trespasser''s Curse', 'Lantern Kami', 'Choked Estuary', 'Avoid Fate', 'Invigorated Rampage', 'Vivid Grove', 'Blighted Fen', 'Temur Ascendancy', 'Foundry of the Consuls', 'Prophetic Bolt', 'Sunbird''s Invocation', 'Loxodon Warhammer', 'Fairgrounds Warden', 'Perilous Voyage', 'Bane of Bala Ged', 'Gruul Guildgate'))) 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, 114.7, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (230.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 ('Vivid Marsh', 'Tidal Warrior', 'Dread Statuary', 'Riddlesmith', 'Howling Golem', 'The Mending of Dominaria', 'Nightscape Familiar', 'March from the Tomb', 'Kuro, Pitlord', 'Putrefy', 'Plasm Capture', 'Shuko', 'Despoiler of Souls', 'Into the North', 'Makeshift Mannequin', 'Fabrication Module', 'Holdout Settlement', 'Confiscate', 'Rishkar''s Expertise', 'Kaleidostone', 'Crumbling Necropolis', 'Epochrasite', 'Lurking Informant', 'Loxodon Warhammer', 'Mind Grind', 'Sculpting Steel', 'Tracker''s Instincts', 'Distress', 'Radiant Flames', 'Attune with Aether', 'Blisterpod', 'Dimir Cutpurse', 'Vessel of Nascency', 'Moratorium Stone', 'Basking Rootwalla', 'Counsel of the Soratami', 'Empyreal Voyager', 'Phantasmal Bear', 'Corpsejack Menace', 'Cryptoplasm', 'Mesmeric Fiend', 'Basilica Screecher', 'Tukatongue Thallid', 'Trophy Mage', 'True Believer', 'Sage''s Row Denizen', 'Canopy Cover', 'Hada Freeblade', 'Selesnya Guildgate', 'Tatyova, Benthic Druid', 'Opulent Palace', 'Triskelion', 'Necropolis Fiend', 'Psychatog', 'Ancient Amphitheater', 'Second Harvest', 'Bane of Bala Ged', 'Dreadship Reef', 'Whirler Virtuoso', 'Landslide', 'Faith''s Fetters', 'Ulcerate', 'Psychic Strike', 'Sunbird''s Invocation', 'Mitotic Slime', 'Planar Outburst', 'Altered Ego', 'Foundry of the Consuls', 'Vendetta', 'Toolcraft Exemplar', 'Dreampod Druid', 'Vivid Meadow', 'Pain Seer', 'Grimoire Thief', 'Rattleclaw Mystic', 'Faerie Trickery', 'Foul Orchard', 'Sunblast Angel', 'Aven Skirmisher', 'Rakdos Guildgate', 'Court Homunculus', 'Tempered Steel', 'Curse of Death''s Hold', 'Spore Swarm', 'Wurmweaver Coil', 'Phantasmal Fiend', 'Fresh Meat', 'Curse of Misfortunes', 'Savage Lands', 'Circuitous Route', 'Gorgon''s Head', 'Alpha Authority', 'Man-o''-War', 'Oona, Queen of the Fae', 'Stuffy Doll', 'Bojuka Brigand', 'Seal of Doom', 'Increasing Savagery', 'Trusty Machete', 'Curse of Thirst', 'Hypothesizzle', 'Memorial to Genius', 'Increasing Confusion', 'Protean Raider', 'Spiketail Hatchling', 'Summoner''s Egg', 'Ravenous Rats', 'Evolving Wilds', 'Advanced Stitchwing', 'Fertile Imagination', 'Scatter the Seeds', 'Underworld Cerberus', 'Watchers of the Dead', 'Kitesail Scout', 'Inner Demon', 'Culling Dais', 'Confirm Suspicions', 'Haunted Dead', 'Careful Consideration', 'Gruul Signet', 'Broodmate Dragon', 'Null Champion', 'Geistflame', 'Highland Weald', 'Paranoid Delusions', 'Psychic Drain', 'Tanglebloom', 'Thawing Glaciers', 'Always Watching', 'Dack''s Duplicate', 'Artificer''s Epiphany', 'Narcolepsy', 'Cackling Counterpart', 'Enlisted Wurm', 'Kor Duelist', 'Chained to the Rocks', 'Skinrender', 'Torment of Scarabs', 'Mercurial Pretender', 'Mystic Monastery', 'Haunted Plate Mail', 'Consuming Vapors', 'Diabolic Tutor', 'Curse of the Swine', 'Tribute to Hunger', 'Consume the Meek', 'Necrotic Wound', 'Stitch Together', 'Snapback', 'Fungal Infection', 'Wretched Banquet', 'Scent of Brine', 'Spiritmonger', 'Ondu Giant', 'Kjeldoran Outpost', 'Docent of Perfection', 'Azorius Guildgate', 'Anticipate', 'Bogardan Hellkite', 'Glorious Anthem', 'Perilous Voyage', 'Stasis Snare', 'Golgari Guildgate', 'Sylvan Advocate', 'Millstone', 'Bubbling Cauldron', 'Incendiary Flow', 'Shriekgeist', 'Scatter Arc', 'Scatter to the Winds', 'Lonely Sandbar', 'Bogbrew Witch', 'Palace Familiar', 'Plumeveil', 'Martyr of Frost', 'Whispers of the Muse', 'Memory Sluice', 'Helm of the Gods', 'Vitu-Ghazi, the City-Tree', 'Clockwork Beetle', 'Altar''s Reap', 'Scoured Barrens', 'Brain Freeze', 'Broken Bond', 'Guile', 'Striped Riverwinder', 'Web of Inertia', 'Chandra''s Ignition', 'Qasali Ambusher', 'Night Market Lookout', 'Aetherborn Marauder', 'Pyramid of the Pantheon', 'Gatherer of Graces', 'Duskmantle, House of Shadow', 'Sedraxis Specter', 'Felidar Guardian', 'Orzhov Charm', 'Power Sink', 'Even the Odds', 'Addle', 'Flaying Tendrils', 'Saving Grace', 'Intet, the Dreamer', 'Falkenrath Gorger', 'Moment of Craving', 'Remove Soul', 'Trial of Knowledge', 'Captain''s Claws', 'Armament Master', 'Herald of Torment', 'Glint Hawk Idol', 'Jace''s Ingenuity', 'Talent of the Telepath', 'Sage Owl', 'Entomber Exarch', 'Firedrinker Satyr', 'Jwar Isle Refuge', 'Drana''s Emissary', 'Thornbow Archer', 'Insidious Will', 'Burning Oil', 'Izzet Guildgate', 'Kederekt Leviathan', 'Void Shatter', 'Secluded Steppe', 'Watchwolf', 'Banishing Light', 'Consuming Aberration', 'Forbid', 'Scrabbling Claws', 'Homicidal Seclusion', 'Reef Shaman', 'Expedition Envoy', 'Transgress the Mind', 'Hellspark Elemental', 'Shrine of Loyal Legions', 'Agony Warp', 'Decoction Module', 'Compulsive Research', 'Drowned Secrets', 'Grow from the Ashes', 'Ulvenwald Tracker', 'Curious Homunculus', 'Oona''s Grace', 'Stone Haven Medic', 'Urza''s Factory', 'Asylum Visitor', 'Salvager of Secrets', 'Spike Feeder', 'Cartouche of Strength', 'Academy Elite', 'Spelltwine', 'Prophetic Bolt', 'Gird for Battle', 'Make a Stand', 'Sprouting Thrinax', 'Encroaching Wastes', 'Chromatic Lantern', 'Cloudgoat Ranger', 'Blighted Cataract', 'Seeker of the Way', 'Hoarding Dragon', 'Nomad Outpost', 'Seal of Primordium', 'Jungleborn Pioneer', 'Charmbreaker Devils', 'Fists of Ironwood', 'Dissipate', 'Open the Armory', 'Woodland Wanderer', 'Hammer of Bogardan', 'Lake of the Dead', 'Selesnya Evangel', 'Painful Truths', 'Fevered Visions', 'Kitesail Apprentice', 'Hellrider', 'Flensermite', 'Jester''s Scepter', 'Prophet of Kruphix', 'Foreboding Ruins', 'High Priest of Penance', 'Narcomoeba', 'Pale Rider of Trostad', 'Heart-Piercer Bow', 'Aqueous Form', 'Tormenting Voice', 'Wrecking Ball', 'Thopter Spy Network', 'Boros Challenger', 'Dream Twist', 'Abzan Charm', 'Bile Blight', 'Troll Ascetic', 'Wharf Infiltrator', 'Desert of the Indomitable', 'Topplegeist', 'Vexing Scuttler', 'Elixir of Immortality', 'Bloodgift Demon', 'Pillar of Flame', 'Curiosity', 'Rustwing Falcon', 'Hour of Revelation', 'Carnophage', 'Cryptborn Horror', 'Banewhip Punisher', 'Consign // Oblivion', 'Treasure Cruise', 'Primal Druid', 'Tormented Hero', 'Wretched Gryff', 'Dead Weight', 'Journeyer''s Kite', 'Connive // Concoct', 'Clone', 'Wonder', 'Carrier Thrall', 'Thunderbolt', 'Precognition Field', 'Declaration in Stone', 'Chief of the Foundry', 'Followed Footsteps', 'Dread Return', 'Winds of Rebuke', 'Flameshadow Conjuring', 'Brimstone Volley', 'Fungal Plots', 'Oviya Pashiri, Sage Lifecrafter', 'Yavimaya Hollow', 'Fiery Impulse', 'Village Messenger', 'Unsummon', 'Benefaction of Rhonas', 'Supernatural Stamina', 'Bloodsoaked Champion', 'Last Breath', 'Autochthon Wurm', 'Join the Ranks', 'Tome Scour', 'Bloodwater Entity', 'Cephalid Illusionist', 'Crystal Ball', 'Hallowed Moonlight', 'Metalspinner''s Puzzleknot', 'Spear of Heliod', 'Elemental Bond', 'Spined Thopter', 'Healer''s Hawk', 'Terra Stomper', 'Barter in Blood', 'Protean Hydra', 'Temur Ascendancy', 'Loxodon Hierarch', 'Cloudblazer', 'Saheeli''s Artistry', 'Charge', 'Rogue Refiner', 'Foul Emissary', 'Story Circle', 'Krosan Tusker', 'Loyal Pegasus', 'Rugged Highlands', 'Kor Outfitter', 'Planar Cleansing', 'Yavimaya Elder', 'Trespasser''s Curse', 'Aether Swooper', 'Scepter of Fugue', 'Bioshift', 'Duskborne Skymarcher', 'Alchemist''s Vial', 'Longtusk Cub', 'Spellheart Chimera', 'Suntail Hawk', 'Kalastria Healer', 'Exava, Rakdos Blood Witch', 'Rogue''s Passage', 'Cultivator''s Caravan', 'Vivid Grove', 'Succumb to Temptation', 'Stone Quarry', 'Sram''s Expertise', 'Hanweir Militia Captain', 'Flayer of the Hatebound', 'Time Ebb', 'Hidden Stockpile', 'Displacement Wave', 'Cataclysmic Gearhulk', 'Conqueror''s Galleon', 'World Shaper', 'Cascading Cataracts', 'Weight of Memory', 'Unwind', 'Avoid Fate', 'Vicious Conquistador', 'Stone Haven Outfitter', 'Desecration Demon', 'Maximize Velocity', 'Invigorated Rampage', 'Simic Sky Swallower', 'Tragic Lesson', 'Dreg Mangler', 'Blazing Archon', 'Engulf the Shore', 'Sundering Growth', 'Bounty of the Luxa', 'Ire Shaman', 'Kindle', 'Weaponcraft Enthusiast', 'Yavimaya Sapherd', 'Shimian Specter', 'Selesnya Signet', 'Sky Hussar', 'Arrogant Wurm', 'Sigarda''s Aid', 'Gatekeeper of Malakir', 'Identity Thief', 'Fleetwheel Cruiser', 'Hordeling Outburst', 'Prepare // Fight', 'Dregscape Zombie', 'Cadaver Imp', 'Bone Saw', 'Woodland Stream', 'Diluvian Primordial', 'Rampant Growth', 'Felhide Spiritbinder', 'Pilfered Plans', 'Mirko Vosk, Mind Drinker', 'Serene Steward', 'Cruel Reality', 'Bow of Nylea', 'Sandsteppe Citadel', 'Gruul Guildgate', 'Sphere of the Suns', 'Electrostatic Bolt', 'Repeal', 'Tragic Arrogance', 'Mulch', 'White Sun''s Zenith', 'Masticore', 'Molten Primordial', 'Azra Bladeseeker', 'Mockery of Nature', 'Grasp of Darkness', 'Grozoth', 'Dimir Guildgate', 'Sift', 'Phantom Nomad', 'Stolen Identity', 'Circu, Dimir Lobotomist', 'Fairgrounds Warden', 'Driven // Despair', 'Selesnya Guildmage', 'Read the Bones', 'Sin Collector', 'Hellhole Flailer', 'Leave // Chance', 'Servo Exhibition', 'Sultai Charm', 'Drownyard Behemoth', 'Chandra''s Spitfire', 'Heir of Falkenrath', 'Psychic Spiral', 'Semblance Anvil', 'Helm of the Host', 'Power Conduit', 'Demonic Rising', 'Blighted Woodland', 'Grenzo, Dungeon Warden', 'Rakshasa Deathdealer', 'Gilded Lotus', 'Advent of the Wurm', 'Goblin Cratermaker', 'Necroplasm', 'Sphinx of Uthuun', 'Edge of Autumn', 'Garza Zol, Plague Queen', 'Baleful Ammit', 'Blighted Fen', 'Behemoth Sledge', 'Quasiduplicate', 'Rupture Spire', 'Murderous Cut', 'Simic Guildgate', 'Haunting Echoes', 'Starstorm', 'Walk the Plank', 'Soul Exchange', 'Exile', 'Roterothopter', 'Lantern Kami', 'Sporecrown Thallid', 'Trail of Evidence', 'Smother', 'Tajuru Preserver', 'Tuktuk the Explorer', 'Early Frost', 'Urborg', 'Take Inventory', 'Lashweed Lurker', 'Memorial to War', 'Trial of Ambition', 'Galvanic Bombardment', 'Moldgraf Monstrosity', 'Karoo', 'Channeler Initiate', 'Restoration Specialist', 'Festering Newt', 'Magister of Worth', 'Illusory Ambusher', 'Highland Lake', 'Choked Estuary', 'Elsewhere Flask', 'Spawning Pool', 'Gateway Plaza', 'Nullify', 'Yixlid Jailer', 'Hypnotic Specter', 'Memorial to Unity', 'Warleader''s Helix', 'Utter End', 'Ashenmoor Gouger', 'Noose Constrictor', 'Zulaport Cutthroat', 'Soul Foundry', 'Hour of Eternity', 'Mark of Sakiko'))) 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, 230.5, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (106.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 ('Seal of Primordium', 'Declaration in Stone', 'Followed Footsteps', 'Unsummon', 'Chandra''s Spitfire', 'Spined Thopter', 'Yavimaya Elder', 'Alchemist''s Vial', 'Man-o''-War', 'Spelltwine', 'Scatter the Seeds', 'Homicidal Seclusion', 'Trial of Ambition', 'Consign // Oblivion', 'Supernatural Stamina', 'Bounty of the Luxa', 'Kjeldoran Outpost', 'Kindle', 'Bojuka Brigand', 'Vivid Marsh', 'Charge', 'Loyal Pegasus', 'Sphere of the Suns', 'Fungal Plots', 'Aqueous Form', 'Decoction Module', 'Jace''s Ingenuity', 'Gateway Plaza', 'Edge of Autumn', 'Sky Hussar', 'Thunderbolt', 'Mystic Monastery', 'Lurking Informant', 'Precognition Field', 'Elemental Bond', 'Ulvenwald Tracker', 'Plumeveil', 'Lashweed Lurker', 'Haunting Echoes', 'Felidar Guardian', 'Consume the Meek', 'Terra Stomper', 'Moratorium Stone', 'Highland Weald', 'Bane of Bala Ged', 'Enlisted Wurm', 'Scrabbling Claws', 'Sandsteppe Citadel', 'Desecration Demon', 'Haunted Plate Mail', 'Narcomoeba', 'Tormenting Voice', 'Stasis Snare', 'Fungal Infection', 'Cartouche of Strength', 'Millstone', 'Banewhip Punisher', 'Connive // Concoct', 'Golgari Guildgate', 'Watchers of the Dead', 'Sphinx of Uthuun', 'Whispers of the Muse', 'Evolving Wilds', 'Heart-Piercer Bow', 'Watchwolf', 'Woodland Stream', 'Armament Master', 'Phantasmal Fiend', 'Engulf the Shore', 'Spawning Pool', 'Nomad Outpost', 'Urza''s Factory', 'Power Sink', 'Second Harvest', 'Circuitous Route', 'Hour of Eternity', 'Remove Soul', 'Flameshadow Conjuring', 'Tome Scour', 'Open the Armory', 'Hour of Revelation', 'Mark of Sakiko', 'Galvanic Bombardment', 'Firedrinker Satyr', 'Jester''s Scepter', 'Spear of Heliod', 'Captain''s Claws', 'Rustwing Falcon', 'Smother', 'Kederekt Leviathan', 'Grasp of Darkness', 'Alpha Authority', 'Fresh Meat', 'Boros Challenger', 'Moment of Craving', 'Arrogant Wurm', 'Rupture Spire', 'Ondu Giant', 'Wrecking Ball', 'Heir of Falkenrath', 'World Shaper', 'Psychic Strike', 'Dread Statuary', 'Lantern Kami', 'Yavimaya Sapherd', 'Jungleborn Pioneer', 'Pyramid of the Pantheon', 'Sultai Charm', 'Jwar Isle Refuge', 'Dack''s Duplicate', 'Riddlesmith', 'Conqueror''s Galleon', 'Sram''s Expertise', 'Woodland Wanderer', 'Expedition Envoy', 'Faith''s Fetters', 'Inner Demon', 'Healer''s Hawk', 'Plasm Capture', 'Void Shatter', 'Yixlid Jailer', 'Night Market Lookout', 'Barter in Blood', 'Haunted Dead', 'Cephalid Illusionist', 'Serene Steward', 'Behemoth Sledge', 'Loxodon Warhammer', 'Hallowed Moonlight', 'March from the Tomb', 'Salvager of Secrets', 'Felhide Spiritbinder', 'Curse of Thirst', 'Geistflame', 'Troll Ascetic', 'Careful Consideration', 'Chief of the Foundry', 'Crumbling Necropolis', 'Burning Oil', 'Trespasser''s Curse', 'Vendetta', 'Nullify', 'Wretched Gryff', 'Sin Collector', 'Vessel of Nascency', 'Goblin Cratermaker', 'Driven // Despair', 'Forbid', 'Opulent Palace', 'Tanglebloom', 'Toolcraft Exemplar', 'Molten Primordial', 'The Mending of Dominaria', 'Memorial to War', 'Dread Return', 'Diabolic Tutor', 'Advanced Stitchwing', 'Savage Lands', 'Vicious Conquistador', 'Invigorated Rampage', 'Bogardan Hellkite', 'Repeal', 'Restoration Specialist', 'Electrostatic Bolt', 'Identity Thief', 'Secluded Steppe', 'Howling Golem', 'Soul Exchange', 'Bone Saw', 'Sculpting Steel', 'Brain Maggot', 'Ravenous Rats', 'Join the Ranks', 'Necropolis Fiend', 'Foundry of the Consuls', 'Advent of the Wurm', 'Banishing Light', 'Autochthon Wurm', 'Kitesail Apprentice', 'Oona''s Grace', 'Shriekgeist', 'Kaleidostone', 'Hidden Stockpile', 'Kor Duelist', 'Zulaport Cutthroat', 'Qasali Ambusher', 'Planar Cleansing', 'Prophetic Bolt', 'Faerie Trickery', 'Broodmate Dragon', 'Exile', 'Torment of Scarabs', 'Rogue''s Passage', 'Intet, the Dreamer', 'Tajuru Preserver', 'Ire Shaman', 'Bow of Nylea', 'Vivid Grove', 'Power Conduit', 'Even the Odds', 'Cataclysmic Gearhulk', 'Clone', 'Academy Elite', 'Oviya Pashiri, Sage Lifecrafter', 'Stuffy Doll', 'Increasing Confusion', 'Docent of Perfection', 'Gatherer of Graces', 'Psychatog', 'Broken Bond', 'Cryptborn Horror', 'Bubbling Cauldron', 'Wurmweaver Coil', 'Selesnya Guildmage', 'Loxodon Hierarch', 'Dissipate', 'Desert of the Glorified', 'Cultivator''s Caravan', 'Cackling Counterpart', 'Sigarda''s Aid', 'Helm of the Host', 'Narcolepsy', 'Mockery of Nature', 'Cloudblazer', 'Selesnya Guildgate', 'Carnophage', 'Brain Freeze', 'Memory Sluice', 'Protean Hydra', 'Servo Exhibition', 'Sift', 'Roterothopter', 'Abzan Charm', 'Striped Riverwinder', 'Sage Owl', 'Winds of Rebuke', 'Tuktuk the Explorer', 'Chained to the Rocks', 'Encroaching Wastes', 'Elixir of Immortality', 'Drownyard Behemoth', 'Grow from the Ashes', 'Tormented Hero', 'Seal of Doom', 'Spore Swarm', 'Glorious Anthem', 'Wretched Banquet', 'Magister of Worth', 'Whirler Virtuoso', 'Spiketail Hatchling', 'Saheeli''s Artistry', 'Rogue Refiner', 'Elsewhere Flask', 'Yavimaya Hollow', 'Prophet of Kruphix', 'Falkenrath Gorger', 'Aven Skirmisher', 'Desert of the Indomitable', 'Compulsive Research', 'Story Circle', 'Sylvan Advocate', 'Kalastria Healer', 'Tragic Arrogance', 'Martyr of Frost', 'Grenzo, Dungeon Warden', 'Sage''s Row Denizen', 'Tidal Warrior', 'Vexing Scuttler', 'Shrine of Loyal Legions', 'Landslide', 'Warleader''s Helix', 'Curse of Death''s Hold', 'Suntail Hawk', 'Azorius Guildgate', 'Chandra''s Ignition', 'Planar Outburst', 'Reef Shaman', 'Basking Rootwalla', 'Dead Weight', 'Web of Inertia', 'Murderous Cut', 'Flensermite', 'Simic Sky Swallower', 'Clockwork Beetle', 'Primal Druid', 'Soul Foundry', 'Drowned Secrets', 'Aetherborn Marauder', 'Curiosity', 'Dimir Cutpurse', 'Channeler Initiate', 'Curse of Misfortunes', 'Bioshift', 'Avoid Fate', 'Hanweir Militia Captain', 'Exava, Rakdos Blood Witch', 'Fertile Imagination', 'Protean Raider', 'Shimian Specter', 'Fevered Visions', 'Demonic Rising', 'Urborg', 'Always Watching', 'Mitotic Slime', 'Trail of Evidence', 'Crystal Ball', 'Saving Grace', 'Topplegeist', 'Dream Twist', 'Kuro, Pitlord', 'Scoured Barrens', 'Herald of Torment', 'Blighted Woodland', 'Wharf Infiltrator', 'Sultai Emissary', 'Hoarding Dragon', 'Cadaver Imp', 'Fists of Ironwood', 'Triskelion', 'Underworld Cerberus', 'Confiscate', 'Fleetwheel Cruiser', 'Makeshift Mannequin', 'Rakshasa Deathdealer', 'Dreadship Reef', 'Court Homunculus', 'Mind Grind', 'Quasiduplicate', 'Dreampod Druid', 'Flayer of the Hatebound', 'Dregscape Zombie', 'Palace Familiar', 'Phantasmal Bear', 'Festering Newt', 'Cruel Reality', 'Hammer of Bogardan', 'Last Breath', 'Village Messenger', 'Basilica Screecher', 'Vampiric Rites', 'Duskborne Skymarcher', 'Canopy Cover', 'Guile', 'Leave // Chance', 'Ancient Amphitheater', 'Diluvian Primordial', 'Longtusk Cub', 'Vitu-Ghazi, the City-Tree', 'Pilfered Plans', 'Empyreal Voyager', 'Putrefy', 'Grimoire Thief', 'Corpsejack Menace', 'Rampant Growth', 'Grim Haruspex', 'Altar''s Reap', 'Fairgrounds Warden', 'Trial of Knowledge', 'Insidious Will', 'Sunbird''s Invocation', 'Temur Ascendancy', 'Sprouting Thrinax', 'Immortal Servitude', 'Selesnya Evangel', 'Mercurial Pretender', 'Bloodsoaked Champion', 'Hellspark Elemental', 'Talent of the Telepath', 'Scatter Arc', 'Carrier Thrall', 'Take Inventory', 'Noose Constrictor', 'Sundering Growth', 'Foreboding Ruins', 'Hypnotic Specter', 'Weaponcraft Enthusiast', 'Metalspinner''s Puzzleknot', 'Gatekeeper of Malakir', 'Foul Emissary', 'Thawing Glaciers', 'Increasing Savagery', 'Gorgon''s Head', 'Mulch', 'Karoo', 'Azra Bladeseeker', 'Epochrasite', 'Curious Homunculus', 'Hada Freeblade', 'Weight of Memory', 'Null Champion', 'Displacement Wave', 'Confirm Suspicions', 'Perilous Voyage', 'Incendiary Flow', 'Tracker''s Instincts', 'Necrotic Wound', 'Dimir Guildgate', 'Stone Quarry', 'Skirsdag High Priest', 'Despoiler of Souls', 'Foul Orchard', 'Brimstone Volley', 'Bloodgift Demon', 'Sedraxis Specter', 'Kitesail Scout', 'Cloudgoat Ranger', 'Addle', 'Radiant Flames', 'Rakdos Guildgate', 'Gilded Lotus', 'Grozoth', 'Duskmantle, House of Shadow', 'Prepare // Fight', 'Krosan Tusker', 'Pain Seer', 'Moldgraf Monstrosity', 'High Priest of Penance', 'Ulcerate', 'Read the Bones', 'Highland Lake', 'Bile Blight', 'Thopter Spy Network', 'Gird for Battle', 'Counsel of the Soratami', 'Snapback', 'Oona, Queen of the Fae', 'Memorial to Genius', 'Cascading Cataracts', 'Fabrication Module', 'Sporecrown Thallid', 'Psychic Drain', 'Sunblast Angel', 'Circu, Dimir Lobotomist', 'Spike Feeder', 'Shuko', 'Blazing Archon', 'Blighted Cataract', 'Stitch Together', 'Stone Haven Medic', 'Drana''s Emissary', 'Paranoid Delusions', 'Lonely Sandbar', 'Stone Haven Outfitter', 'Vivid Meadow', 'Hellrider', 'Curse of the Swine', 'Spiritmonger', 'Choked Estuary', 'Mirko Vosk, Mind Drinker', 'Charmbreaker Devils', 'Blighted Fen', 'White Sun''s Zenith', 'Pillar of Flame', 'Holdout Settlement', 'Thornbow Archer', 'Consuming Aberration', 'Skinrender', 'Bloodthrone Vampire', 'Wonder', 'Time Ebb', 'Garza Zol, Plague Queen', 'Phantom Nomad', 'Nightscape Familiar', 'Maximize Velocity', 'Unwind', 'Attune with Aether', 'Fiery Impulse', 'Starstorm', 'Spellheart Chimera', 'Gruul Signet', 'Izzet Guildgate', 'Bloodwater Entity', 'Rishkar''s Expertise', 'Tragic Lesson', 'Consuming Vapors', 'Summoner''s Egg', 'Tribute to Hunger', 'Scatter to the Winds', 'Utter End', 'Scepter of Fugue', 'Artificer''s Epiphany', 'Stolen Identity', 'Tatyova, Benthic Druid', 'Flaying Tendrils', 'Memorial to Unity', 'Hypothesizzle', 'Dreg Mangler', 'Trophy Mage', 'Pale Rider of Trostad', 'Orzhov Charm', 'Trusty Machete', 'Kor Outfitter', 'Lake of the Dead', 'Transgress the Mind', 'Helm of the Gods', 'Succumb to Temptation', 'Rugged Highlands', 'Hordeling Outburst', 'Necroplasm', 'Cryptoplasm', 'Ashenmoor Gouger', 'Early Frost', 'Journeyer''s Kite', 'Glint Hawk Idol', 'Illusory Ambusher', 'Make a Stand', 'Distress', 'Gruul Guildgate', 'Chromatic Lantern', 'Into the North', 'Semblance Anvil', 'Psychic Spiral', 'Tempered Steel', 'Masticore', 'Agony Warp', 'Entomber Exarch', 'Scent of Brine', 'Culling Dais', 'Treasure Cruise', 'Selesnya Signet', 'Tukatongue Thallid', 'Walk the Plank', 'Simic Guildgate', 'Anticipate', 'Altered Ego', 'Hellhole Flailer', 'Rattleclaw Mystic', 'Mesmeric Fiend', 'Benefaction of Rhonas', 'Aether Swooper', 'Bogbrew Witch', 'Baleful Ammit', 'Painful Truths', 'Seeker of the Way', 'True Believer', 'Blisterpod', 'Asylum Visitor'))) 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, 106.1, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (162.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 ('Brimstone Volley', 'Gruul Signet', 'Spiketail Hatchling', 'Radiant Flames', 'Sram''s Expertise', 'Driven // Despair', 'Selesnya Signet', 'Vivid Meadow', 'Desert of the Indomitable', 'Ire Shaman', 'Pillar of Flame', 'Second Harvest', 'Rampant Growth', 'Trusty Machete', 'Torment of Scarabs', 'Gilded Lotus', 'Last Breath', 'Tracker''s Instincts', 'Cultivator''s Caravan', 'Nightscape Familiar', 'Attune with Aether', 'Jace''s Ingenuity', 'Aetherborn Marauder', 'Mesmeric Fiend', 'Galvanic Bombardment', 'Necropolis Fiend', 'Molten Primordial', 'Mind Grind', 'Weight of Memory', 'Skirsdag High Priest', 'Vitu-Ghazi, the City-Tree', 'Court Homunculus', 'Cartouche of Strength', 'Whispers of the Muse', 'Desecration Demon', 'Counsel of the Soratami', 'Oona, Queen of the Fae', 'Ancient Amphitheater', 'Broodmate Dragon', 'Displacement Wave', 'Sultai Charm', 'Firedrinker Satyr', 'Canopy Cover', 'Docent of Perfection', 'Memory Sluice', 'Nomad Outpost', 'Curse of the Swine', 'Basking Rootwalla', 'Sunbird''s Invocation', 'Charge', 'Foreboding Ruins', 'Felidar Guardian', 'Sphere of the Suns', 'Sage''s Row Denizen', 'Rakdos Guildgate', 'Walk the Plank', 'Bloodgift Demon', 'Tukatongue Thallid', 'Temur Ascendancy', 'Hammer of Bogardan', 'Take Inventory', 'Gird for Battle', 'Altar''s Reap', 'Golgari Guildgate', 'Alpha Authority', 'Burning Oil', 'Void Shatter', 'Toolcraft Exemplar', 'Power Sink', 'Cephalid Illusionist', 'Curiosity', 'Scatter to the Winds', 'Thunderbolt', 'Brain Freeze', 'Despoiler of Souls', 'Narcolepsy', 'Shimian Specter', 'Skinrender', 'Kederekt Leviathan', 'Pale Rider of Trostad', 'Dimir Cutpurse', 'Foul Orchard', 'Barter in Blood', 'Painful Truths', 'Blighted Woodland', 'Followed Footsteps', 'True Believer', 'Necrotic Wound', 'Unwind', 'Metalspinner''s Puzzleknot', 'Psychic Spiral', 'Vicious Conquistador', 'Mercurial Pretender', 'Kindle', 'Pain Seer', 'Duskborne Skymarcher', 'Phantom Nomad', 'Spawning Pool', 'Stolen Identity', 'Woodland Stream', 'Rakshasa Deathdealer', 'Scepter of Fugue', 'Stuffy Doll', 'Blisterpod', 'Grow from the Ashes', 'Festering Newt', 'Mockery of Nature', 'Stone Quarry', 'Lonely Sandbar', 'Highland Lake', 'Triskelion', 'Prepare // Fight', 'Phantasmal Fiend', 'Sandsteppe Citadel', 'Yavimaya Elder', 'Boros Challenger', 'Carnophage', 'Bow of Nylea', 'Distress', 'Saheeli''s Artistry', 'Empyreal Voyager', 'Whirler Virtuoso', 'Guile', 'Corpsejack Menace', 'Haunting Echoes', 'Ulcerate', 'Flayer of the Hatebound', 'Hallowed Moonlight', 'March from the Tomb', 'Alchemist''s Vial', 'Gorgon''s Head', 'Even the Odds', 'Terra Stomper', 'Tatyova, Benthic Druid', 'Brain Maggot', 'Martyr of Frost', 'Channeler Initiate', 'Mark of Sakiko', 'Engulf the Shore', 'Seal of Primordium', 'Moment of Craving', 'Cryptborn Horror', 'Ulvenwald Tracker', 'Bubbling Cauldron', 'Magister of Worth', 'Scatter the Seeds', 'Perilous Voyage', 'Blighted Fen', 'Chandra''s Spitfire', 'Geistflame', 'Smother', 'Armament Master', 'Mitotic Slime', 'Helm of the Gods', 'Identity Thief', 'Haunted Dead', 'Transgress the Mind', 'Dread Statuary', 'Bone Saw', 'Simic Guildgate', 'Wretched Gryff', 'Lashweed Lurker', 'Consume the Meek', 'Kjeldoran Outpost', 'Hanweir Militia Captain', 'Loxodon Hierarch', 'Spiritmonger', 'Elsewhere Flask', 'Open the Armory', 'Rogue''s Passage', 'Dreadship Reef', 'Hour of Eternity', 'Scoured Barrens', 'Cloudblazer', 'Precognition Field', 'Chandra''s Ignition', 'Chromatic Lantern', 'Paranoid Delusions', 'Circuitous Route', 'Murderous Cut', 'Necroplasm', 'Addle', 'Goblin Cratermaker', 'Spellheart Chimera', 'Repeal', 'Declaration in Stone', 'Faerie Trickery', 'Curious Homunculus', 'Bloodsoaked Champion', 'Reef Shaman', 'Rustwing Falcon', 'Choked Estuary', 'Bloodwater Entity', 'Howling Golem', 'Illusory Ambusher', 'Man-o''-War', 'Memorial to War', 'Elemental Bond', 'Increasing Confusion', 'Artificer''s Epiphany', 'Curse of Death''s Hold', 'Hellspark Elemental', 'Plasm Capture', 'Intet, the Dreamer', 'Wurmweaver Coil', 'Exile', 'Glorious Anthem', 'Aether Swooper', 'World Shaper', 'Krosan Tusker', 'Millstone', 'Prophet of Kruphix', 'Highland Weald', 'Edge of Autumn', 'Moldgraf Monstrosity', 'Spear of Heliod', 'Sunblast Angel', 'Diluvian Primordial', 'Dregscape Zombie', 'Thawing Glaciers', 'Culling Dais', 'Fertile Imagination', 'Flaying Tendrils', 'Tome Scour', 'Hellrider', 'Bile Blight', 'Selesnya Guildgate', 'Dimir Guildgate', 'Rattleclaw Mystic', 'Fungal Infection', 'Fleetwheel Cruiser', 'Rogue Refiner', 'Arrogant Wurm', 'Supernatural Stamina', 'Tragic Lesson', 'Fevered Visions', 'Kitesail Apprentice', 'Oviya Pashiri, Sage Lifecrafter', 'Read the Bones', 'Power Conduit', 'Palace Familiar', 'Dead Weight', 'Confiscate', 'Narcomoeba', 'Increasing Savagery', 'Suntail Hawk', 'Chief of the Foundry', 'Kuro, Pitlord', 'Seeker of the Way', 'Vendetta', 'Woodland Wanderer', 'Compulsive Research', 'Banishing Light', 'Charmbreaker Devils', 'Planar Outburst', 'Journeyer''s Kite', 'Moratorium Stone', 'Summoner''s Egg', 'Desert of the Glorified', 'Scent of Brine', 'Sigarda''s Aid', 'Drowned Secrets', 'Soul Exchange', 'Basilica Screecher', 'Loyal Pegasus', 'Trail of Evidence', 'Plumeveil', 'Academy Elite', 'Zulaport Cutthroat', 'Trial of Ambition', 'Felhide Spiritbinder', 'Trophy Mage', 'Thopter Spy Network', 'Insidious Will', 'Hypnotic Specter', 'Pilfered Plans', 'Ondu Giant', 'Stone Haven Medic', 'Savage Lands', 'Tajuru Preserver', 'Nullify', 'Mulch', 'Cloudgoat Ranger', 'Riddlesmith', 'Makeshift Mannequin', 'Landslide', 'Evolving Wilds', 'Agony Warp', 'Vampiric Rites', 'Grasp of Darkness', 'Diabolic Tutor', 'Protean Raider', 'Falkenrath Gorger', 'Hada Freeblade', 'Advanced Stitchwing', 'Seal of Doom', 'Garza Zol, Plague Queen', 'Dissipate', 'Grozoth', 'Ashenmoor Gouger', 'Story Circle', 'Electrostatic Bolt', 'Yixlid Jailer', 'Make a Stand', 'Snapback', 'Gruul Guildgate', 'Trial of Knowledge', 'Lurking Informant', 'Serene Steward', 'Selesnya Guildmage', 'Spike Feeder', 'Hypothesizzle', 'Remove Soul', 'Orzhov Charm', 'Sundering Growth', 'Sedraxis Specter', 'Dread Return', 'Quasiduplicate', 'Invigorated Rampage', 'Scatter Arc', 'Underworld Cerberus', 'Utter End', 'Behemoth Sledge', 'Consign // Oblivion', 'Secluded Steppe', 'Sin Collector', 'Sylvan Advocate', 'Vivid Grove', 'Banewhip Punisher', 'Psychatog', 'Herald of Torment', 'Night Market Lookout', 'Protean Hydra', 'Psychic Drain', 'Sprouting Thrinax', 'Wretched Banquet', 'Flameshadow Conjuring', 'Bloodthrone Vampire', 'Psychic Strike', 'Qasali Ambusher', 'Gateway Plaza', 'Avoid Fate', 'Oona''s Grace', 'Kor Duelist', 'Pyramid of the Pantheon', 'Tanglebloom', 'Forbid', 'Healer''s Hawk', 'Tormenting Voice', 'Decoction Module', 'Altered Ego', 'Urborg', 'Broken Bond', 'Unsummon', 'Join the Ranks', 'Tribute to Hunger', 'Abzan Charm', 'Captain''s Claws', 'Opulent Palace', 'Selesnya Evangel', 'Bojuka Brigand', 'Clockwork Beetle', 'Glint Hawk Idol', 'Elixir of Immortality', 'Cascading Cataracts', 'Confirm Suspicions', 'Bane of Bala Ged', 'Mystic Monastery', 'Grim Haruspex', 'Crumbling Necropolis', 'Primal Druid', 'Semblance Anvil', 'Cackling Counterpart', 'Enlisted Wurm', 'Lake of the Dead', 'Bounty of the Luxa', 'Duskmantle, House of Shadow', 'Cadaver Imp', 'Entomber Exarch', 'Inner Demon', 'Vexing Scuttler', 'Sultai Emissary', 'Masticore', 'Trespasser''s Curse', 'Wharf Infiltrator', 'Tuktuk the Explorer', 'Dreampod Druid', 'Weaponcraft Enthusiast', 'Kalastria Healer', 'Maximize Velocity', 'The Mending of Dominaria', 'Heir of Falkenrath', 'Jwar Isle Refuge', 'Time Ebb', 'Fiery Impulse', 'Roterothopter', 'Ravenous Rats', 'Fairgrounds Warden', 'Gatekeeper of Malakir', 'Karoo', 'Cruel Reality', 'Fungal Plots', 'Foul Emissary', 'Conqueror''s Galleon', 'Rishkar''s Expertise', 'Thornbow Archer', 'Yavimaya Sapherd', 'Sculpting Steel', 'Circu, Dimir Lobotomist', 'Curse of Thirst', 'Holdout Settlement', 'Wrecking Ball', 'Izzet Guildgate', 'Aqueous Form', 'Prophetic Bolt', 'Hoarding Dragon', 'Memorial to Unity', 'Spined Thopter', 'Anticipate', 'Web of Inertia', 'Sage Owl', 'Jester''s Scepter', 'Chained to the Rocks', 'Spore Swarm', 'Winds of Rebuke', 'Starstorm', 'Simic Sky Swallower', 'Consuming Vapors', 'Hellhole Flailer', 'Spelltwine', 'Encroaching Wastes', 'Crystal Ball', 'Flensermite', 'Kor Outfitter', 'Exava, Rakdos Blood Witch', 'Blighted Cataract', 'Restoration Specialist', 'Sky Hussar', 'Warleader''s Helix', 'Immortal Servitude', 'Homicidal Seclusion', 'Rupture Spire', 'Tragic Arrogance', 'Early Frost', 'Asylum Visitor', 'Advent of the Wurm', 'Vivid Marsh', 'Blazing Archon', 'Hordeling Outburst', 'Fresh Meat', 'Fabrication Module', 'Watchwolf', 'Phantasmal Bear', 'Fists of Ironwood', 'Saving Grace', 'Always Watching', 'Incendiary Flow', 'Topplegeist', 'Drownyard Behemoth', 'Shriekgeist', 'Urza''s Factory', 'Tempered Steel', 'Talent of the Telepath', 'Jungleborn Pioneer', 'Noose Constrictor', 'Grimoire Thief', 'Careful Consideration', 'Consuming Aberration', 'Shuko', 'Servo Exhibition', 'Null Champion', 'Clone', 'Heart-Piercer Bow', 'Gatherer of Graces', 'Benefaction of Rhonas', 'Sift', 'Troll Ascetic', 'Drana''s Emissary', 'High Priest of Penance', 'Into the North', 'White Sun''s Zenith', 'Memorial to Genius', 'Salvager of Secrets', 'Yavimaya Hollow', 'Loxodon Warhammer', 'Hour of Revelation', 'Bogbrew Witch', 'Putrefy', 'Sporecrown Thallid', 'Sphinx of Uthuun', 'Dack''s Duplicate', 'Tormented Hero', 'Azra Bladeseeker', 'Connive // Concoct', 'Grenzo, Dungeon Warden', 'Carrier Thrall', 'Aven Skirmisher', 'Curse of Misfortunes', 'Foundry of the Consuls', 'Cataclysmic Gearhulk', 'Expedition Envoy', 'Stasis Snare', 'Tidal Warrior', 'Azorius Guildgate', 'Bioshift', 'Soul Foundry', 'Kaleidostone', 'Hidden Stockpile', 'Faith''s Fetters', 'Leave // Chance', 'Longtusk Cub', 'Haunted Plate Mail', 'Kitesail Scout', 'Demonic Rising', 'Helm of the Host', 'Scrabbling Claws', 'Village Messenger', 'Succumb to Temptation', 'Dream Twist', 'Mirko Vosk, Mind Drinker', 'Shrine of Loyal Legions', 'Dreg Mangler', 'Epochrasite', 'Cryptoplasm', 'Wonder', 'Lantern Kami', 'Planar Cleansing', 'Rugged Highlands', 'Stitch Together', 'Baleful Ammit', 'Striped Riverwinder', 'Stone Haven Outfitter', 'Treasure Cruise', 'Vessel of Nascency', 'Autochthon Wurm', 'Bogardan Hellkite', '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, 162.0, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (164.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 ('Plumeveil', 'Fabrication Module', 'Jungleborn Pioneer', 'Rakdos Guildgate', 'Engulf the Shore', 'Orzhov Charm', 'Time Ebb', 'Bone Saw', 'Memorial to Unity', 'Chained to the Rocks', 'Displacement Wave', 'Kor Duelist', 'Servo Exhibition', 'Empyreal Voyager', 'Haunting Echoes', 'Urza''s Factory', 'Tome Scour', 'Vessel of Nascency', 'Power Conduit', 'Hanweir Militia Captain', 'Restoration Specialist', 'Paranoid Delusions', 'March from the Tomb', 'Trusty Machete', 'Tempered Steel', 'Scoured Barrens', 'Bubbling Cauldron', 'Always Watching', 'White Sun''s Zenith', 'Blighted Fen', 'Landslide', 'Tormenting Voice', 'Nullify', 'Desecration Demon', 'Masticore', 'From Under the Floorboards', 'Opulent Palace', 'Distress', 'Vendetta', 'Sram''s Expertise', 'Felhide Spiritbinder', 'Asylum Visitor', 'Blighted Cataract', 'Spined Thopter', 'Hordeling Outburst', 'Cryptborn Horror', 'Painful Truths', 'Carnophage', 'Planar Outburst', 'Vitu-Ghazi, the City-Tree', 'Scatter the Seeds', 'Sage''s Row Denizen', 'Maximize Velocity', 'Pillar of Flame', 'Vexing Scuttler', 'Kitesail Apprentice', 'Scent of Brine', 'Suntail Hawk', 'Gorgon''s Head', 'Wrecking Ball', 'Woodland Stream', 'Rupture Spire', 'Stone Haven Outfitter', 'Sky Hussar', 'Winds of Rebuke', 'Behemoth Sledge', 'Watchwolf', 'Phantom Nomad', 'Grozoth', 'Trail of Evidence', 'Gruul Guildgate', 'Homicidal Seclusion', 'Banishing Light', 'Azra Bladeseeker', 'Longtusk Cub', 'Exile', 'Rogue Refiner', 'The Mending of Dominaria', 'Academy Elite', 'Cascading Cataracts', 'Broodmate Dragon', 'Gird for Battle', 'Snapback', 'Warleader''s Helix', 'Howling Golem', 'Rakshasa Deathdealer', 'Protean Raider', 'Simic Sky Swallower', 'Bloodgift Demon', 'Stone Quarry', 'Compulsive Research', 'Rustwing Falcon', 'Scrabbling Claws', 'Crystal Ball', 'Ondu Giant', 'Woodland Wanderer', 'Psychic Drain', 'Declaration in Stone', 'Chandra''s Ignition', 'Kitesail Scout', 'Wurmweaver Coil', 'Necroplasm', 'High Priest of Penance', 'Moratorium Stone', 'Spellheart Chimera', 'Chief of the Foundry', 'Hoarding Dragon', 'Alpha Authority', 'Curious Homunculus', 'Inner Demon', 'Saving Grace', 'Rugged Highlands', 'Necrotic Wound', 'Grenzo, Dungeon Warden', 'Glint Hawk Idol', 'Summoner''s Egg', 'Fungal Plots', 'Cartouche of Strength', 'Kjeldoran Outpost', 'Sin Collector', 'Mockery of Nature', 'Boros Challenger', 'Helm of the Gods', 'Oona''s Grace', 'Addle', 'Blisterpod', 'Scatter Arc', 'Fevered Visions', 'Qasali Ambusher', 'Drowned Secrets', 'Sphinx of Uthuun', 'Planar Cleansing', 'Jester''s Scepter', 'Culling Dais', 'Protean Hydra', 'Pyramid of the Pantheon', 'Make a Stand', 'Talent of the Telepath', 'Attune with Aether', 'Increasing Confusion', 'Perilous Voyage', 'Dread Return', 'Hellspark Elemental', 'Kalastria Healer', 'Vivid Meadow', 'Toolcraft Exemplar', 'Connive // Concoct', 'Remove Soul', 'Foreboding Ruins', 'Metalspinner''s Puzzleknot', 'Hellhole Flailer', 'Clone', 'Dreadship Reef', 'Serene Steward', 'Fertile Imagination', 'Ulvenwald Tracker', 'Precognition Field', 'Lurking Informant', 'Dead Weight', 'Immortal Servitude', 'Nightscape Familiar', 'Kindle', 'Flaying Tendrils', 'Izzet Guildgate', 'Kuro, Pitlord', 'Foul Orchard', 'Avoid Fate', 'Village Messenger', 'Wonder', 'Broken Bond', 'Weaponcraft Enthusiast', 'Dimir Guildgate', 'Read the Bones', 'Hour of Revelation', 'Basilica Screecher', 'Moldgraf Monstrosity', 'Dack''s Duplicate', 'Skinrender', 'Leave // Chance', 'Insidious Will', 'Rattleclaw Mystic', 'Consuming Vapors', 'Hour of Eternity', 'Mulch', 'Lashweed Lurker', 'Loyal Pegasus', 'Sphere of the Suns', 'Curse of Thirst', 'Palace Familiar', 'Radiant Flames', 'Story Circle', 'Sultai Emissary', 'Altar''s Reap', 'Pilfered Plans', 'Stolen Identity', 'Prophet of Kruphix', 'Fresh Meat', 'Roterothopter', 'Blighted Woodland', 'Dream Twist', 'Channeler Initiate', 'Spiketail Hatchling', 'Canopy Cover', 'World Shaper', 'Wharf Infiltrator', 'Grow from the Ashes', 'Take Inventory', 'Seal of Primordium', 'Skirsdag High Priest', 'Saheeli''s Artistry', 'Cloudgoat Ranger', 'Starstorm', 'Soul Exchange', 'Ulcerate', 'Dreampod Druid', 'True Believer', 'Moment of Craving', 'Holdout Settlement', 'Molten Primordial', 'Docent of Perfection', 'Trespasser''s Curse', 'Semblance Anvil', 'Mystic Monastery', 'Fairgrounds Warden', 'Memorial to War', 'Diluvian Primordial', 'Evolving Wilds', 'Whispers of the Muse', 'Mitotic Slime', 'Tribute to Hunger', 'Bioshift', 'Desert of the Indomitable', 'Benefaction of Rhonas', 'Advent of the Wurm', 'Ashenmoor Gouger', 'Encroaching Wastes', 'Banewhip Punisher', 'Power Sink', 'Topplegeist', 'Weight of Memory', 'Memory Sluice', 'Cadaver Imp', 'Hidden Stockpile', 'Simic Guildgate', 'Walk the Plank', 'Hallowed Moonlight', 'Curse of Death''s Hold', 'Entomber Exarch', 'Bloodthrone Vampire', 'Noose Constrictor', 'Treasure Cruise', 'Sylvan Advocate', 'Invigorated Rampage', 'Tragic Lesson', 'Demonic Rising', 'Selesnya Guildmage', 'Bloodsoaked Champion', 'Martyr of Frost', 'Bloodwater Entity', 'Magister of Worth', 'Void Shatter', 'Yavimaya Sapherd', 'Identity Thief', 'Hada Freeblade', 'Felidar Guardian', 'Salvager of Secrets', 'Utter End', 'Dregscape Zombie', 'Desert of the Glorified', 'Fiery Impulse', 'Autochthon Wurm', 'Unwind', 'Krosan Tusker', 'Alchemist''s Vial', 'Heart-Piercer Bow', 'Jwar Isle Refuge', 'Shrine of Loyal Legions', 'Web of Inertia', 'Healer''s Hawk', 'Spiritmonger', 'Prepare // Fight', 'Transgress the Mind', 'Haunted Plate Mail', 'Yavimaya Hollow', 'Whirler Virtuoso', 'Flameshadow Conjuring', 'Yavimaya Elder', 'Seeker of the Way', 'Grimoire Thief', 'Enlisted Wurm', 'Ire Shaman', 'Pale Rider of Trostad', 'Last Breath', 'Psychatog', 'Spore Swarm', 'Even the Odds', 'Elemental Bond', 'Sunblast Angel', 'Wretched Gryff', 'Hellrider', 'Bile Blight', 'Loxodon Hierarch', 'Grixis Charm', 'Spear of Heliod', 'Tracker''s Instincts', 'Sunbird''s Invocation', 'Court Homunculus', 'Shimian Specter', 'Kor Outfitter', 'Intet, the Dreamer', 'Brain Maggot', 'Increasing Savagery', 'Tajuru Preserver', 'Striped Riverwinder', 'Armament Master', 'Lake of the Dead', 'Charmbreaker Devils', 'Riddlesmith', 'Expedition Envoy', 'Bogbrew Witch', 'Secluded Steppe', 'Mark of Sakiko', 'Curiosity', 'Glorious Anthem', 'Curse of the Swine', 'Sigarda''s Aid', 'Putrefy', 'Charge', 'Repeal', 'Followed Footsteps', 'Arrogant Wurm', 'Forbid', 'Gateway Plaza', 'Golgari Guildgate', 'Terra Stomper', 'Plasm Capture', 'Sultai Charm', 'Grim Haruspex', 'Spelltwine', 'Trial of Ambition', 'Foundry of the Consuls', 'Blazing Archon', 'Tormented Hero', 'Second Harvest', 'Temur Ascendancy', 'Counsel of the Soratami', 'Thunderbolt', 'Agony Warp', 'Diabolic Tutor', 'Smother', 'Barter in Blood', 'Cruel Reality', 'Memorial to Genius', 'Tukatongue Thallid', 'Cataclysmic Gearhulk', 'Aetherborn Marauder', 'Primal Druid', 'Tidal Warrior', 'Chromatic Lantern', 'Oviya Pashiri, Sage Lifecrafter', 'Confirm Suspicions', 'Faerie Trickery', 'Thornbow Archer', 'Trophy Mage', 'Succumb to Temptation', 'Dread Statuary', 'Gatherer of Graces', 'Exava, Rakdos Blood Witch', 'Garza Zol, Plague Queen', 'Festering Newt', 'Rogue''s Passage', 'Corpsejack Menace', 'Selesnya Signet', 'Narcomoeba', 'Altered Ego', 'Crumbling Necropolis', 'Falkenrath Gorger', 'Supernatural Stamina', 'Thawing Glaciers', 'Haunted Dead', 'Aether Swooper', 'Advanced Stitchwing', 'Faith''s Fetters', 'Nomad Outpost', 'Aven Skirmisher', 'Kaleidostone', 'Troll Ascetic', 'Baleful Ammit', 'Herald of Torment', 'Mirko Vosk, Mind Drinker', 'Circu, Dimir Lobotomist', 'Underworld Cerberus', 'Artificer''s Epiphany', 'Makeshift Mannequin', 'Night Market Lookout', 'Chandra''s Spitfire', 'Helm of the Host', 'Epochrasite', 'Jace''s Ingenuity', 'Loxodon Warhammer', 'Dreg Mangler', 'Fists of Ironwood', 'Oona, Queen of the Fae', 'Fungal Infection', 'Sporecrown Thallid', 'Spawning Pool', 'Driven // Despair', 'Selesnya Guildgate', 'Vampiric Rites', 'Heir of Falkenrath', 'Gilded Lotus', 'Spike Feeder', 'Brimstone Volley', 'Abzan Charm', 'Despoiler of Souls', 'Mind Grind', 'Azorius Guildgate', 'Thopter Spy Network', 'Pain Seer', 'Shuko', 'Rishkar''s Expertise', 'Early Frost', 'Hypnotic Specter', 'Foul Emissary', 'Aqueous Form', 'Vicious Conquistador', 'Basking Rootwalla', 'Ancient Amphitheater', 'Man-o''-War', 'Fleetwheel Cruiser', 'Null Champion', 'Shriekgeist', 'Confiscate', 'Unsummon', 'Sandsteppe Citadel', 'Reef Shaman', 'Careful Consideration', 'Ravenous Rats', 'Stuffy Doll', 'Bane of Bala Ged', 'Flensermite', 'Elsewhere Flask', 'Vivid Grove', 'Sundering Growth', 'Quasiduplicate', 'Drownyard Behemoth', 'Firedrinker Satyr', 'Open the Armory', 'Consume the Meek', 'Carrier Thrall', 'Electrostatic Bolt', 'Edge of Autumn', 'Sculpting Steel', 'Into the North', 'Consign // Oblivion', 'Mesmeric Fiend', 'Illusory Ambusher', 'Stasis Snare', 'Lantern Kami', 'Murderous Cut', 'Karoo', 'Phantasmal Fiend', 'Rampant Growth', 'Yixlid Jailer', 'Scepter of Fugue', 'Sprouting Thrinax', 'Lonely Sandbar', 'Bojuka Brigand', 'Cackling Counterpart', 'Dimir Cutpurse', 'Selesnya Evangel', 'Psychic Spiral', 'Tanglebloom', 'Clockwork Beetle', 'Mercurial Pretender', 'Circuitous Route', 'Galvanic Bombardment', 'Anticipate', 'Gruul Signet', 'Phantasmal Bear', 'Wretched Banquet', 'Bogardan Hellkite', 'Duskborne Skymarcher', 'Elixir of Immortality', 'Cephalid Illusionist', 'Torment of Scarabs', 'Join the Ranks', 'Sift', 'Soul Foundry', 'Decoction Module', 'Conqueror''s Galleon', 'Cloudblazer', 'Triskelion', 'Hammer of Bogardan', 'Tragic Arrogance', 'Bow of Nylea', 'Stitch Together', 'Guile', 'Scatter to the Winds', 'Dissipate', 'Duskmantle, House of Shadow', 'Necropolis Fiend', 'Kederekt Leviathan', 'Flayer of the Hatebound', 'Brain Freeze', 'Highland Weald', 'Goblin Cratermaker', 'Tatyova, Benthic Druid', 'Seal of Doom', 'Journeyer''s Kite', 'Watchers of the Dead', 'Millstone', 'Choked Estuary', 'Curse of Misfortunes', 'Sage Owl', 'Cultivator''s Caravan', 'Savage Lands', 'Zulaport Cutthroat', 'Stone Haven Medic', 'Bounty of the Luxa', 'Trial of Knowledge', 'Urborg', 'Consuming Aberration', 'Geistflame', 'Cryptoplasm', 'Hypothesizzle', 'Incendiary Flow', 'Sedraxis Specter', 'Narcolepsy', 'Captain''s Claws', 'Gatekeeper of Malakir', 'Prophetic Bolt', 'Drana''s Emissary', 'Vivid Marsh', 'Grasp of Darkness', 'Highland Lake', 'Burning Oil', 'Psychic Strike', 'Tuktuk the Explorer'))) 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, 164.4, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (272.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 ('Dregscape Zombie', 'Hordeling Outburst', 'Precognition Field', 'Sage''s Row Denizen', 'Invigorated Rampage', 'Duskmantle, House of Shadow', 'Rishkar''s Expertise', 'Curse of Death''s Hold', 'Glint Hawk Idol', 'Elemental Bond', 'Haunting Echoes', 'Bloodsoaked Champion', 'Narcomoeba', 'Scoured Barrens', 'Whispers of the Muse', 'Starstorm', 'Dead Weight', 'Rampant Growth', 'Roterothopter', 'Bloodthrone Vampire', 'Loyal Pegasus', 'Selesnya Guildmage', 'Plasm Capture', 'Memory Sluice', 'Talent of the Telepath', 'Mind Grind', 'Web of Inertia', 'Foundry of the Consuls', 'Serene Steward', 'Confirm Suspicions', 'Dimir Guildgate', 'Selesnya Guildgate', 'Kjeldoran Outpost', 'Gatherer of Graces', 'Altar''s Reap', 'Sylvan Advocate', 'Weight of Memory', 'Grasp of Darkness', 'Wretched Banquet', 'Saving Grace', 'Remove Soul', 'Vivid Marsh', 'Holdout Settlement', 'Channeler Initiate', 'Behemoth Sledge', 'Grim Haruspex', 'Haunted Dead', 'Sin Collector', 'Hour of Eternity', 'Falkenrath Gorger', 'Kor Duelist', 'Lurking Informant', 'Striped Riverwinder', 'Scent of Brine', 'Galvanic Bombardment', 'Jace''s Ingenuity', 'Crystal Ball', 'Planar Outburst', 'Highland Lake', 'Bloodgift Demon', 'Declaration in Stone', 'Thopter Spy Network', 'Tuktuk the Explorer', 'Metalspinner''s Puzzleknot', 'Dimir Cutpurse', 'Tome Scour', 'Desecration Demon', 'Haunted Plate Mail', 'Driven // Despair', 'Tragic Lesson', 'Hellrider', 'Fevered Visions', 'Oona, Queen of the Fae', 'Temur Ascendancy', 'Paranoid Delusions', 'Prophetic Bolt', 'Landslide', 'Shimian Specter', 'Warleader''s Helix', 'Smother', 'Into the North', 'Dreg Mangler', 'Cartouche of Strength', 'Felidar Guardian', 'Dreadship Reef', 'Kitesail Scout', 'Skinrender', 'Hammer of Bogardan', 'Carnophage', 'Topplegeist', 'Cultivator''s Caravan', 'Curse of Thirst', 'Fungal Infection', 'Open the Armory', 'Martyr of Frost', 'Radiant Flames', 'Despoiler of Souls', 'Tormenting Voice', 'Consume the Meek', 'Pillar of Flame', 'Inner Demon', 'Asylum Visitor', 'Toolcraft Exemplar', 'Benefaction of Rhonas', 'Incendiary Flow', 'Banewhip Punisher', 'Rattleclaw Mystic', 'Rakdos Guildgate', 'Mystic Monastery', 'Gird for Battle', 'Murderous Cut', 'Hypnotic Specter', 'Qasali Ambusher', 'Altered Ego', 'Displacement Wave', 'Desert of the Glorified', 'Phantasmal Fiend', 'Loxodon Hierarch', 'Shrine of Loyal Legions', 'Tukatongue Thallid', 'Power Conduit', 'March from the Tomb', 'Narcolepsy', 'Ravenous Rats', 'Time Ebb', 'High Priest of Penance', 'Chandra''s Spitfire', 'Expedition Envoy', 'Thunderbolt', 'Tragic Arrogance', 'Grenzo, Dungeon Warden', 'Semblance Anvil', 'Hoarding Dragon', 'Bane of Bala Ged', 'Fresh Meat', 'Drowned Secrets', 'Rogue''s Passage', 'Soul Foundry', 'Sigarda''s Aid', 'Increasing Savagery', 'Izzet Guildgate', 'Story Circle', 'Diabolic Tutor', 'Village Messenger', 'Winds of Rebuke', 'Grow from the Ashes', 'Void Shatter', 'Vampiric Rites', 'World Shaper', 'Utter End', 'Edge of Autumn', 'Insidious Will', 'Fertile Imagination', 'Immortal Servitude', 'Homicidal Seclusion', 'Aven Skirmisher', 'Molten Primordial', 'Curse of Misfortunes', 'Rogue Refiner', 'Mesmeric Fiend', 'Forbid', 'Blazing Archon', 'Pain Seer', 'Bile Blight', 'Compulsive Research', 'Mockery of Nature', 'Repeal', 'Blighted Cataract', 'Gruul Signet', 'Addle', 'Illusory Ambusher', 'Cadaver Imp', 'Lake of the Dead', 'Ondu Giant', 'Distress', 'Magister of Worth', 'Soul Exchange', 'Gatekeeper of Malakir', 'Summoner''s Egg', 'Gruul Guildgate', 'Mark of Sakiko', 'Docent of Perfection', 'Prophet of Kruphix', 'Increasing Confusion', 'Secluded Steppe', 'Highland Weald', 'Drownyard Behemoth', 'Abzan Charm', 'Mulch', 'Fungal Plots', 'Bone Saw', 'Dream Twist', 'Sunbird''s Invocation', 'Evolving Wilds', 'Mirko Vosk, Mind Drinker', 'Felhide Spiritbinder', 'Advent of the Wurm', 'Exile', 'Sunblast Angel', 'Stone Quarry', 'Circu, Dimir Lobotomist', 'Geistflame', 'Chained to the Rocks', 'Sultai Emissary', 'Orzhov Charm', 'Scatter the Seeds', 'Wharf Infiltrator', 'Primal Druid', 'Trial of Knowledge', 'Culling Dais', 'Aetherborn Marauder', 'Moldgraf Monstrosity', 'Careful Consideration', 'Gorgon''s Head', 'Seal of Primordium', 'Helm of the Host', 'Make a Stand', 'Spellheart Chimera', 'Flaying Tendrils', 'Lantern Kami', 'Cataclysmic Gearhulk', 'Cephalid Illusionist', 'Trial of Ambition', 'Basking Rootwalla', 'Hanweir Militia Captain', 'Kaleidostone', 'Maximize Velocity', 'Simic Guildgate', 'Demonic Rising', 'Shuko', 'Quasiduplicate', 'Ulcerate', 'Electrostatic Bolt', 'Saheeli''s Artistry', 'Night Market Lookout', 'Carrier Thrall', 'Spiketail Hatchling', 'Sculpting Steel', 'Nullify', 'Dread Return', 'Tempered Steel', 'Rustwing Falcon', 'Restoration Specialist', 'Join the Ranks', 'Glorious Anthem', 'Putrefy', 'Howling Golem', 'Fiery Impulse', 'Advanced Stitchwing', 'Ulvenwald Tracker', 'Sage Owl', 'Perilous Voyage', 'Stuffy Doll', 'Bogbrew Witch', 'Brain Freeze', 'Gilded Lotus', 'Jwar Isle Refuge', 'Fairgrounds Warden', 'Fabrication Module', 'Jester''s Scepter', 'Guile', 'The Mending of Dominaria', 'Selesnya Signet', 'Second Harvest', 'Broodmate Dragon', 'Hypothesizzle', 'Chief of the Foundry', 'Tanglebloom', 'Broken Bond', 'Null Champion', 'Conqueror''s Galleon', 'Tracker''s Instincts', 'Ire Shaman', 'Alpha Authority', 'Vivid Grove', 'Scatter to the Winds', 'Simic Sky Swallower', 'Sky Hussar', 'Spiritmonger', 'Prepare // Fight', 'Grozoth', 'Tribute to Hunger', 'Kederekt Leviathan', 'Yavimaya Elder', 'Sandsteppe Citadel', 'Avoid Fate', 'Dread Statuary', 'Early Frost', 'Dissipate', 'Plumeveil', 'Unwind', 'Consuming Aberration', 'Clockwork Beetle', 'Yavimaya Sapherd', 'Seal of Doom', 'Healer''s Hawk', 'Vendetta', 'Blisterpod', 'Flensermite', 'Kor Outfitter', 'Snapback', 'Unsummon', 'Cryptborn Horror', 'Spawning Pool', 'Urborg', 'Succumb to Temptation', 'Sedraxis Specter', 'Hidden Stockpile', 'Scepter of Fugue', 'Duskborne Skymarcher', 'Engulf the Shore', 'Sphinx of Uthuun', 'Psychic Spiral', 'Cascading Cataracts', 'Bounty of the Luxa', 'Bogardan Hellkite', 'Bojuka Brigand', 'Brimstone Volley', 'Spined Thopter', 'Cloudgoat Ranger', 'Vicious Conquistador', 'Empyreal Voyager', 'Baleful Ammit', 'Artificer''s Epiphany', 'Tidal Warrior', 'Aether Swooper', 'Bubbling Cauldron', 'Necroplasm', 'Barter in Blood', 'Stolen Identity', 'Brain Maggot', 'Man-o''-War', 'Rupture Spire', 'Suntail Hawk', 'Aqueous Form', 'Drana''s Emissary', 'Moratorium Stone', 'Trusty Machete', 'Corpsejack Menace', 'Yavimaya Hollow', 'Exava, Rakdos Blood Witch', 'Rugged Highlands', 'Identity Thief', 'Salvager of Secrets', 'Skirsdag High Priest', 'Psychatog', 'Krosan Tusker', 'Burning Oil', 'Power Sink', 'Consign // Oblivion', 'Canopy Cover', 'Arrogant Wurm', 'Firedrinker Satyr', 'Wurmweaver Coil', 'Wonder', 'Boros Challenger', 'Epochrasite', 'Oona''s Grace', 'Elsewhere Flask', 'Connive // Concoct', 'Hellspark Elemental', 'Watchwolf', 'Stone Haven Medic', 'Journeyer''s Kite', 'Charmbreaker Devils', 'Jungleborn Pioneer', 'Troll Ascetic', 'Decoction Module', 'Heart-Piercer Bow', 'Circuitous Route', 'Consuming Vapors', 'Kalastria Healer', 'Opulent Palace', 'From Under the Floorboards', 'Woodland Wanderer', 'Planar Cleansing', 'Shriekgeist', 'Tatyova, Benthic Druid', 'Confiscate', 'Lashweed Lurker', 'Sprouting Thrinax', 'Hellhole Flailer', 'Armament Master', 'Faerie Trickery', 'Crumbling Necropolis', 'Chandra''s Ignition', 'Woodland Stream', 'Even the Odds', 'Cryptoplasm', 'Ancient Amphitheater', 'Fists of Ironwood', 'Bloodwater Entity', 'Read the Bones', 'Flayer of the Hatebound', 'Psychic Strike', 'Torment of Scarabs', 'Vexing Scuttler', 'Ashenmoor Gouger', 'Spear of Heliod', 'Desert of the Indomitable', 'Sporecrown Thallid', 'Agony Warp', 'Savage Lands', 'Cruel Reality', 'Nightscape Familiar', 'Choked Estuary', 'Azorius Guildgate', 'Riddlesmith', 'Anticipate', 'Garza Zol, Plague Queen', 'Blighted Fen', 'Mercurial Pretender', 'Tajuru Preserver', 'Lonely Sandbar', 'Spore Swarm', 'Faith''s Fetters', 'Nomad Outpost', 'Whirler Virtuoso', 'Thornbow Archer', 'Stone Haven Outfitter', 'Herald of Torment', 'Last Breath', 'Spelltwine', 'Trail of Evidence', 'Flameshadow Conjuring', 'Oviya Pashiri, Sage Lifecrafter', 'Vessel of Nascency', 'Seeker of the Way', 'Intet, the Dreamer', 'Hour of Revelation', 'Memorial to Unity', 'Pyramid of the Pantheon', 'Scatter Arc', 'Terra Stomper', 'Karoo', 'Take Inventory', 'Zulaport Cutthroat', 'Gateway Plaza', 'Curious Homunculus', 'Banishing Light', 'Phantom Nomad', 'Noose Constrictor', 'Weaponcraft Enthusiast', 'Enlisted Wurm', 'Memorial to War', 'Sram''s Expertise', 'Elixir of Immortality', 'Tormented Hero', 'Clone', 'Chromatic Lantern', 'Stasis Snare', 'Azra Bladeseeker', 'Makeshift Mannequin', 'Wrecking Ball', 'Attune with Aether', 'Counsel of the Soratami', 'Festering Newt', 'Transgress the Mind', 'Sift', 'Vitu-Ghazi, the City-Tree', 'Foul Emissary', 'Court Homunculus', 'Hallowed Moonlight', 'Bow of Nylea', 'Treasure Cruise', 'Golgari Guildgate', 'Helm of the Gods', 'Loxodon Warhammer', 'Leave // Chance', 'Curiosity', 'Trespasser''s Curse', 'Trophy Mage', 'Selesnya Evangel', 'Wretched Gryff', 'Mitotic Slime', 'Heir of Falkenrath', 'Reef Shaman', 'White Sun''s Zenith', 'Watchers of the Dead', 'Necrotic Wound', 'Thawing Glaciers', 'Rakshasa Deathdealer', 'Sultai Charm', 'Moment of Craving', 'Sundering Growth', 'Walk the Plank', 'Protean Hydra', 'Grimoire Thief', 'Cackling Counterpart', 'Necropolis Fiend', 'Dreampod Druid', 'Supernatural Stamina', 'Kitesail Apprentice', 'Encroaching Wastes', 'Urza''s Factory', 'Stitch Together', 'Scrabbling Claws', 'Basilica Screecher', 'Masticore', 'Palace Familiar', 'Foul Orchard', 'Entomber Exarch', 'Protean Raider', 'Sphere of the Suns', 'Goblin Cratermaker', 'Fleetwheel Cruiser', 'Captain''s Claws', 'Pale Rider of Trostad', 'Underworld Cerberus', 'Diluvian Primordial', 'True Believer', 'Bioshift', 'Phantasmal Bear', 'Blighted Woodland', 'Foreboding Ruins', 'Charge', 'Hada Freeblade', 'Autochthon Wurm', 'Triskelion', 'Pilfered Plans', 'Dack''s Duplicate', 'Kuro, Pitlord', 'Vivid Meadow', 'Always Watching', 'Alchemist''s Vial', 'Kindle', 'Grixis Charm', 'Cloudblazer', 'Memorial to Genius', 'Curse of the Swine', 'Followed Footsteps', 'Academy Elite', 'Yixlid Jailer', 'Servo Exhibition', 'Painful Truths', 'Spike Feeder', 'Millstone', 'Psychic Drain', 'Longtusk Cub'))) 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, 272.7, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (103.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 ('Skeleton Shard', 'Dead Weight', 'Imminent Doom', 'Sunblast Angel', 'Thawing Glaciers', 'Confiscate', 'Longtusk Cub', 'Golgari Guildgate', 'Qasali Ambusher', 'Ire Shaman', 'Vivid Meadow', 'Hidden Stockpile', 'Vivid Marsh', 'Dreampod Druid', 'Maximize Velocity', 'Chained to the Rocks', 'Bloodsoaked Champion', 'Graveblade Marauder', 'Dreadship Reef', 'Mercurial Pretender', 'Anticipate', 'White Sun''s Zenith', 'Tranquil Garden', 'Dread Statuary', 'World Shaper', 'Sanctum of Ugin', 'Meandering River', 'Vicious Conquistador', 'Troll Ascetic', 'Helm of the Gods', 'Crystal Ball', 'Foul Orchard', 'Mark of Sakiko', 'Blazing Archon', 'Shaman en-Kor', 'Cataclysmic Gearhulk', 'Herald of Torment', 'Vivid Grove', 'Web of Inertia', 'Tormented Hero', 'Metalwork Colossus', 'Terra Stomper', 'Faith''s Fetters', 'Gruul Signet', 'Protean Raider', 'Corpsejack Menace', 'Attune with Aether', 'Selesnya Guildmage', 'Gird for Battle', 'Highland Lake', 'Chandra''s Spitfire', 'Izzet Guildgate', 'Vendetta', 'Sphinx of Uthuun', 'Foul Emissary', 'Blisterpod', 'Selesnya Evangel', 'Watchers of the Dead', 'Workshop Assistant', 'Altered Ego', 'Invigorated Rampage', 'Heart-Piercer Bow', 'Starstorm', 'Noose Constrictor', 'Crumbling Necropolis', 'Alchemist''s Vial', 'Brutal Expulsion', 'Confirm Suspicions', 'Curse of Death''s Hold', 'Collective Defiance', 'Spear of Heliod', 'Demonic Rising', 'Haunted Plate Mail', 'Rogue''s Passage', 'Hellhole Flailer', 'Savage Lands', 'Angelic Gift', 'Scepter of Fugue', 'Baleful Ammit', 'Trial of Ambition', 'Gatekeeper of Malakir', 'Shelter', 'Falkenrath Gorger', 'Hammer of Bogardan', 'Psychatog', 'Kor Outfitter', 'Secluded Steppe', 'Jester''s Scepter', 'Salvager of Secrets', 'Murderous Cut', 'Last Breath', 'Mesmeric Fiend', 'Barter in Blood', 'Festering Newt', 'Chimeric Mass', 'Whirler Virtuoso', 'The Mending of Dominaria', 'Jwar Isle Refuge', 'Diabolic Tutor', 'Nomad Outpost', 'Hour of Revelation', 'Roterothopter', 'Woodland Wanderer', 'Riddlesmith', 'Vessel of Nascency', 'Summoner''s Egg', 'Sky Hussar', 'Ulvenwald Tracker', 'Remove Soul', 'Foundry of the Consuls', 'Elemental Bond', 'Wharf Infiltrator', 'Pain Seer', 'Rampant Growth', 'Putrefy', 'Second Harvest', 'Heir of Falkenrath', 'Scatter Arc', 'Take Inventory', 'Epochrasite', 'Spike Feeder', 'Edge of Autumn', 'Kjeldoran Outpost', 'Dream Twist', 'Moldgraf Monstrosity', 'Vexing Scuttler', 'Splinterfright', 'Asylum Visitor', 'Addle', 'Thunderbolt', 'Millstone', 'Ulcerate', 'Bloodwater Entity', 'Avoid Fate', 'Memorial to War', 'Captain''s Claws', 'Hallowed Moonlight', 'Wonder', 'Consuming Aberration', 'Firedrinker Satyr', 'Time Ebb', 'Enlisted Wurm', 'Tajuru Preserver', 'Arrogant Wurm', 'Open the Armory', 'Psychic Drain', 'Tempered Steel', 'Benefaction of Rhonas', 'Bioshift', 'Zulaport Cutthroat', 'Despoiler of Souls', 'Flameshadow Conjuring', 'Tormenting Voice', 'Blighted Woodland', 'Molten Disaster', 'Burning Oil', 'Phantom Nomad', 'Howling Golem', 'Gatherer of Graces', 'Elixir of Immortality', 'Advanced Stitchwing', 'Altar''s Reap', 'Bogbrew Witch', 'March from the Tomb', 'Make a Stand', 'Man-o''-War', 'Spore Swarm', 'Sandsteppe Citadel', 'Yavimaya Hollow', 'Into the North', 'Counsel of the Soratami', 'Trophy Mage', 'Memorial to Genius', 'Rootwater Depths', 'Treasure Cruise', 'Thornbow Archer', 'Hellspark Elemental', 'Kitesail Apprentice', 'Tukatongue Thallid', 'Ordeal of Thassa', 'Dregscape Zombie', 'Sheltering Light', 'Bile Blight', 'Cascading Cataracts', 'Mitotic Slime', 'Cloudgoat Ranger', 'Drana''s Emissary', 'Grim Haruspex', 'Ashenmoor Gouger', 'Trespasser''s Curse', 'Loxodon Warhammer', 'Hour of Eternity', 'Utter End', 'Grimoire Thief', 'Insidious Will', 'Distress', 'Precognition Field', 'Tidal Warrior', 'Scatter the Seeds', 'Decoction Module', 'Quasiduplicate', 'Homicidal Seclusion', 'Karoo', 'Stone Quarry', 'Kitesail Scout', 'Fairgrounds Warden', 'Electrostatic Bolt', 'Planar Cleansing', 'Semblance Anvil', 'Immortal Servitude', 'Haunted Cloak', 'Bane of Bala Ged', 'Tribute to Hunger', 'Ravenous Rats', 'Grenzo, Dungeon Warden', 'Healer''s Hawk', 'Scrabbling Claws', 'Skinrender', 'Haunted Dead', 'Kaleidostone', 'Skirsdag High Priest', 'Warleader''s Helix', 'Underworld Cerberus', 'Dread Return', 'Nullify', 'Psychic Spiral', 'Hordeling Outburst', 'Glorious Anthem', 'Displacement Wave', 'Keldon Halberdier', 'Entomber Exarch', 'Clone', 'Simic Sky Swallower', 'Serene Steward', 'Favored Hoplite', 'Academy Elite', 'Shrine of Loyal Legions', 'Pardic Dragon', 'Basking Rootwalla', 'Striped Riverwinder', 'Trusty Machete', 'Snapback', 'Exava, Rakdos Blood Witch', 'Consume the Meek', 'Urza''s Factory', 'Cephalid Illusionist', 'Stone Haven Medic', 'Shriekgeist', 'Necrotic Wound', 'Seeker of the Way', 'Increasing Savagery', 'Loyal Pegasus', 'Plumeveil', 'Kor Duelist', 'Fresh Meat', 'Sphere of the Suns', 'Painful Truths', 'Tracker''s Instincts', 'Highland Weald', 'Charge', 'Sultai Emissary', 'Goblin Cratermaker', 'Moment of Craving', 'Paranoid Delusions', 'Empyreal Voyager', 'Circu, Dimir Lobotomist', 'Broken Bond', 'Memory Sluice', 'Suntail Hawk', 'Desert of the Glorified', 'Declaration in Stone', 'Join the Ranks', 'Hanweir Militia Captain', 'Lake of the Dead', 'Tatyova, Benthic Druid', 'Nightscape Familiar', 'Cryptborn Horror', 'Jungleborn Pioneer', 'Kessig Cagebreakers', 'Broodmate Dragon', 'Kuro, Pitlord', 'Opulent Palace', 'Sage''s Row Denizen', 'Chandra''s Ignition', 'Desert of the Indomitable', 'High Priest of Penance', 'Hermit Druid', 'Vampiric Rites', 'Hada Freeblade', 'Unsummon', 'Faerie Trickery', 'Drowned Secrets', 'Torment of Scarabs', 'Fiery Impulse', 'Quicksand', 'True Believer', 'Phalanx Leader', 'Illusory Ambusher', 'Rakdos Guildgate', 'Dissipate', 'Walk the Plank', 'Alpha Authority', 'Watchwolf', 'Cruel Reality', 'Bubbling Cauldron', 'Aven Skirmisher', 'Shivan Sand-Mage', 'Sporecrown Thallid', 'Curse of Thirst', 'Sculpting Steel', 'Duskmantle, House of Shadow', 'Goblin Assault', 'Thopter Spy Network', 'Forbid', 'Shimian Specter', 'Necroplasm', 'Azra Bladeseeker', 'Choked Estuary', 'Stasis Snare', 'Consign // Oblivion', 'Diluvian Primordial', 'Hypothesizzle', 'Rogue Refiner', 'Banewhip Punisher', 'Behemoth Sledge', 'Bloodthrone Vampire', 'Advent of the Wurm', 'Spiritmonger', 'Holdout Settlement', 'Mind Grind', 'Bojuka Brigand', 'Psychic Possession', 'Memorial to Unity', 'Woodland Stream', 'Psychic Strike', 'Flayer of the Hatebound', 'Mulch', 'Fungal Infection', 'Curse of the Swine', 'Chief of the Foundry', 'Fertile Imagination', 'Waterveil Cavern', 'Guile', 'Sedraxis Specter', 'Encroaching Wastes', 'Gorgon''s Head', 'Stuffy Doll', 'Masticore', 'Mystic Monastery', 'Brain Maggot', 'From Under the Floorboards', 'Rishkar''s Expertise', 'Gruul Guildgate', 'Canopy Cover', 'Moratorium Stone', 'Bottle Gnomes', 'Trail of Evidence', 'Supernatural Stamina', 'Servo Exhibition', 'Selesnya Guildgate', 'Artificer''s Epiphany', 'Story Circle', 'Winds of Rebuke', 'Bogardan Hellkite', 'Sultai Charm', 'Simic Guildgate', 'Evolving Wilds', 'Kindle', 'Bounty of the Luxa', 'Banishing Light', 'Reaper from the Abyss', 'Wretched Gryff', 'Foreboding Ruins', 'Fists of Ironwood', 'Lashweed Lurker', 'Trial of Knowledge', 'Landslide', 'Lonely Sandbar', 'Carnophage', 'Plasm Capture', 'Orzhov Charm', 'Grow from the Ashes', 'Vitu-Ghazi, the City-Tree', 'Primal Druid', 'Sigarda''s Aid', 'Hedron Archive', 'Cackling Counterpart', 'Wretched Banquet', 'Followed Footsteps', 'Shuko', 'Channeler Initiate', 'Clockwork Beetle', 'Radiant Flames', 'Elsewhere Flask', 'Curious Homunculus', 'Reef Shaman', 'Felidar Guardian', 'Hellrider', 'Even the Odds', 'Saheeli''s Artistry', 'Spawning Pool', 'Brimstone Volley', 'Soul Foundry', 'Careful Consideration', 'Kalastria Healer', 'Scatter to the Winds', 'Pentavus', 'Phantasmal Bear', 'Makeshift Mannequin', 'Saving Grace', 'Galvanic Bombardment', 'Fungal Plots', 'Talent of the Telepath', 'Goblin Dark-Dwellers', 'Blighted Cataract', 'Karn, Silver Golem', 'Basilica Screecher', 'Geistflame', 'Lurking Informant', 'Inner Demon', 'Scent of Brine', 'Brain Freeze', 'Helm of the Host', 'Aetherborn Marauder', 'Sage Owl', 'Jace''s Ingenuity', 'Topplegeist', 'Yavimaya Sapherd', 'Spiketail Hatchling', 'Rakshasa Deathdealer', 'Seal of Primordium', 'Wrecking Ball', 'Pale Rider of Trostad', 'Bloodgift Demon', 'Rustwing Falcon', 'Armament Master', 'Carrier Thrall', 'Tragic Lesson', 'Night Market Lookout', 'Leave // Chance', 'Yixlid Jailer', 'Gateway Plaza', 'Pyramid of the Pantheon', 'Sin Collector', 'Pilfered Plans', 'Lantern Kami', 'Krosan Tusker', 'Metalspinner''s Puzzleknot', 'Glint Hawk Idol', 'Dimir Guildgate', 'Spellheart Chimera', 'Stitch Together', 'Garza Zol, Plague Queen', 'Grasp of Darkness', 'Urborg', 'Desecration Demon', 'Sundering Growth', 'Yavimaya Elder', 'Transgress the Mind', 'Succumb to Temptation', 'Void Shatter', 'Spined Thopter', 'Conqueror''s Galleon', 'Sram''s Expertise', 'Mockery of Nature', 'Stone Haven Outfitter', 'Court Homunculus', 'Lotleth Giant', 'Sprouting Thrinax', 'Stolen Identity', 'Perilous Voyage', 'Thran Temporal Gateway', 'Demonfire', 'Fabrication Module', 'Loxodon Hierarch', 'Weight of Memory', 'Mirko Vosk, Mind Drinker', 'Prepare // Fight', 'Crumbling Vestige', 'Toolcraft Exemplar', 'Chromatic Lantern', 'Fevered Visions', 'Curiosity', 'Power Sink', 'Prophetic Bolt', 'Repeal', 'Rattleclaw Mystic', 'Compulsive Research', 'Dreg Mangler', 'Tome Scour', 'Drownyard Behemoth', 'Spelltwine', 'Early Frost', 'Boros Challenger', 'Charmbreaker Devils', 'Connive // Concoct', 'Cryptoplasm', 'Cultivator''s Caravan', 'Tragic Arrogance', 'Sunbird''s Invocation', 'Tuktuk the Explorer', 'Narcolepsy', 'Journeyer''s Kite', 'Culling Dais', 'Oviya Pashiri, Sage Lifecrafter', 'Village Messenger', 'Exile', 'Haunting Echoes', 'Ondu Giant', 'Restoration Specialist', 'Fury Charm', 'Duskborne Skymarcher', 'Felhide Spiritbinder', 'Phantasmal Fiend', 'Kederekt Leviathan', 'Incendiary Flow', 'Magister of Worth', 'Smother', 'Pillar of Flame', 'Grixis Charm', 'Hypnotic Specter', 'Flensermite', 'Consuming Vapors', 'Increasing Confusion', 'Seal of Doom', 'Fleetwheel Cruiser', 'Necropolis Fiend', 'Sylvan Advocate', 'Bone Saw', 'Grozoth', 'Expedition Envoy', 'Flaying Tendrils', 'Whispers of the Muse', 'Aqueous Form', 'Defiant Strike', 'Narcomoeba', 'Dack''s Duplicate', 'Docent of Perfection', 'Hoarding Dragon', 'Rugged Highlands', 'Blighted Fen', 'Aether Swooper', 'Power Conduit', 'Oona''s Grace', 'Tanglebloom', 'Scoured Barrens', 'Ancient Amphitheater', 'Curse of Misfortunes', 'Protean Hydra', 'Martyr of Frost', 'Weaponcraft Enthusiast', 'Soul Exchange', 'Identity Thief', 'Autochthon Wurm', 'Gilded Lotus', 'Battlewise Hoplite', 'Cartouche of Strength', 'Temur Ascendancy', 'Oona, Queen of the Fae', 'Gods Willing', 'Driven // Despair', 'Null Champion', 'Planar Outburst', 'Molten Primordial', 'Cloudblazer', 'Sift', 'Read the Bones', 'Prophet of Kruphix', 'Circuitous Route', 'Intet, the Dreamer', 'Bow of Nylea', 'Unwind', 'Always Watching', 'Rupture Spire', 'Wurmweaver Coil', 'Agony Warp', 'Azorius Guildgate', 'Dimir Cutpurse', 'Cadaver Imp', 'Engulf the Shore', 'Abzan Charm', 'Triskelion', 'Selesnya Signet', 'Palace Familiar'))) 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.7, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (249.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 ('Walk the Plank', 'Forbid', 'Snapback', 'Careful Consideration', 'Vexing Scuttler', 'Unwind', 'Phalanx Leader', 'Whispers of the Muse', 'Boros Challenger', 'Jace''s Ingenuity', 'Trophy Mage', 'Altered Ego', 'Spiketail Hatchling', 'Gods Willing', 'Hidden Stockpile', 'Lashweed Lurker', 'Flameshadow Conjuring', 'Scrabbling Claws', 'Murderous Cut', 'Curious Homunculus', 'Skirsdag High Priest', 'Advent of the Wurm', 'Smother', 'Loxodon Hierarch', 'Grozoth', 'Journeyer''s Kite', 'Tuktuk the Explorer', 'Asylum Visitor', 'Confiscate', 'Bloodwater Entity', 'Stolen Identity', 'Garza Zol, Plague Queen', 'Kor Duelist', 'Prophetic Bolt', 'Gruul Guildgate', 'Tajuru Preserver', 'Summoner''s Egg', 'Homicidal Seclusion', 'Mark of Sakiko', 'Izzet Guildgate', 'Tragic Lesson', 'Molten Primordial', 'Early Frost', 'Fungal Infection', 'Demonic Rising', 'Rattleclaw Mystic', 'Trial of Knowledge', 'Engulf the Shore', 'Serene Steward', 'Psychic Possession', 'Shaman en-Kor', 'Cryptoplasm', 'Blisterpod', 'Urborg', 'Rogue Refiner', 'Grasp of Darkness', 'Talent of the Telepath', 'Golgari Guildgate', 'Circuitous Route', 'Rogue''s Passage', 'Shrine of Loyal Legions', 'Cloudblazer', 'Bile Blight', 'Starstorm', 'Hypnotic Specter', 'Festering Newt', 'Shimian Specter', 'Weight of Memory', 'Goblin Dark-Dwellers', 'Tanglebloom', 'Foundry of the Consuls', 'Gruul Signet', 'Whirler Virtuoso', 'Supernatural Stamina', 'Pentavus', 'Vivid Marsh', 'Stitch Together', 'Highland Lake', 'Splinterfright', 'Metalspinner''s Puzzleknot', 'Immortal Servitude', 'Scoured Barrens', 'Stasis Snare', 'Yavimaya Sapherd', 'Dread Statuary', 'Trusty Machete', 'Dissipate', 'Crystal Ball', 'Sultai Emissary', 'Fertile Imagination', 'Noose Constrictor', 'Hellspark Elemental', 'Planar Outburst', 'Graveblade Marauder', 'Ulcerate', 'Memory Sluice', 'Servo Exhibition', 'Rakdos Guildgate', 'Increasing Confusion', 'Tatyova, Benthic Druid', 'Web of Inertia', 'Metalwork Colossus', 'Torment of Scarabs', 'Identity Thief', 'Scatter Arc', 'Angelic Gift', 'Power Conduit', 'Pain Seer', 'Aether Swooper', 'Azorius Guildgate', 'Insidious Will', 'Sundering Growth', 'Hada Freeblade', 'Fury Charm', 'Longtusk Cub', 'Desert of the Indomitable', 'Narcolepsy', 'Reef Shaman', 'Watchers of the Dead', 'Tragic Arrogance', 'Seal of Doom', 'Warleader''s Helix', 'Scatter the Seeds', 'Utter End', 'Chandra''s Spitfire', 'Quasiduplicate', 'Compulsive Research', 'Basilica Screecher', 'Fairgrounds Warden', 'Armament Master', 'Sunbird''s Invocation', 'Flaying Tendrils', 'Tormenting Voice', 'Second Harvest', 'Brimstone Volley', 'Oona''s Grace', 'Scatter to the Winds', 'White Sun''s Zenith', 'Psychatog', 'Wonder', 'Sift', 'Stuffy Doll', 'Wretched Gryff', 'Helm of the Host', 'Brutal Expulsion', 'Broken Bond', 'Bogardan Hellkite', 'Vicious Conquistador', 'Yixlid Jailer', 'Riddlesmith', 'Drownyard Behemoth', 'Cataclysmic Gearhulk', 'Jungleborn Pioneer', 'Topplegeist', 'Bottle Gnomes', 'Vampiric Rites', 'Painful Truths', 'Sphinx of Uthuun', 'Consuming Vapors', 'Ordeal of Thassa', 'Martyr of Frost', 'Woodland Stream', 'Primal Druid', 'Collective Defiance', 'Abzan Charm', 'Necrotic Wound', 'Haunting Echoes', 'Galvanic Bombardment', 'Pilfered Plans', 'Mercurial Pretender', 'Trail of Evidence', 'Blighted Cataract', 'Azra Bladeseeker', 'Blighted Fen', 'Moment of Craving', 'Displacement Wave', 'Spined Thopter', 'Sigarda''s Aid', 'Salvager of Secrets', 'Oona, Queen of the Fae', 'Exava, Rakdos Blood Witch', 'March from the Tomb', 'Gatekeeper of Malakir', 'Ashenmoor Gouger', 'Tormented Hero', 'Culling Dais', 'Karn, Silver Golem', 'Krosan Tusker', 'Suntail Hawk', 'Docent of Perfection', 'Pale Rider of Trostad', 'Baleful Ammit', 'Kederekt Leviathan', 'Hordeling Outburst', 'Defiant Strike', 'Saving Grace', 'Ravenous Rats', 'Kitesail Apprentice', 'Pillar of Flame', 'Demonfire', 'Phantasmal Fiend', 'Dack''s Duplicate', 'Favored Hoplite', 'Consuming Aberration', 'Thornbow Archer', 'Selesnya Guildgate', 'Unsummon', 'Haunted Cloak', 'Thawing Glaciers', 'Cadaver Imp', 'Declaration in Stone', 'Protean Raider', 'Ancient Amphitheater', 'Wretched Banquet', 'Shriekgeist', 'Consume the Meek', 'Heir of Falkenrath', 'Woodland Wanderer', 'Conqueror''s Galleon', 'Kjeldoran Outpost', 'Rupture Spire', 'Scepter of Fugue', 'Savage Lands', 'Crumbling Necropolis', 'Broodmate Dragon', 'Gird for Battle', 'Secluded Steppe', 'Last Breath', 'Flensermite', 'Narcomoeba', 'Necropolis Fiend', 'Fevered Visions', 'Semblance Anvil', 'Stone Haven Outfitter', 'Confirm Suspicions', 'Sandsteppe Citadel', 'Kaleidostone', 'Blazing Archon', 'Encroaching Wastes', 'Shelter', 'Fungal Plots', 'Soul Foundry', 'Foreboding Ruins', 'Bounty of the Luxa', 'Captain''s Claws', 'Alchemist''s Vial', 'Vivid Meadow', 'Makeshift Mannequin', 'Plumeveil', 'World Shaper', 'Sculpting Steel', 'Inner Demon', 'Bane of Bala Ged', 'High Priest of Penance', 'Moratorium Stone', 'Altar''s Reap', 'Dead Weight', 'Brain Maggot', 'Geistflame', 'Thunderbolt', 'Bone Saw', 'Sedraxis Specter', 'Empyreal Voyager', 'Maximize Velocity', 'Saheeli''s Artistry', 'Workshop Assistant', 'Transgress the Mind', 'Watchwolf', 'Moldgraf Monstrosity', 'Succumb to Temptation', 'Rampant Growth', 'Bojuka Brigand', 'Skeleton Shard', 'Clone', 'Burning Oil', 'Scent of Brine', 'Treasure Cruise', 'Banewhip Punisher', 'Make a Stand', 'Shuko', 'Canopy Cover', 'Helm of the Gods', 'Chief of the Foundry', 'Village Messenger', 'Fists of Ironwood', 'Paranoid Delusions', 'Hammer of Bogardan', 'Clockwork Beetle', 'Behemoth Sledge', 'Spore Swarm', 'Glorious Anthem', 'Drana''s Emissary', 'True Believer', 'Qasali Ambusher', 'Remove Soul', 'Cryptborn Horror', 'Edge of Autumn', 'Mesmeric Fiend', 'Lantern Kami', 'Grimoire Thief', 'Molten Disaster', 'Wharf Infiltrator', 'Kindle', 'Troll Ascetic', 'Power Sink', 'Despoiler of Souls', 'Yavimaya Hollow', 'Underworld Cerberus', 'Firedrinker Satyr', 'Arrogant Wurm', 'Gatherer of Graces', 'Followed Footsteps', 'Even the Odds', 'Dream Twist', 'Evolving Wilds', 'Hellrider', 'Open the Armory', 'Selesnya Signet', 'Sin Collector', 'Night Market Lookout', 'Aven Skirmisher', 'Soul Exchange', 'Memorial to War', 'Skinrender', 'Yavimaya Elder', 'The Mending of Dominaria', 'Null Champion', 'Sylvan Advocate', 'Temur Ascendancy', 'Bow of Nylea', 'Karoo', 'Sunblast Angel', 'Hoarding Dragon', 'Tranquil Garden', 'Invigorated Rampage', 'Tukatongue Thallid', 'Kessig Cagebreakers', 'Tribute to Hunger', 'Tome Scour', 'Curse of Echoes', 'Barter in Blood', 'Gilded Lotus', 'Keldon Halberdier', 'Duskmantle, House of Shadow', 'Blighted Woodland', 'Perilous Voyage', 'Duskborne Skymarcher', 'Alpha Authority', 'Dimir Guildgate', 'Guile', 'Illusory Ambusher', 'Fresh Meat', 'Distress', 'Vivid Grove', 'Dimir Cutpurse', 'Highland Weald', 'Dreg Mangler', 'Charge', 'Prepare // Fight', 'Striped Riverwinder', 'Radiant Flames', 'Mind Grind', 'Goblin Assault', 'Thopter Spy Network', 'Academy Elite', 'Take Inventory', 'Leave // Chance', 'Bloodsoaked Champion', 'Gateway Plaza', 'Grixis Charm', 'Winds of Rebuke', 'Holdout Settlement', 'Opulent Palace', 'Pyramid of the Pantheon', 'Tidal Warrior', 'Phantom Nomad', 'Avoid Fate', 'Kuro, Pitlord', 'Driven // Despair', 'Bloodthrone Vampire', 'Elixir of Immortality', 'Aetherborn Marauder', 'Masticore', 'Phantasmal Bear', 'Counsel of the Soratami', 'Always Watching', 'Join the Ranks', 'Benefaction of Rhonas', 'Spiritmonger', 'Orzhov Charm', 'Seeker of the Way', 'Herald of Torment', 'Psychic Strike', 'Advanced Stitchwing', 'Spawning Pool', 'Channeler Initiate', 'Hermit Druid', 'Addle', 'Into the North', 'Simic Sky Swallower', 'Hanweir Militia Captain', 'Foul Emissary', 'Desert of the Glorified', 'Attune with Aether', 'Weaponcraft Enthusiast', 'Sprouting Thrinax', 'Decoction Module', 'Psychic Drain', 'Kalastria Healer', 'Brain Freeze', 'Haunted Dead', 'Cascading Cataracts', 'Mirko Vosk, Mind Drinker', 'Cloudgoat Ranger', 'Time Ebb', 'Autochthon Wurm', 'Lonely Sandbar', 'Rustwing Falcon', 'Shivan Sand-Mage', 'Nullify', 'Simic Guildgate', 'Court Homunculus', 'Dreampod Druid', 'Rootwater Depths', 'Kitesail Scout', 'Circu, Dimir Lobotomist', 'Charmbreaker Devils', 'Psychic Spiral', 'Aqueous Form', 'Kor Outfitter', 'Consign // Oblivion', 'Gorgon''s Head', 'Spellheart Chimera', 'Elemental Bond', 'Sanctum of Ugin', 'Grow from the Ashes', 'Intet, the Dreamer', 'Sheltering Light', 'Plasm Capture', 'Grenzo, Dungeon Warden', 'Hour of Revelation', 'Cartouche of Strength', 'Grim Haruspex', 'Corpsejack Menace', 'Hallowed Moonlight', 'Lake of the Dead', 'Choked Estuary', 'Battlewise Hoplite', 'Faerie Trickery', 'Bubbling Cauldron', 'Palace Familiar', 'Prophet of Kruphix', 'Stone Quarry', 'Diluvian Primordial', 'Jwar Isle Refuge', 'Vitu-Ghazi, the City-Tree', 'Sultai Charm', 'Cruel Reality', 'Man-o''-War', 'Pardic Dragon', 'Curse of Death''s Hold', 'Cephalid Illusionist', 'Sage Owl', 'Sram''s Expertise', 'Artificer''s Epiphany', 'Landslide', 'Basking Rootwalla', 'Fabrication Module', 'Sky Hussar', 'Read the Bones', 'Chimeric Mass', 'Curse of Misfortunes', 'Restoration Specialist', 'Exile', 'Mulch', 'Fleetwheel Cruiser', 'Seal of Primordium', 'Foul Orchard', 'Bogbrew Witch', 'Enlisted Wurm', 'Heart-Piercer Bow', 'Rishkar''s Expertise', 'Rakshasa Deathdealer', 'Triskelion', 'Carrier Thrall', 'Curse of Thirst', 'Mitotic Slime', 'Sporecrown Thallid', 'Lurking Informant', 'Hedron Archive', 'Nightscape Familiar', 'Chromatic Lantern', 'Wurmweaver Coil', 'Trespasser''s Curse', 'Carnophage', 'Roterothopter', 'Felhide Spiritbinder', 'Dregscape Zombie', 'Vessel of Nascency', 'Cultivator''s Caravan', 'From Under the Floorboards', 'Magister of Worth', 'Healer''s Hawk', 'Zulaport Cutthroat', 'Tracker''s Instincts', 'Void Shatter', 'Hour of Eternity', 'Putrefy', 'Quicksand', 'Loxodon Warhammer', 'Glint Hawk Idol', 'Increasing Savagery', 'Spelltwine', 'Jester''s Scepter', 'Anticipate', 'Ire Shaman', 'Bloodgift Demon', 'Rugged Highlands', 'Necroplasm', 'Hypothesizzle', 'Sage''s Row Denizen', 'Crumbling Vestige', 'Mockery of Nature', 'Dreadship Reef', 'Bioshift', 'Chained to the Rocks', 'Curse of the Swine', 'Epochrasite', 'Banishing Light', 'Entomber Exarch', 'Vendetta', 'Tempered Steel', 'Ondu Giant', 'Howling Golem', 'Loyal Pegasus', 'Faith''s Fetters', 'Agony Warp', 'Sphere of the Suns', 'Memorial to Unity', 'Selesnya Guildmage', 'Terra Stomper', 'Millstone', 'Fiery Impulse', 'Flayer of the Hatebound', 'Elsewhere Flask', 'Planar Cleansing', 'Diabolic Tutor', 'Expedition Envoy', 'Cackling Counterpart', 'Imminent Doom', 'Spike Feeder', 'Drowned Secrets', 'Trial of Ambition', 'Electrostatic Bolt', 'Selesnya Evangel', 'Wrecking Ball', 'Meandering River', 'Urza''s Factory', 'Falkenrath Gorger', 'Toolcraft Exemplar', 'Dread Return', 'Haunted Plate Mail', 'Protean Hydra', 'Connive // Concoct', 'Hellhole Flailer', 'Memorial to Genius', 'Repeal', 'Thran Temporal Gateway', 'Ulvenwald Tracker', 'Curiosity', 'Story Circle', 'Goblin Cratermaker', 'Reaper from the Abyss', 'Desecration Demon', 'Chandra''s Ignition', 'Felidar Guardian', 'Nomad Outpost', 'Mystic Monastery', 'Incendiary Flow', 'Oviya Pashiri, Sage Lifecrafter', 'Lotleth Giant', 'Waterveil Cavern', 'Stone Haven Medic', 'Precognition Field', 'Spear of Heliod'))) 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, 249.7, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (165.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 ('Blazing Archon', 'Savage Lands', 'Curse of Thirst', 'Hedron Archive', 'Smother', 'Hypnotic Specter', 'Vivid Meadow', 'Sunblast Angel', 'Inner Demon', 'Psychic Spiral', 'Selesnya Signet', 'Time Ebb', 'Tajuru Preserver', 'White Sun''s Zenith', 'Foul Orchard', 'Power Sink', 'Longtusk Cub', 'Phantasmal Bear', 'Geistflame', 'Lashweed Lurker', 'Gorgon''s Head', 'Troll Ascetic', 'Leave // Chance', 'Channeler Initiate', 'Benefaction of Rhonas', 'Highland Weald', 'Simic Sky Swallower', 'Kor Outfitter', 'Martyr of Frost', 'Stone Quarry', 'Bojuka Brigand', 'Rustwing Falcon', 'Scent of Brine', 'Dreampod Druid', 'Early Frost', 'Banewhip Punisher', 'Curse of Misfortunes', 'Grozoth', 'Chromatic Lantern', 'Burning Oil', 'Join the Ranks', 'Hallowed Moonlight', 'Memory Sluice', 'Grasp of Darkness', 'Elemental Bond', 'Addle', 'Kor Duelist', 'Cloudblazer', 'Fleetwheel Cruiser', 'Stone Haven Outfitter', 'Selesnya Guildgate', 'Phantasmal Fiend', 'Defiant Strike', 'Bile Blight', 'Whirler Virtuoso', 'Increasing Savagery', 'Fungal Infection', 'Increasing Confusion', 'Putrefy', 'Wretched Gryff', 'Secluded Steppe', 'Crumbling Necropolis', 'Suntail Hawk', 'Quasiduplicate', 'Fairgrounds Warden', 'Gilded Lotus', 'Clockwork Beetle', 'Flaying Tendrils', 'Imminent Doom', 'Altered Ego', 'Exava, Rakdos Blood Witch', 'Starstorm', 'Saving Grace', 'Hermit Druid', 'Anticipate', 'Graveblade Marauder', 'World Shaper', 'Demonic Rising', 'Spiritmonger', 'Blighted Woodland', 'Hour of Revelation', 'Last Breath', 'Sporecrown Thallid', 'Wonder', 'Glorious Anthem', 'Palace Familiar', 'Cephalid Illusionist', 'Moratorium Stone', 'Rishkar''s Expertise', 'Advanced Stitchwing', 'Trespasser''s Curse', 'Sculpting Steel', 'Duskborne Skymarcher', 'Curse of Death''s Hold', 'Ondu Giant', 'Haunting Echoes', 'Academy Elite', 'Terra Stomper', 'Trusty Machete', 'Planar Outburst', 'Precognition Field', 'Fury Charm', 'Dregscape Zombie', 'Careful Consideration', 'Asylum Visitor', 'Bloodthrone Vampire', 'Makeshift Mannequin', 'Utter End', 'Loxodon Hierarch', 'Selesnya Evangel', 'Even the Odds', 'Evolving Wilds', 'Memorial to Genius', 'Haunted Cloak', 'Thran Temporal Gateway', 'Blisterpod', 'Holdout Settlement', 'Underworld Cerberus', 'Carnophage', 'Displacement Wave', 'Helm of the Gods', 'Hordeling Outburst', 'Consign // Oblivion', 'Reef Shaman', 'Felhide Spiritbinder', 'Electrostatic Bolt', 'Fists of Ironwood', 'Gruul Signet', 'Mesmeric Fiend', 'Sphere of the Suns', 'Grim Haruspex', 'Tormented Hero', 'Sage''s Row Denizen', 'Homicidal Seclusion', 'Fiery Impulse', 'Shuko', 'Demonfire', 'Gateway Plaza', 'Weight of Memory', 'Spear of Heliod', 'Scatter Arc', 'Bloodgift Demon', 'Thunderbolt', 'Woodland Stream', 'Moldgraf Monstrosity', 'Compulsive Research', 'Aetherborn Marauder', 'Prepare // Fight', 'Sigarda''s Aid', 'Lantern Kami', 'Tempered Steel', 'Heir of Falkenrath', 'Identity Thief', 'Workshop Assistant', 'Urza''s Factory', 'Wrecking Ball', 'Temur Ascendancy', 'Izzet Guildgate', 'Bogbrew Witch', 'Sandsteppe Citadel', 'Arrogant Wurm', 'Story Circle', 'Semblance Anvil', 'Meandering River', 'Weaponcraft Enthusiast', 'Kessig Cagebreakers', 'Forbid', 'Gods Willing', 'Grenzo, Dungeon Warden', 'Loxodon Warhammer', 'Psychic Drain', 'Spike Feeder', 'Power Conduit', 'Rampant Growth', 'Spawning Pool', 'Loyal Pegasus', 'Striped Riverwinder', 'Connive // Concoct', 'Tome Scour', 'Ulvenwald Tracker', 'Quicksand', 'Masticore', 'Shimian Specter', 'Spellheart Chimera', 'Necroplasm', 'Artificer''s Epiphany', 'Curious Homunculus', 'Rakdos Guildgate', 'Exile', 'Diluvian Primordial', 'Baleful Ammit', 'Bounty of the Luxa', 'Cadaver Imp', 'Circu, Dimir Lobotomist', 'Paranoid Delusions', 'Selesnya Guildmage', 'Basilica Screecher', 'Make a Stand', 'Grow from the Ashes', 'Gatekeeper of Malakir', 'Scatter the Seeds', 'Memorial to Unity', 'Pillar of Flame', 'Foreboding Ruins', 'Mirko Vosk, Mind Drinker', 'Faith''s Fetters', 'Yavimaya Sapherd', 'Wretched Banquet', 'Fevered Visions', 'Invigorated Rampage', 'Shrine of Loyal Legions', 'Always Watching', 'Noose Constrictor', 'Lurking Informant', 'Serene Steward', 'The Mending of Dominaria', 'Whispers of the Muse', 'Brain Freeze', 'Gird for Battle', 'Prophet of Kruphix', 'Edge of Autumn', 'Saheeli''s Artistry', 'Hellhole Flailer', 'Chief of the Foundry', 'Kitesail Apprentice', 'Radiant Flames', 'Restoration Specialist', 'Pilfered Plans', 'Thornbow Archer', 'Encroaching Wastes', 'Keldon Halberdier', 'Duskmantle, House of Shadow', 'Second Harvest', 'Cryptoplasm', 'Confiscate', 'Oona''s Grace', 'Dead Weight', 'Supernatural Stamina', 'Grimoire Thief', 'Molten Disaster', 'Banishing Light', 'Dreg Mangler', 'Chandra''s Spitfire', 'Prophetic Bolt', 'High Priest of Penance', 'Cruel Reality', 'Qasali Ambusher', 'Agony Warp', 'Winds of Rebuke', 'Bloodwater Entity', 'Distress', 'Fabrication Module', 'Cackling Counterpart', 'Charmbreaker Devils', 'Curiosity', 'Simic Guildgate', 'Phalanx Leader', 'Autochthon Wurm', 'Vitu-Ghazi, the City-Tree', 'Clone', 'Curse of the Swine', 'Desert of the Glorified', 'Sanctum of Ugin', 'Metalwork Colossus', 'Void Shatter', 'Canopy Cover', 'Spined Thopter', 'Bloodsoaked Champion', 'Armament Master', 'Pentavus', 'Yixlid Jailer', 'Tracker''s Instincts', 'Ire Shaman', 'Primal Druid', 'Ordeal of Thassa', 'Unsummon', 'Highland Lake', 'Dread Statuary', 'Scoured Barrens', 'Summoner''s Egg', 'Gruul Guildgate', 'Dimir Guildgate', 'Pardic Dragon', 'Chandra''s Ignition', 'Vivid Marsh', 'Drownyard Behemoth', 'Wharf Infiltrator', 'Trophy Mage', 'Read the Bones', 'Millstone', 'Howling Golem', 'Trial of Knowledge', 'Stolen Identity', 'Sundering Growth', 'Tragic Arrogance', 'Jwar Isle Refuge', 'Mystic Monastery', 'Sram''s Expertise', 'Succumb to Temptation', 'Zulaport Cutthroat', 'Psychic Strike', 'Dack''s Duplicate', 'Driven // Despair', 'Bottle Gnomes', 'Thopter Spy Network', 'Open the Armory', 'Dream Twist', 'Dimir Cutpurse', 'Sylvan Advocate', 'Rogue Refiner', 'Goblin Dark-Dwellers', 'Glint Hawk Idol', 'Sift', 'Corpsejack Menace', 'Seeker of the Way', 'Nullify', 'Plasm Capture', 'Tragic Lesson', 'Rogue''s Passage', 'Barter in Blood', 'Captain''s Claws', 'Narcomoeba', 'Healer''s Hawk', 'Wurmweaver Coil', 'Choked Estuary', 'Incendiary Flow', 'Soul Foundry', 'Favored Hoplite', 'Kjeldoran Outpost', 'Grixis Charm', 'Skeleton Shard', 'Drowned Secrets', 'Jester''s Scepter', 'Karn, Silver Golem', 'Elixir of Immortality', 'Circuitous Route', 'Hada Freeblade', 'Metalspinner''s Puzzleknot', 'Hour of Eternity', 'Fertile Imagination', 'Behemoth Sledge', 'Magister of Worth', 'Aqueous Form', 'Woodland Wanderer', 'Heart-Piercer Bow', 'Into the North', 'Stitch Together', 'Ashenmoor Gouger', 'Helm of the Host', 'Skirsdag High Priest', 'Flameshadow Conjuring', 'Mark of Sakiko', 'Nomad Outpost', 'Flensermite', 'Brimstone Volley', 'Journeyer''s Kite', 'Sphinx of Uthuun', 'Kitesail Scout', 'Sprouting Thrinax', 'Golgari Guildgate', 'Null Champion', 'Spelltwine', 'Skinrender', 'Narcolepsy', 'Vexing Scuttler', 'Watchers of the Dead', 'Krosan Tusker', 'Hanweir Militia Captain', 'Night Market Lookout', 'Cultivator''s Caravan', 'Tribute to Hunger', 'Bogardan Hellkite', 'Opulent Palace', 'Festering Newt', 'Epochrasite', 'Sage Owl', 'Trial of Ambition', 'Snapback', 'Battlewise Hoplite', 'Lonely Sandbar', 'Urborg', 'Shriekgeist', 'Lake of the Dead', 'Faerie Trickery', 'Chimeric Mass', 'Felidar Guardian', 'Sheltering Light', 'Vendetta', 'Engulf the Shore', 'Web of Inertia', 'Perilous Voyage', 'Crumbling Vestige', 'Advent of the Wurm', 'Trail of Evidence', 'Mitotic Slime', 'Toolcraft Exemplar', 'Psychic Possession', 'Salvager of Secrets', 'Shelter', 'Followed Footsteps', 'Docent of Perfection', 'Aven Skirmisher', 'Necropolis Fiend', 'Sedraxis Specter', 'Torment of Scarabs', 'Ulcerate', 'Basking Rootwalla', 'Village Messenger', 'Scrabbling Claws', 'March from the Tomb', 'Sultai Emissary', 'Walk the Plank', 'Hammer of Bogardan', 'Bone Saw', 'Molten Primordial', 'Treasure Cruise', 'Collective Defiance', 'Painful Truths', 'Dread Return', 'Bioshift', 'Foul Emissary', 'Watchwolf', 'Maximize Velocity', 'Servo Exhibition', 'Tidal Warrior', 'Sunbird''s Invocation', 'Alchemist''s Vial', 'Rupture Spire', 'Attune with Aether', 'Topplegeist', 'Consuming Aberration', 'Tranquil Garden', 'Nightscape Familiar', 'Ravenous Rats', 'Spiketail Hatchling', 'Stasis Snare', 'Altar''s Reap', 'Thawing Glaciers', 'Tanglebloom', 'Mercurial Pretender', 'Ancient Amphitheater', 'Riddlesmith', 'Kaleidostone', 'Phantom Nomad', 'Karoo', 'Oviya Pashiri, Sage Lifecrafter', 'Kalastria Healer', 'Gatherer of Graces', 'Garza Zol, Plague Queen', 'Broodmate Dragon', 'Confirm Suspicions', 'Reaper from the Abyss', 'Mockery of Nature', 'Sky Hussar', 'Cloudgoat Ranger', 'Soul Exchange', 'Repeal', 'Bane of Bala Ged', 'True Believer', 'Counsel of the Soratami', 'Hellrider', 'Scepter of Fugue', 'Unwind', 'Waterveil Cavern', 'Hellspark Elemental', 'Tukatongue Thallid', 'Stuffy Doll', 'Chained to the Rocks', 'Drana''s Emissary', 'Pain Seer', 'Empyreal Voyager', 'Broken Bond', 'Insidious Will', 'Rattleclaw Mystic', 'Seal of Primordium', 'Desert of the Indomitable', 'Azra Bladeseeker', 'Desecration Demon', 'Tormenting Voice', 'Yavimaya Hollow', 'Vampiric Rites', 'Avoid Fate', 'Kuro, Pitlord', 'Brutal Expulsion', 'Hoarding Dragon', 'Mulch', 'Jace''s Ingenuity', 'Rakshasa Deathdealer', 'Fresh Meat', 'Cryptborn Horror', 'Protean Raider', 'Memorial to War', 'Necrotic Wound', 'Cartouche of Strength', 'Firedrinker Satyr', 'Expedition Envoy', 'Curse of Echoes', 'Protean Hydra', 'Aether Swooper', 'Azorius Guildgate', 'Crystal Ball', 'From Under the Floorboards', 'Conqueror''s Galleon', 'Lotleth Giant', 'Dissipate', 'Tatyova, Benthic Druid', 'Consume the Meek', 'Vivid Grove', 'Orzhov Charm', 'Cascading Cataracts', 'Decoction Module', 'Herald of Torment', 'Bow of Nylea', 'Guile', 'Remove Soul', 'Hypothesizzle', 'Warleader''s Helix', 'Angelic Gift', 'Landslide', 'Culling Dais', 'Sultai Charm', 'Brain Maggot', 'Dreadship Reef', 'Sin Collector', 'Kederekt Leviathan', 'Pyramid of the Pantheon', 'Charge', 'Haunted Plate Mail', 'Yavimaya Elder', 'Haunted Dead', 'Pale Rider of Trostad', 'Boros Challenger', 'Talent of the Telepath', 'Despoiler of Souls', 'Intet, the Dreamer', 'Foundry of the Consuls', 'Take Inventory', 'Entomber Exarch', 'Scatter to the Winds', 'Murderous Cut', 'Stone Haven Medic', 'Goblin Assault', 'Goblin Cratermaker', 'Bubbling Cauldron', 'Consuming Vapors', 'Falkenrath Gorger', 'Splinterfright', 'Seal of Doom', 'Hidden Stockpile', 'Court Homunculus', 'Immortal Servitude', 'Roterothopter', 'Spore Swarm', 'Rugged Highlands', 'Psychatog', 'Declaration in Stone', 'Abzan Charm', 'Cataclysmic Gearhulk', 'Flayer of the Hatebound', 'Diabolic Tutor', 'Galvanic Bombardment', 'Mind Grind', 'Shaman en-Kor', 'Transgress the Mind', 'Man-o''-War', 'Rootwater Depths', 'Blighted Cataract', 'Jungleborn Pioneer', 'Planar Cleansing', 'Plumeveil', 'Tuktuk the Explorer', 'Carrier Thrall', 'Moment of Craving', 'Alpha Authority', 'Oona, Queen of the Fae', 'Shivan Sand-Mage', 'Vicious Conquistador', 'Kindle', 'Enlisted Wurm', 'Triskelion', 'Blighted Fen', 'Vessel of Nascency', 'Fungal Plots', 'Illusory Ambusher', 'Elsewhere Flask'))) 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.2, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (113.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 ('Tormented Hero', 'Driven // Despair', 'Spined Thopter', 'Mind Grind', 'Boros Challenger', 'Transgress the Mind', 'Summoner''s Egg', 'Mark of Sakiko', 'Aether Swooper', 'Hellspark Elemental', 'Cloudgoat Ranger', 'Demonfire', 'Gatherer of Graces', 'Talent of the Telepath', 'Man-o''-War', 'Stone Haven Outfitter', 'Grozoth', 'Sedraxis Specter', 'Selesnya Guildmage', 'Tragic Lesson', 'Dream Twist', 'Nightscape Familiar', 'Careful Consideration', 'Treasure Cruise', 'Rakshasa Deathdealer', 'Highland Weald', 'Brain Freeze', 'Armament Master', 'Cultivator''s Caravan', 'Abzan Charm', 'Shivan Sand-Mage', 'Alpha Authority', 'Flameshadow Conjuring', 'Tome Scour', 'Carnophage', 'Bogardan Hellkite', 'Loyal Pegasus', 'Intet, the Dreamer', 'Putrefy', 'Wretched Banquet', 'Goblin Cratermaker', 'Haunted Cloak', 'Compulsive Research', 'Epochrasite', 'Meandering River', 'Faith''s Fetters', 'Vampiric Rites', 'Foul Orchard', 'Moldgraf Monstrosity', 'Howling Golem', 'Krosan Tusker', 'Displacement Wave', 'Azra Bladeseeker', 'Jungleborn Pioneer', 'Hoarding Dragon', 'Tragic Arrogance', 'Waterveil Cavern', 'Selesnya Signet', 'Baleful Ammit', 'Jwar Isle Refuge', 'Fabrication Module', 'Fiery Impulse', 'Grenzo, Dungeon Warden', 'Rootwater Depths', 'Stasis Snare', 'Fungal Plots', 'Simic Sky Swallower', 'Necrotic Wound', 'Lonely Sandbar', 'Pillar of Flame', 'Servo Exhibition', 'Rustwing Falcon', 'Tukatongue Thallid', 'Weight of Memory', 'Kuro, Pitlord', 'Gird for Battle', 'Confiscate', 'Remove Soul', 'Faerie Trickery', 'Cruel Reality', 'Workshop Assistant', 'Goblin Dark-Dwellers', 'Repeal', 'Grimoire Thief', 'Edge of Autumn', 'Brimstone Volley', 'Tatyova, Benthic Druid', 'Kor Outfitter', 'Counsel of the Soratami', 'Bane of Bala Ged', 'Elemental Bond', 'Aqueous Form', 'Cascading Cataracts', 'Kjeldoran Outpost', 'Fertile Imagination', 'Consuming Aberration', 'Saheeli''s Artistry', 'Ravenous Rats', 'Dread Return', 'Narcolepsy', 'Shimian Specter', 'Oviya Pashiri, Sage Lifecrafter', 'Arrogant Wurm', 'Phantasmal Bear', 'Declaration in Stone', 'Seal of Primordium', 'Flayer of the Hatebound', 'Spear of Heliod', 'Watchwolf', 'Walk the Plank', 'Forbid', 'Leave // Chance', 'Warleader''s Helix', 'Protean Hydra', 'Pyramid of the Pantheon', 'Canopy Cover', 'Mulch', 'Bottle Gnomes', 'Ire Shaman', 'Engulf the Shore', 'Trespasser''s Curse', 'Encroaching Wastes', 'Primal Druid', 'Phantasmal Fiend', 'Culling Dais', 'Grow from the Ashes', 'Phantom Nomad', 'Vexing Scuttler', 'Collective Defiance', 'Dread Statuary', 'Cartouche of Strength', 'Vivid Marsh', 'Terra Stomper', 'Scatter the Seeds', 'Basilica Screecher', 'Circuitous Route', 'Orzhov Charm', 'Ondu Giant', 'Wurmweaver Coil', 'Expedition Envoy', 'Join the Ranks', 'Thopter Spy Network', 'Diluvian Primordial', 'Savage Lands', 'Insidious Will', 'Pentavus', 'Firedrinker Satyr', 'Tracker''s Instincts', 'Hypothesizzle', 'Necropolis Fiend', 'Shelter', 'Brutal Expulsion', 'Kaleidostone', 'Sundering Growth', 'Dead Weight', 'Heart-Piercer Bow', 'Geistflame', 'Oona''s Grace', 'Curse of Thirst', 'Bow of Nylea', 'Ancient Amphitheater', 'Suntail Hawk', 'Karn, Silver Golem', 'Demonic Rising', 'Read the Bones', 'Mystic Monastery', 'Plumeveil', 'Haunting Echoes', 'Elsewhere Flask', 'Roterothopter', 'Tempered Steel', 'Restoration Specialist', 'Burning Oil', 'Wretched Gryff', 'Unwind', 'Fungal Infection', 'Magister of Worth', 'Mirko Vosk, Mind Drinker', 'Bile Blight', 'Underworld Cerberus', 'Dimir Cutpurse', 'Ulcerate', 'Distress', 'Wrecking Ball', 'Basking Rootwalla', 'Sylvan Advocate', 'Duskmantle, House of Shadow', 'Hermit Druid', 'Bojuka Brigand', 'Thran Temporal Gateway', 'Snapback', 'Whirler Virtuoso', 'Saving Grace', 'Sram''s Expertise', 'Broken Bond', 'Hidden Stockpile', 'Supernatural Stamina', 'Wharf Infiltrator', 'Banishing Light', 'Broodmate Dragon', 'March from the Tomb', 'Fists of Ironwood', 'Trial of Knowledge', 'Azorius Guildgate', 'Tidal Warrior', 'Graveblade Marauder', 'Shaman en-Kor', 'Banewhip Punisher', 'Quasiduplicate', 'Smother', 'Tribute to Hunger', 'Scepter of Fugue', 'Into the North', 'Hypnotic Specter', 'Behemoth Sledge', 'Hordeling Outburst', 'Gods Willing', 'Carrier Thrall', 'Void Shatter', 'Kindle', 'Golgari Guildgate', 'Angelic Gift', 'Planar Outburst', 'Dregscape Zombie', 'Tajuru Preserver', 'Gruul Signet', 'Mockery of Nature', 'Soul Exchange', 'Evolving Wilds', 'Sigarda''s Aid', 'Memory Sluice', 'Altered Ego', 'Spelltwine', 'Spiritmonger', 'Thornbow Archer', 'Jester''s Scepter', 'Stolen Identity', 'Goblin Assault', 'Precognition Field', 'Moratorium Stone', 'Opulent Palace', 'Drowned Secrets', 'Reef Shaman', 'Metalspinner''s Puzzleknot', 'Splinterfright', 'Rupture Spire', 'Night Market Lookout', 'Zulaport Cutthroat', 'Chromatic Lantern', 'Consuming Vapors', 'Helm of the Gods', 'Vicious Conquistador', 'Lotleth Giant', 'Scent of Brine', 'Homicidal Seclusion', 'The Mending of Dominaria', 'Anticipate', 'Bounty of the Luxa', 'Bloodsoaked Champion', 'Bubbling Cauldron', 'Cryptborn Horror', 'Increasing Confusion', 'Grixis Charm', 'Perilous Voyage', 'Dreadship Reef', 'Circu, Dimir Lobotomist', 'Planar Cleansing', 'Vitu-Ghazi, the City-Tree', 'Fevered Visions', 'Felidar Guardian', 'Fleetwheel Cruiser', 'Spike Feeder', 'Memorial to Genius', 'Shrine of Loyal Legions', 'Sculpting Steel', 'Psychic Spiral', 'Lurking Informant', 'Weaponcraft Enthusiast', 'Plasm Capture', 'Confirm Suspicions', 'Pilfered Plans', 'Murderous Cut', 'Soul Foundry', 'Dissipate', 'Null Champion', 'Avoid Fate', 'Gilded Lotus', 'Urza''s Factory', 'Exile', 'Helm of the Host', 'Make a Stand', 'Woodland Stream', 'Thawing Glaciers', 'Martyr of Frost', 'Connive // Concoct', 'Spiketail Hatchling', 'Oona, Queen of the Fae', 'Attune with Aether', 'Qasali Ambusher', 'Invigorated Rampage', 'Foul Emissary', 'Journeyer''s Kite', 'Dack''s Duplicate', 'Web of Inertia', 'Sphere of the Suns', 'Memorial to War', 'Radiant Flames', 'Trail of Evidence', 'Landslide', 'Power Sink', 'White Sun''s Zenith', 'Always Watching', 'Cephalid Illusionist', 'Curse of Echoes', 'Necroplasm', 'Torment of Scarabs', 'Sandsteppe Citadel', 'Prepare // Fight', 'Jace''s Ingenuity', 'Yavimaya Elder', 'Loxodon Hierarch', 'Foundry of the Consuls', 'Secluded Steppe', 'Simic Guildgate', 'Rogue Refiner', 'Psychic Strike', 'Skinrender', 'Electrostatic Bolt', 'Kor Duelist', 'Makeshift Mannequin', 'Palace Familiar', 'Village Messenger', 'Docent of Perfection', 'Alchemist''s Vial', 'Falkenrath Gorger', 'Bioshift', 'Bloodgift Demon', 'Stuffy Doll', 'Desert of the Indomitable', 'Immortal Servitude', 'Pale Rider of Trostad', 'Troll Ascetic', 'Rogue''s Passage', 'Crumbling Necropolis', 'Sultai Emissary', 'Sprouting Thrinax', 'Gorgon''s Head', 'Hedron Archive', 'Watchers of the Dead', 'Grim Haruspex', 'Artificer''s Epiphany', 'Sunbird''s Invocation', 'Sporecrown Thallid', 'Striped Riverwinder', 'Choked Estuary', 'Starstorm', 'Haunted Plate Mail', 'Festering Newt', 'Spellheart Chimera', 'Felhide Spiritbinder', 'Haunted Dead', 'Winds of Rebuke', 'Vessel of Nascency', 'Desert of the Glorified', 'Fury Charm', 'Vivid Meadow', 'Hammer of Bogardan', 'Reaper from the Abyss', 'Fairgrounds Warden', 'Tanglebloom', 'Academy Elite', 'Skeleton Shard', 'Charge', 'Molten Primordial', 'Illusory Ambusher', 'Favored Hoplite', 'Riddlesmith', 'Rampant Growth', 'Kitesail Apprentice', 'Sunblast Angel', 'Early Frost', 'Court Homunculus', 'Yavimaya Sapherd', 'Whispers of the Muse', 'Trial of Ambition', 'Rakdos Guildgate', 'Fresh Meat', 'Molten Disaster', 'Blisterpod', 'Keldon Halberdier', 'Cadaver Imp', 'Blighted Woodland', 'Stone Quarry', 'Corpsejack Menace', 'Incendiary Flow', 'Story Circle', 'Elixir of Immortality', 'Hada Freeblade', 'Mitotic Slime', 'Hallowed Moonlight', 'Charmbreaker Devils', 'Urborg', 'Heir of Falkenrath', 'Kederekt Leviathan', 'Noose Constrictor', 'Paranoid Delusions', 'Sin Collector', 'Spawning Pool', 'Semblance Anvil', 'Holdout Settlement', 'Tranquil Garden', 'Bloodwater Entity', 'Foreboding Ruins', 'Scatter to the Winds', 'Gateway Plaza', 'Stone Haven Medic', 'Rishkar''s Expertise', 'Hellrider', 'Ulvenwald Tracker', 'Clone', 'Vivid Grove', 'Kitesail Scout', 'Crystal Ball', 'Ashenmoor Gouger', 'Imminent Doom', 'Selesnya Guildgate', 'Conqueror''s Galleon', 'Hellhole Flailer', 'Metalwork Colossus', 'Time Ebb', 'Identity Thief', 'Advent of the Wurm', 'Dreampod Druid', 'Enlisted Wurm', 'Despoiler of Souls', 'Shriekgeist', 'Temur Ascendancy', 'Curious Homunculus', 'Glint Hawk Idol', 'Entomber Exarch', 'Seal of Doom', 'High Priest of Penance', 'Memorial to Unity', 'Tormenting Voice', 'True Believer', 'Topplegeist', 'Autochthon Wurm', 'Masticore', 'Agony Warp', 'Serene Steward', 'Chained to the Rocks', 'Chief of the Foundry', 'Rugged Highlands', 'World Shaper', 'Cryptoplasm', 'Herald of Torment', 'Battlewise Hoplite', 'Cackling Counterpart', 'Second Harvest', 'Brain Maggot', 'Prophetic Bolt', 'Sift', 'Scatter Arc', 'Asylum Visitor', 'Channeler Initiate', 'Aetherborn Marauder', 'Highland Lake', 'Longtusk Cub', 'Flaying Tendrils', 'Scoured Barrens', 'Hour of Eternity', 'Cloudblazer', 'Tuktuk the Explorer', 'Prophet of Kruphix', 'Cataclysmic Gearhulk', 'Sage''s Row Denizen', 'Take Inventory', 'Garza Zol, Plague Queen', 'Lantern Kami', 'Ordeal of Thassa', 'Sphinx of Uthuun', 'Yixlid Jailer', 'Stitch Together', 'Blighted Cataract', 'Exava, Rakdos Blood Witch', 'Glorious Anthem', 'Salvager of Secrets', 'Followed Footsteps', 'Spore Swarm', 'Woodland Wanderer', 'Hanweir Militia Captain', 'Psychic Drain', 'Izzet Guildgate', 'Decoction Module', 'Mesmeric Fiend', 'Consign // Oblivion', 'Nomad Outpost', 'Trophy Mage', 'Vendetta', 'Moment of Craving', 'Flensermite', 'Dreg Mangler', 'Captain''s Claws', 'Kessig Cagebreakers', 'Chandra''s Spitfire', 'Gatekeeper of Malakir', 'Desecration Demon', 'Increasing Savagery', 'Loxodon Warhammer', 'Lake of the Dead', 'Even the Odds', 'Painful Truths', 'Sultai Charm', 'Guile', 'Chimeric Mass', 'Bone Saw', 'Pardic Dragon', 'Scrabbling Claws', 'Last Breath', 'Empyreal Voyager', 'Drana''s Emissary', 'Yavimaya Hollow', 'Blazing Archon', 'Sky Hussar', 'Narcomoeba', 'Nullify', 'Protean Raider', 'Unsummon', 'Healer''s Hawk', 'Mercurial Pretender', 'Drownyard Behemoth', 'Consume the Meek', 'Utter End', 'Sanctum of Ugin', 'Selesnya Evangel', 'Shuko', 'Kalastria Healer', 'Wonder', 'Psychatog', 'Skirsdag High Priest', 'Seeker of the Way', 'Sage Owl', 'Inner Demon', 'Succumb to Temptation', 'Trusty Machete', 'Maximize Velocity', 'Chandra''s Ignition', 'Benefaction of Rhonas', 'Hour of Revelation', 'Millstone', 'Psychic Possession', 'Clockwork Beetle', 'Lashweed Lurker', 'Barter in Blood', 'From Under the Floorboards', 'Open the Armory', 'Curse of Misfortunes', 'Crumbling Vestige', 'Phalanx Leader', 'Aven Skirmisher', 'Grasp of Darkness', 'Altar''s Reap', 'Power Conduit', 'Curse of Death''s Hold', 'Thunderbolt', 'Karoo', 'Sheltering Light', 'Rattleclaw Mystic', 'Defiant Strike', 'Pain Seer', 'Advanced Stitchwing', 'Galvanic Bombardment', 'Bogbrew Witch', 'Dimir Guildgate', 'Bloodthrone Vampire', 'Duskborne Skymarcher', 'Curiosity', 'Quicksand', 'Blighted Fen', 'Gruul Guildgate', 'Addle', 'Diabolic Tutor', 'Curse of the Swine', 'Triskelion', 'Toolcraft Exemplar'))) 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, 113.0, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (397.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 ('Watchwolf', 'Altar''s Reap', 'Cryptborn Horror', 'Felidar Guardian', 'Aven Skirmisher', 'Stolen Identity', 'Helm of the Gods', 'Tuktuk the Explorer', 'Vessel of Nascency', 'Metalwork Colossus', 'Tragic Arrogance', 'Lonely Sandbar', 'Ire Shaman', 'Hoarding Dragon', 'Herald of Torment', 'Karoo', 'Pardic Dragon', 'Despoiler of Souls', 'Shimian Specter', 'Kjeldoran Outpost', 'Lantern Kami', 'Wrecking Ball', 'Tranquil Garden', 'Starstorm', 'Molten Primordial', 'Firedrinker Satyr', 'Topplegeist', 'Crumbling Vestige', 'Succumb to Temptation', 'Krosan Tusker', 'Sculpting Steel', 'Duskmantle, House of Shadow', 'Sift', 'Seal of Doom', 'Qasali Ambusher', 'Immortal Servitude', 'Jwar Isle Refuge', 'Festering Newt', 'Stitch Together', 'Phantom Nomad', 'Curse of the Swine', 'Hellrider', 'Curious Homunculus', 'Fungal Plots', 'Barter in Blood', 'Scatter to the Winds', 'Prophet of Kruphix', 'Plumeveil', 'Hallowed Moonlight', 'Mitotic Slime', 'Cartouche of Strength', 'Angelic Gift', 'Howling Golem', 'Ravenous Rats', 'Memorial to War', 'Repeal', 'Consuming Aberration', 'Basilica Screecher', 'Sram''s Expertise', 'Pyramid of the Pantheon', 'Followed Footsteps', 'Moldgraf Monstrosity', 'Sky Hussar', 'Inner Demon', 'Psychatog', 'Masticore', 'Selesnya Guildgate', 'Simic Guildgate', 'Trial of Knowledge', 'Aqueous Form', 'Exile', 'Chained to the Rocks', 'Semblance Anvil', 'Grasp of Darkness', 'Sage Owl', 'Autochthon Wurm', 'Karn, Silver Golem', 'Identity Thief', 'Prepare // Fight', 'Cackling Counterpart', 'Bogbrew Witch', 'Landslide', 'Triskelion', 'Docent of Perfection', 'Dreg Mangler', 'Kor Duelist', 'Fiery Impulse', 'Encroaching Wastes', 'Spore Swarm', 'Join the Ranks', 'Favored Hoplite', 'Rugged Highlands', 'Null Champion', 'Carrier Thrall', 'Desert of the Indomitable', 'Necroplasm', 'Scatter Arc', 'Defiant Strike', 'Flayer of the Hatebound', 'Void Shatter', 'Fists of Ironwood', 'Benefaction of Rhonas', 'Jungleborn Pioneer', 'Hordeling Outburst', 'Dream Twist', 'Mirko Vosk, Mind Drinker', 'Decoction Module', 'Ordeal of Thassa', 'Trusty Machete', 'Thopter Spy Network', 'Saving Grace', 'Scent of Brine', 'Into the North', 'Soul Exchange', 'Opulent Palace', 'Engulf the Shore', 'Demonic Rising', 'Sunblast Angel', 'Take Inventory', 'Pillar of Flame', 'Sigarda''s Aid', 'Holdout Settlement', 'Treasure Cruise', 'Painful Truths', 'Flaying Tendrils', 'Riddlesmith', 'Wonder', 'Kitesail Scout', 'Transgress the Mind', 'Gruul Signet', 'Tatyova, Benthic Druid', 'Elsewhere Flask', 'Careful Consideration', 'Grim Haruspex', 'Bubbling Cauldron', 'Hellhole Flailer', 'Captain''s Claws', 'Shelter', 'Always Watching', 'Tajuru Preserver', 'Story Circle', 'Choked Estuary', 'Unwind', 'Glorious Anthem', 'Broken Bond', 'Wharf Infiltrator', 'Spined Thopter', 'Golgari Guildgate', 'Meandering River', 'Culling Dais', 'Altered Ego', 'Elixir of Immortality', 'Narcolepsy', 'Alchemist''s Vial', 'Magister of Worth', 'Corpsejack Menace', 'Waterveil Cavern', 'Toolcraft Exemplar', 'Reef Shaman', 'Cascading Cataracts', 'Dimir Cutpurse', 'Chimeric Mass', 'Kitesail Apprentice', 'Brain Maggot', 'Asylum Visitor', 'Trial of Ambition', 'Boros Challenger', 'Loyal Pegasus', 'Shuko', 'Lashweed Lurker', 'Woodland Stream', 'Sphinx of Uthuun', 'Psychic Strike', 'Phalanx Leader', 'Charmbreaker Devils', 'Fury Charm', 'Precognition Field', 'Vicious Conquistador', 'Shaman en-Kor', 'Tragic Lesson', 'Rampant Growth', 'Protean Raider', 'Brain Freeze', 'Ulcerate', 'Stuffy Doll', 'Sporecrown Thallid', 'Connive // Concoct', 'Felhide Spiritbinder', 'Fabrication Module', 'Grimoire Thief', 'Sedraxis Specter', 'Oona''s Grace', 'Thornbow Archer', 'Armament Master', 'Nightscape Familiar', 'Healer''s Hawk', 'Bloodwater Entity', 'Aether Swooper', 'Noose Constrictor', 'Whirler Virtuoso', 'Goblin Assault', 'Cultivator''s Caravan', 'Consuming Vapors', 'Gird for Battle', 'Dregscape Zombie', 'Roterothopter', 'Foul Emissary', 'Distress', 'Troll Ascetic', 'Attune with Aether', 'Molten Disaster', 'Bloodthrone Vampire', 'Trail of Evidence', 'Kuro, Pitlord', 'Sandsteppe Citadel', 'Cephalid Illusionist', 'Chief of the Foundry', 'Flensermite', 'Haunted Cloak', 'Clockwork Beetle', 'Broodmate Dragon', 'Sunbird''s Invocation', 'Drowned Secrets', 'Memorial to Unity', 'Yixlid Jailer', 'Haunted Plate Mail', 'Night Market Lookout', 'Make a Stand', 'Protean Hydra', 'Insidious Will', 'Sylvan Advocate', 'Consume the Meek', 'Rattleclaw Mystic', 'Ondu Giant', 'Stone Haven Medic', 'Shriekgeist', 'Curse of Death''s Hold', 'Forbid', 'Gateway Plaza', 'Vendetta', 'Dread Statuary', 'Chandra''s Spitfire', 'Conqueror''s Galleon', 'Drownyard Behemoth', 'Expedition Envoy', 'Weaponcraft Enthusiast', 'Stasis Snare', 'Web of Inertia', 'Secluded Steppe', 'Dread Return', 'Moment of Craving', 'Tribute to Hunger', 'Time Ebb', 'Azra Bladeseeker', 'Kor Outfitter', 'Bloodgift Demon', 'Dreampod Druid', 'Rogue Refiner', 'Glint Hawk Idol', 'Collective Defiance', 'Summoner''s Egg', 'Mockery of Nature', 'Drana''s Emissary', 'Oviya Pashiri, Sage Lifecrafter', 'Chromatic Lantern', 'Kaleidostone', 'Tormenting Voice', 'Galvanic Bombardment', 'Selesnya Guildmage', 'Desert of the Glorified', 'Homicidal Seclusion', 'Torment of Scarabs', 'Avoid Fate', 'Tome Scour', 'Kalastria Healer', 'True Believer', 'Exava, Rakdos Blood Witch', 'Bloodsoaked Champion', 'Pale Rider of Trostad', 'Murderous Cut', 'Man-o''-War', 'Snapback', 'Bogardan Hellkite', 'Baleful Ammit', 'Sheltering Light', 'Leave // Chance', 'Weight of Memory', 'Fleetwheel Cruiser', 'Dissipate', 'Court Homunculus', 'Unsummon', 'Brutal Expulsion', 'Restoration Specialist', 'Trophy Mage', 'Plasm Capture', 'Kederekt Leviathan', 'Bottle Gnomes', 'White Sun''s Zenith', 'Falkenrath Gorger', 'Haunting Echoes', 'Phantasmal Fiend', 'Burning Oil', 'Faerie Trickery', 'Anticipate', 'Rakshasa Deathdealer', 'Open the Armory', 'Invigorated Rampage', 'Orzhov Charm', 'Enlisted Wurm', 'Foundry of the Consuls', 'Flameshadow Conjuring', 'Longtusk Cub', 'Sultai Emissary', 'Highland Weald', 'Clone', 'Putrefy', 'Hypnotic Specter', 'Millstone', 'Scoured Barrens', 'Fevered Visions', 'Loxodon Hierarch', 'Read the Bones', 'Stone Quarry', 'Dreadship Reef', 'Gilded Lotus', 'Izzet Guildgate', 'Pilfered Plans', 'Rupture Spire', 'Thran Temporal Gateway', 'Seal of Primordium', 'Circu, Dimir Lobotomist', 'Vitu-Ghazi, the City-Tree', 'Primal Druid', 'Counsel of the Soratami', 'Vivid Marsh', 'Demonfire', 'Banishing Light', 'Thunderbolt', 'Psychic Possession', 'Zulaport Cutthroat', 'Aetherborn Marauder', 'Chandra''s Ignition', 'Hermit Druid', 'Hada Freeblade', 'Quasiduplicate', 'Tormented Hero', 'Temur Ascendancy', 'Savage Lands', 'Simic Sky Swallower', 'Driven // Despair', 'Empyreal Voyager', 'Dead Weight', 'Urza''s Factory', 'Rootwater Depths', 'Blazing Archon', 'Skeleton Shard', 'Trespasser''s Curse', 'Channeler Initiate', 'Makeshift Mannequin', 'Blighted Woodland', 'Vivid Meadow', 'Selesnya Evangel', 'Bounty of the Luxa', 'Ashenmoor Gouger', 'Diluvian Primordial', 'Geistflame', 'Quicksand', 'Hedron Archive', 'Moratorium Stone', 'Rustwing Falcon', 'Gatherer of Graces', 'Suntail Hawk', 'Fertile Imagination', 'Journeyer''s Kite', 'Mulch', 'Sin Collector', 'Last Breath', 'Scrabbling Claws', 'Palace Familiar', 'Kessig Cagebreakers', 'Bone Saw', 'Spawning Pool', 'Gorgon''s Head', 'Planar Cleansing', 'Prophetic Bolt', 'Increasing Savagery', 'March from the Tomb', 'Gruul Guildgate', 'Tracker''s Instincts', 'Yavimaya Sapherd', 'Agony Warp', 'Hypothesizzle', 'Salvager of Secrets', 'Advanced Stitchwing', 'Bile Blight', 'Bane of Bala Ged', 'Crystal Ball', 'Blighted Fen', 'Haunted Dead', 'Crumbling Necropolis', 'Reaper from the Abyss', 'Confiscate', 'Curiosity', 'Vivid Grove', 'Curse of Misfortunes', 'Ulvenwald Tracker', 'Necropolis Fiend', 'Artificer''s Epiphany', 'Consign // Oblivion', 'Early Frost', 'Electrostatic Bolt', 'Power Conduit', 'Hour of Revelation', 'Gatekeeper of Malakir', 'Academy Elite', 'Blisterpod', 'Scepter of Fugue', 'Elemental Bond', 'Dack''s Duplicate', 'Mind Grind', 'Behemoth Sledge', 'Tidal Warrior', 'Entomber Exarch', 'Lurking Informant', 'Terra Stomper', 'Grow from the Ashes', 'Curse of Thirst', 'Oona, Queen of the Fae', 'Wurmweaver Coil', 'Selesnya Signet', 'Stone Haven Outfitter', 'Hour of Eternity', 'Illusory Ambusher', 'Addle', 'Circuitous Route', 'Ancient Amphitheater', 'Bow of Nylea', 'Increasing Confusion', 'Arrogant Wurm', 'Curse of Echoes', 'Hanweir Militia Captain', 'Bojuka Brigand', 'Skirsdag High Priest', 'Wretched Banquet', 'Vexing Scuttler', 'Epochrasite', 'Azorius Guildgate', 'Displacement Wave', 'Utter End', 'Sanctum of Ugin', 'Mystic Monastery', 'Tanglebloom', 'Paranoid Delusions', 'Whispers of the Muse', 'Graveblade Marauder', 'Duskborne Skymarcher', 'Intet, the Dreamer', 'Sprouting Thrinax', 'Cloudgoat Ranger', 'Alpha Authority', 'Workshop Assistant', 'Carnophage', 'Even the Odds', 'Mark of Sakiko', 'Foul Orchard', 'Wretched Gryff', 'Kindle', 'Fungal Infection', 'Jace''s Ingenuity', 'Psychic Drain', 'Urborg', 'Cloudblazer', 'Loxodon Warhammer', 'Grixis Charm', 'Metalspinner''s Puzzleknot', 'Thawing Glaciers', 'Lotleth Giant', 'Mercurial Pretender', 'Fresh Meat', 'Smother', 'Desecration Demon', 'Goblin Dark-Dwellers', 'Talent of the Telepath', 'Splinterfright', 'Second Harvest', 'Mesmeric Fiend', 'Brimstone Volley', 'Bioshift', 'Maximize Velocity', 'Tukatongue Thallid', 'Helm of the Host', 'Serene Steward', 'Sphere of the Suns', 'Fairgrounds Warden', 'Spiritmonger', 'Charge', 'Psychic Spiral', 'Basking Rootwalla', 'Yavimaya Elder', 'Radiant Flames', 'Edge of Autumn', 'Dimir Guildgate', 'Hidden Stockpile', 'Warleader''s Helix', 'Striped Riverwinder', 'Saheeli''s Artistry', 'Banewhip Punisher', 'Diabolic Tutor', 'Evolving Wilds', 'Memory Sluice', 'Keldon Halberdier', 'Walk the Plank', 'Necrotic Wound', 'Spelltwine', 'Goblin Cratermaker', 'Cadaver Imp', 'The Mending of Dominaria', 'Power Sink', 'Rishkar''s Expertise', 'Rogue''s Passage', 'Remove Soul', 'Tempered Steel', 'Foreboding Ruins', 'Scatter the Seeds', 'Soul Foundry', 'Abzan Charm', 'Narcomoeba', 'Perilous Voyage', 'Jester''s Scepter', 'Seeker of the Way', 'Woodland Wanderer', 'Supernatural Stamina', 'Guile', 'Shrine of Loyal Legions', 'Garza Zol, Plague Queen', 'World Shaper', 'Cataclysmic Gearhulk', 'Imminent Doom', 'Winds of Rebuke', 'Heir of Falkenrath', 'Gods Willing', 'Martyr of Frost', 'Sundering Growth', 'Sultai Charm', 'Planar Outburst', 'Compulsive Research', 'Servo Exhibition', 'Confirm Suspicions', 'Grenzo, Dungeon Warden', 'Spiketail Hatchling', 'Hammer of Bogardan', 'Nomad Outpost', 'Blighted Cataract', 'Faith''s Fetters', 'Advent of the Wurm', 'Declaration in Stone', 'Canopy Cover', 'Watchers of the Dead', 'Pentavus', 'Heart-Piercer Bow', 'Hellspark Elemental', 'Pain Seer', 'Phantasmal Bear', 'Rakdos Guildgate', 'Underworld Cerberus', 'Highland Lake', 'Cryptoplasm', 'Cruel Reality', 'Lake of the Dead', 'Nullify', 'Battlewise Hoplite', 'Memorial to Genius', 'Grozoth', 'Vampiric Rites', 'Sage''s Row Denizen', 'Yavimaya Hollow', 'Skinrender', 'From Under the Floorboards', 'Spellheart Chimera', 'Village Messenger', 'Spike Feeder', 'Spear of Heliod', 'High Priest of Penance', 'Shivan Sand-Mage', 'Incendiary Flow'))) 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, 397.7, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (182.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 ('Vivid Grove', 'Sage''s Row Denizen', 'Cerulean Wisps', 'Rishkar''s Expertise', 'Confiscate', 'Tome Scour', 'Into the North', 'Shriekgeist', 'Hypnotic Specter', 'Bloodsoaked Champion', 'Memorial to Genius', 'Weight of Memory', 'Cloudgoat Ranger', 'Lake of the Dead', 'Battlewise Hoplite', 'Thawing Glaciers', 'Grow from the Ashes', 'Cryptoplasm', 'Snapback', 'Memorial to Unity', 'Read the Bones', 'Circuitous Route', 'Mystic Monastery', 'Cackling Counterpart', 'Kederekt Leviathan', 'Grozoth', 'Advanced Stitchwing', 'Revolutionary Rebuff', 'Bane of Bala Ged', 'Loxodon Warhammer', 'Sky Hussar', 'Servo Exhibition', 'Tajuru Preserver', 'Scatter Arc', 'Spelltwine', 'Foul Emissary', 'Goblin Dark-Dwellers', 'Yavimaya Hollow', 'Haunted Dead', 'Festering Newt', 'Empyreal Voyager', 'Memorial to War', 'Mind Grind', 'Aqueous Form', 'Mitotic Slime', 'Vivid Meadow', 'Winds of Rebuke', 'World Shaper', 'Tribute to Hunger', 'Foreboding Ruins', 'Grimoire Thief', 'Metalspinner''s Puzzleknot', 'Sunbird''s Invocation', 'Thunderbolt', 'Healer''s Hawk', 'Rustwing Falcon', 'Vampiric Rites', 'True Believer', 'Glorious Anthem', 'Tracker''s Instincts', 'Wretched Gryff', 'Bogbrew Witch', 'Foul Orchard', 'Asylum Visitor', 'Woodland Wanderer', 'Scepter of Fugue', 'Increasing Confusion', 'Shrine of Loyal Legions', 'Spear of Heliod', 'Savage Lands', 'Galvanic Bombardment', 'Sandsteppe Citadel', 'Vendetta', 'Web of Inertia', 'Take Inventory', 'Tragic Arrogance', 'Gruul Guildgate', 'Howling Golem', 'Elixir of Immortality', 'Ravenous Rats', 'Martyr of Frost', 'Power Conduit', 'Fleetwheel Cruiser', 'Rakdos Guildgate', 'Reef Shaman', 'Flameshadow Conjuring', 'Meandering River', 'Utter End', 'Sundering Growth', 'Moratorium Stone', 'Shimian Specter', 'Grixis Charm', 'Oona, Queen of the Fae', 'Dack''s Duplicate', 'Treasure Cruise', 'Chief of the Foundry', 'Tormenting Voice', 'Masked Admirers', 'Exile', 'Weaponcraft Enthusiast', 'Dread Return', 'Duskborne Skymarcher', 'Bounty of the Luxa', 'Chained to the Rocks', 'From Under the Floorboards', 'Repeal', 'Rogue Refiner', 'Cascading Cataracts', 'Hidden Stockpile', 'Corpsejack Menace', 'Glint Hawk Idol', 'Transgress the Mind', 'Kaleidostone', 'Hada Freeblade', 'Engulf the Shore', 'Consuming Aberration', 'Moment of Craving', 'Jester''s Scepter', 'Desecration Demon', 'Angelic Gift', 'Invigorated Rampage', 'Talent of the Telepath', 'Bubbling Cauldron', 'Seal of Doom', 'Desert of the Fervent', 'Fairgrounds Warden', 'Curse of the Swine', 'Serene Steward', 'Makeshift Mannequin', 'Plumeveil', 'Geistflame', 'Starstorm', 'Urza''s Factory', 'Wretched Banquet', 'Vessel of Nascency', 'Woodland Stream', 'Abzan Charm', 'Sram''s Expertise', 'Join the Ranks', 'Crystal Ball', 'Thopter Spy Network', 'Phantom Nomad', 'Hordeling Outburst', 'Ondu Giant', 'Suntail Hawk', 'Captain''s Claws', 'Fungal Infection', 'Zulaport Cutthroat', 'Leave // Chance', 'Palace Familiar', 'Summoner''s Egg', 'Gateway Plaza', 'Vivid Marsh', 'Addle', 'Connive // Concoct', 'Followed Footsteps', 'Watchers of the Dead', 'Simic Guildgate', 'Rattleclaw Mystic', 'Warleader''s Helix', 'Watchwolf', 'Autochthon Wurm', 'Whirler Virtuoso', 'Confirm Suspicions', 'Terra Stomper', 'Longtusk Cub', 'Mulch', 'Highland Weald', 'Garza Zol, Plague Queen', 'Rampant Growth', 'Spike Feeder', 'Helm of the Gods', 'Lonely Sandbar', 'Avoid Fate', 'Anticipate', 'Spiketail Hatchling', 'Even the Odds', 'Charmbreaker Devils', 'Banishing Light', 'Trial of Ambition', 'Diluvian Primordial', 'Identity Thief', 'Gods Willing', 'Choked Estuary', 'Hypothesizzle', 'Krosan Tusker', 'Baleful Ammit', 'Cataclysmic Gearhulk', 'Sphinx of Uthuun', 'Alpha Authority', 'Pyramid of the Pantheon', 'Favored Hoplite', 'Enlisted Wurm', 'Chandra''s Ignition', 'Ashenmoor Gouger', 'Reassembling Skeleton', 'Dread Statuary', 'Clockwork Beetle', 'Blazing Archon', 'Ordeal of Thassa', 'Cartouche of Strength', 'Phalanx Leader', 'Cloudblazer', 'Stolen Identity', 'Underworld Cerberus', 'Millstone', 'Compulsive Research', 'Dimir Cutpurse', 'Hour of Eternity', 'Diabolic Tutor', 'Behemoth Sledge', 'Burning Oil', 'Aetherborn Marauder', 'Simic Sky Swallower', 'Secluded Steppe', 'Duskmantle, House of Shadow', 'Rugged Highlands', 'Soul Foundry', 'Alchemist''s Vial', 'Wurmweaver Coil', 'Increasing Savagery', 'Trial of Knowledge', 'Opulent Palace', 'Elemental Bond', 'Benefaction of Rhonas', 'Saving Grace', 'Moldgraf Monstrosity', 'High Priest of Penance', 'Rakshasa Deathdealer', 'Scrabbling Claws', 'Trophy Mage', 'Always Watching', 'Ulvenwald Tracker', 'Altered Ego', 'Kitesail Scout', 'Yixlid Jailer', 'Curious Homunculus', 'Mardu Ascendancy', 'Semblance Anvil', 'Academy Elite', 'Soul Exchange', 'Tempered Steel', 'Bile Blight', 'Troll Ascetic', 'Prophet of Kruphix', 'Wrangle', 'Kjeldoran Outpost', 'Charge', 'Agony Warp', 'Lantern Kami', 'Circu, Dimir Lobotomist', 'Blighted Fen', 'Elsewhere Flask', 'Docent of Perfection', 'Drana''s Emissary', 'White Sun''s Zenith', 'Advent of the Wurm', 'Bioshift', 'Kalastria Healer', 'Weaver of Lightning', 'Loyal Pegasus', 'Seeker of the Way', 'Cultivator''s Caravan', 'Rupture Spire', 'Hammer of Bogardan', 'Act of Treason', 'Fabrication Module', 'Blighted Woodland', 'Dreg Mangler', 'Tatyova, Benthic Druid', 'Fevered Visions', 'Tidal Warrior', 'Mark of Sakiko', 'Protean Raider', 'Gird for Battle', 'March from the Tomb', 'Bloodwater Entity', 'Gilded Lotus', 'Sylvan Advocate', 'Spined Thopter', 'Hellhole Flailer', 'Psychic Drain', 'Remove Soul', 'Sphere of the Suns', 'Bygone Bishop', 'Primal Druid', 'Narcolepsy', 'Boros Challenger', 'Last Breath', 'Forbid', 'Tragic Lesson', 'Felhide Spiritbinder', 'Paranoid Delusions', 'Putrefy', 'Quasiduplicate', 'Hour of Revelation', 'Bogardan Hellkite', 'Displacement Wave', 'Hanweir Militia Captain', 'Vexing Scuttler', 'Riddlesmith', 'Attune with Aether', 'Temur Ascendancy', 'Lashweed Lurker', 'Striped Riverwinder', 'Decoction Module', 'Haunting Echoes', 'Court Homunculus', 'Inner Demon', 'Jungleborn Pioneer', 'Noose Constrictor', 'Resounding Wave', 'Carrier Thrall', 'Stitch Together', 'Necropolis Fiend', 'Gruul Signet', 'Toolcraft Exemplar', 'Insidious Will', 'Stasis Snare', 'Topplegeist', 'Incendiary Flow', 'Vitu-Ghazi, the City-Tree', 'Clone', 'Aven Skirmisher', 'Exava, Rakdos Blood Witch', 'Molten Primordial', 'Scent of Brine', 'Bojuka Brigand', 'Plasm Capture', 'Yavimaya Elder', 'Necroplasm', 'Channeler Initiate', 'Flaying Tendrils', 'Supernatural Stamina', 'Evolving Wilds', 'Felidar Guardian', 'Phantasmal Bear', 'Heir of Falkenrath', 'Prophetic Bolt', 'Restoration Specialist', 'Saheeli''s Artistry', 'Drowned Secrets', 'Rogue''s Passage', 'Power Sink', 'Stone Quarry', 'Pilfered Plans', 'Story Circle', 'Mercurial Pretender', 'Faith''s Fetters', 'Seal of Primordium', 'Memory Sluice', 'Oona''s Grace', 'Blisterpod', 'Distress', 'Dynavolt Tower', 'Sultai Charm', 'Stuffy Doll', 'Driven // Despair', 'Careful Consideration', 'Necrotic Wound', 'Painful Truths', 'Crumbling Necropolis', 'Izzet Guildgate', 'Qasali Ambusher', 'Golgari Guildgate', 'Radiant Flames', 'Shelter', 'Sin Collector', 'Selesnya Guildmage', 'Protean Hydra', 'Epochrasite', 'Edge of Autumn', 'Dead Weight', 'Scoured Barrens', 'Planar Outburst', 'Pillar of Flame', 'Loxodon Hierarch', 'Psychic Strike', 'Bone Splinters', 'Prepare // Fight', 'Encroaching Wastes', 'Intet, the Dreamer', 'Highland Lake', 'Selesnya Signet', 'Bloodgift Demon', 'Conqueror''s Galleon', 'Planar Cleansing', 'Magister of Worth', 'Dream Twist', 'Cryptborn Horror', 'Defiant Strike', 'Chromatic Lantern', 'Basking Rootwalla', 'Unsummon', 'Man-o''-War', 'Orzhov Charm', 'Hallowed Moonlight', 'Canopy Cover', 'Nomad Outpost', 'Expedition Envoy', 'Curiosity', 'Banewhip Punisher', 'Ancient Amphitheater', 'Broken Bond', 'Consuming Vapors', 'Arrogant Wurm', 'Psychic Spiral', 'Fiery Impulse', 'Journeyer''s Kite', 'Gatherer of Graces', 'Artificer''s Epiphany', 'Consume the Meek', 'Hellrider', 'Mockery of Nature', 'Kuro, Pitlord', 'Faerie Trickery', 'Wonder', 'Azorius Guildgate', 'Narcomoeba', 'Mirko Vosk, Mind Drinker', 'Scatter to the Winds', 'Unwind', 'Psychatog', 'Turn Against', 'Spiritmonger', 'Spellheart Chimera', 'Butcher of the Horde', 'Altar''s Reap', 'Smother', 'Salvager of Secrets', 'Helm of the Host', 'Tormented Hero', 'Jwar Isle Refuge', 'Declaration in Stone', 'Desert of the Indomitable', 'Dissipate', 'Blighted Cataract', 'Wharf Infiltrator', 'Herald of Torment', 'Aether Swooper', 'Drownyard Behemoth', 'Brain Freeze', 'Azra Bladeseeker', 'Sculpting Steel', 'Kindle', 'The Mending of Dominaria', 'Cadaver Imp', 'Brood of Cockroaches'))) 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, 182.6, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (235.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 ('Noose Constrictor', 'Magister of Worth', 'Seeker of the Way', 'Gateway Plaza', 'Wrangle', 'Banewhip Punisher', 'Terra Stomper', 'Pilfered Plans', 'Academy Elite', 'Cryptoplasm', 'Bygone Bishop', 'Saheeli''s Artistry', 'Faerie Trickery', 'Spear of Heliod', 'Psychatog', 'Ravenous Rats', 'Phalanx Leader', 'Tribute to Hunger', 'Temur Ascendancy', 'Spined Thopter', 'Stolen Identity', 'Evolving Wilds', 'Rampant Growth', 'Highland Weald', 'Goblin Dark-Dwellers', 'Utter End', 'Memory Sluice', 'Phantasmal Bear', 'Protean Raider', 'Talent of the Telepath', 'Sage''s Row Denizen', 'Scepter of Fugue', 'Palace Familiar', 'Benevolent Bodyguard', 'Vivid Marsh', 'Kindle', 'Flayer of the Hatebound', 'Dreg Mangler', 'Sphinx of Uthuun', 'Tormenting Voice', 'Duskmantle, House of Shadow', 'Galvanic Bombardment', 'Grow from the Ashes', 'Bone Splinters', 'Butcher of the Horde', 'Bloodwater Entity', 'Carrier Thrall', 'Pyramid of the Pantheon', 'Rogue Refiner', 'Rupture Spire', 'Rishkar''s Expertise', 'Prophetic Bolt', 'Dread Return', 'Court Homunculus', 'Sylvan Advocate', 'Diabolic Tutor', 'Aven Skirmisher', 'Channeler Initiate', 'Stone Quarry', 'Mitotic Slime', 'Narcomoeba', 'Reassembling Skeleton', 'Trial of Knowledge', 'Helm of the Gods', 'Cadaver Imp', 'Yixlid Jailer', 'Wharf Infiltrator', 'Remove Soul', 'Vampiric Rites', 'Desert of the Indomitable', 'Necropolis Fiend', 'Driven // Despair', 'Toolcraft Exemplar', 'Yavimaya Elder', 'Ulvenwald Tracker', 'Confirm Suspicions', 'Scoured Barrens', 'Plumeveil', 'Declaration in Stone', 'Bloodsoaked Champion', 'Confiscate', 'Protean Hydra', 'Tome Scour', 'Weaver of Lightning', 'Azra Bladeseeker', 'Tormented Hero', 'Oona''s Grace', 'Hada Freeblade', 'Charge', 'Salvager of Secrets', 'Duskborne Skymarcher', 'Opulent Palace', 'Highland Lake', 'Psychic Strike', 'Enlisted Wurm', 'Kitesail Scout', 'Take Inventory', 'Blighted Fen', 'Flesh-Eater Imp', 'Memorial to Genius', 'Hallowed Moonlight', 'Woodland Stream', 'Glorious Anthem', 'Sky Hussar', 'Increasing Savagery', 'Elsewhere Flask', 'Emergent Growth', 'Howling Golem', 'Bile Blight', 'Urborg', 'Agony Warp', 'Plague Stinger', 'Transgress the Mind', 'Vessel of Nascency', 'Foreboding Ruins', 'Elemental Bond', 'Last Breath', 'Putrefy', 'Haunted Dead', 'Sculpting Steel', 'Tracker''s Instincts', 'Loxodon Hierarch', 'Cerulean Wisps', 'Brain Freeze', 'Loxodon Warhammer', 'Prophet of Kruphix', 'Cephalid Illusionist', 'Bojuka Brigand', 'Fiery Impulse', 'Selesnya Signet', 'Abzan Charm', 'Cackling Counterpart', 'Kaleidostone', 'High Priest of Penance', 'Oona, Queen of the Fae', 'Riddlesmith', 'Qasali Ambusher', 'Plasm Capture', 'Rakshasa Deathdealer', 'Vitu-Ghazi, the City-Tree', 'Tragic Arrogance', 'Gruul Guildgate', 'Shelter', 'Stasis Snare', 'Watchwolf', 'Kjeldoran Outpost', 'Rakdos Guildgate', 'Serene Steward', 'Docent of Perfection', 'Displacement Wave', 'Gruul Signet', 'Vivid Meadow', 'Mardu Ascendancy', 'Lotleth Giant', 'Desecration Demon', 'Leave // Chance', 'Intet, the Dreamer', 'Consuming Vapors', 'Wretched Banquet', 'Bubbling Cauldron', 'Hour of Revelation', 'Battlewise Hoplite', 'Masked Admirers', 'Faith''s Fetters', 'Hypnotic Specter', 'Grozoth', 'Followed Footsteps', 'Tajuru Preserver', 'Sundering Growth', 'Selesnya Guildmage', 'Whirler Virtuoso', 'Increasing Confusion', 'Striped Riverwinder', 'Mesmeric Fiend', 'Captain''s Claws', 'Compulsive Research', 'Spiritmonger', 'Kederekt Leviathan', 'Scatter to the Winds', 'Banishing Light', 'Resounding Wave', 'Vexing Scuttler', 'Broken Bond', 'Chandra''s Ignition', 'Shaman en-Kor', 'Blisterpod', 'Seal of Primordium', 'Curse of the Swine', 'Exile', 'Loyal Pegasus', 'Autochthon Wurm', 'Gilded Lotus', 'Snapback', 'Paranoid Delusions', 'Incendiary Flow', 'Orzhov Charm', 'Drownyard Behemoth', 'From Under the Floorboards', 'Moment of Craving', 'Festering Newt', 'Weaponcraft Enthusiast', 'Golgari Guildgate', 'Treasure Cruise', 'Mulch', 'Memorial to War', 'Urza''s Factory', 'Early Frost', 'Curiosity', 'Blighted Woodland', 'Prepare // Fight', 'Bloodgift Demon', 'Altered Ego', 'Artificer''s Epiphany', 'Felhide Spiritbinder', 'Clockwork Beetle', 'Narcolepsy', 'Forbid', 'Tranquil Garden', 'Foul Orchard', 'Corpsejack Menace', 'Rootwater Depths', 'Trial of Ambition', 'Cryptborn Horror', 'Sphere of the Suns', 'Garza Zol, Plague Queen', 'Altar''s Reap', 'Alchemist''s Vial', 'Cultivator''s Caravan', 'Story Circle', 'Weight of Memory', 'Clone', 'Ashenmoor Gouger', 'Sin Collector', 'Advanced Stitchwing', 'Whispering Specter', 'Izzet Guildgate', 'Distress', 'Consign // Oblivion', 'Supernatural Stamina', 'Basking Rootwalla', 'Fleetwheel Cruiser', 'Act of Treason', 'Bogbrew Witch', 'Read the Bones', 'Dimir Cutpurse', 'Spellheart Chimera', 'Vivid Grove', 'Perilous Voyage', 'Sram''s Expertise', 'Dynavolt Tower', 'Topplegeist', 'Underworld Cerberus', 'Rogue''s Passage', 'Dread Statuary', 'Hidden Stockpile', 'Troll Ascetic', 'Lake of the Dead', 'Bogardan Hellkite', 'Fabrication Module', 'World Shaper', 'Desert of the Fervent', 'Lantern Kami', 'Nest of Scarabs', 'Savage Lands', 'Circuitous Route', 'Hanweir Militia Captain', 'Burning Oil', 'Favored Hoplite', 'Ondu Giant', 'Blazing Archon', 'Soul Exchange', 'Cloudblazer', 'Mind Grind', 'Herald of Torment', 'Wonder', 'Spike Feeder', 'Dissipate', 'Dregscape Zombie', 'Crystal Ball', 'Unsummon', 'Necrotic Wound', 'Crumbling Vestige', 'Simic Sky Swallower', 'Scent of Brine', 'Soul Foundry', 'Ordeal of Thassa', 'Gird for Battle', 'Warleader''s Helix', 'Hermit Druid', 'Bounty of the Luxa', 'Wurmweaver Coil', 'Suntail Hawk', 'Dack''s Duplicate', 'Smother', 'Cataclysmic Gearhulk', 'Waterveil Cavern', 'Phyrexian Hydra', 'Drana''s Emissary', 'Angelic Gift', 'Starstorm', 'Benefaction of Rhonas', 'Seal of Doom', 'Hammer of Bogardan', 'Encroaching Wastes', 'Martyr of Frost', 'Millstone', 'Baleful Ammit', 'Hand of the Praetors', 'Boros Challenger', 'Thopter Spy Network', 'Rugged Highlands', 'Even the Odds', 'Scatter Arc', 'Mirko Vosk, Mind Drinker', 'Rot Wolf', 'Ancient Amphitheater', 'Trophy Mage', 'Bioshift', 'Necroplasm', 'Gods Willing', 'Geistflame', 'Fairgrounds Warden', 'Mockery of Nature', 'Trigon of Infestation', 'Defiant Strike', 'Always Watching', 'Summoner''s Egg', 'Moldgraf Monstrosity', 'Swell of Growth', 'Shriekgeist', 'Sandsteppe Citadel', 'Psychic Drain', 'Rattleclaw Mystic', 'Flameshadow Conjuring', 'Elixir of Immortality', 'Reef Shaman', 'Scrabbling Claws', 'Turn Against', 'Journeyer''s Kite', 'Pillar of Flame', 'Consume the Meek', 'Exava, Rakdos Blood Witch', 'Into the North', 'Empyreal Voyager', 'Choked Estuary', 'Mercurial Pretender', 'Edge of Autumn', 'Hellhole Flailer', 'Mark of Sakiko', 'Avoid Fate', 'Painful Truths', 'Grimoire Thief', 'Primal Druid', 'Careful Consideration', 'Jungleborn Pioneer', 'Grixis Charm', 'Thawing Glaciers', 'Glint Hawk Idol', 'Healer''s Hawk', 'Aqueous Form', 'Crumbling Necropolis', 'Lonely Sandbar', 'Anticipate', 'Yavimaya Hollow', 'Sunbird''s Invocation', 'Hour of Eternity', 'Molten Primordial', 'Phantasmagorian', 'Conqueror''s Galleon', 'True Believer', 'Mystic Monastery', 'Helm of the Host', 'Decoction Module', 'Unwind', 'Tempered Steel', 'Drowned Secrets', 'Splendid Agony', 'Consuming Aberration', 'Canopy Cover', 'Fungal Infection', 'Join the Ranks', 'Power Conduit', 'Meandering River', 'Saving Grace', 'Blighted Cataract', 'Alpha Authority', 'Felidar Guardian', 'Commune with Nature', 'Radiant Flames', 'The Mending of Dominaria', 'Heir of Falkenrath', 'Circu, Dimir Lobotomist', 'Jester''s Scepter', 'Nomad Outpost', 'Gatherer of Graces', 'Longtusk Cub', 'Hordeling Outburst', 'Foul Emissary', 'Krosan Tusker', 'Engulf the Shore', 'Invigorated Rampage', 'Flaying Tendrils', 'Cloudgoat Ranger', 'Repeal', 'Carrion Call', 'Winds of Rebuke', 'Dead Weight', 'Web of Inertia', 'Semblance Anvil', 'Behemoth Sledge', 'Epochrasite', 'Woodland Wanderer', 'Curious Homunculus', 'Shimian Specter', 'Expedition Envoy', 'Aetherborn Marauder', 'Advent of the Wurm', 'Secluded Steppe', 'Thunderbolt', 'Stitch Together', 'Revolutionary Rebuff', 'Tatyova, Benthic Druid', 'Haunting Echoes', 'Addle', 'Memorial to Unity', 'Moratorium Stone', 'Identity Thief', 'Shuko', 'White Sun''s Zenith', 'Lashweed Lurker', 'Tidal Warrior', 'Simic Guildgate', 'Dream Twist', 'Jwar Isle Refuge', 'Sultai Charm', 'Wretched Gryff', 'Watchers of the Dead', 'Arrogant Wurm', 'Restoration Specialist', 'Brood of Cockroaches', 'Aether Swooper', 'Chief of the Foundry', 'Man-o''-War', 'Planar Cleansing', 'Vendetta', 'Spiketail Hatchling', 'Metalspinner''s Puzzleknot', 'Chromatic Lantern', 'Makeshift Mannequin', 'Kalastria Healer', 'Shrine of Loyal Legions', 'Phantom Nomad', 'Power Sink', 'Chained to the Rocks', 'Cascading Cataracts', 'Inner Demon', 'Kuro, Pitlord', 'Connive // Concoct', 'March from the Tomb', 'Hellrider', 'Bane of Bala Ged', 'Planar Outburst', 'Spelltwine', 'Exemplar of Strength', 'Azorius Guildgate', 'Rustwing Falcon', 'Zulaport Cutthroat', 'Fevered Visions', 'Cartouche of Strength', 'Psychic Spiral', 'Quasiduplicate', 'Charmbreaker Devils', 'Asylum Visitor', 'Hypothesizzle', 'Attune with Aether', 'Stuffy Doll', 'Insidious Will', 'Servo Exhibition', 'Tragic Lesson', 'Diluvian Primordial'))) 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.6, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (137.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 ('Howling Golem', 'Shuko', 'Invigorated Rampage', 'Woodland Wanderer', 'Early Frost', 'Phantom Nomad', 'Bounty of the Luxa', 'Summoner''s Egg', 'Connive // Concoct', 'Banewhip Punisher', 'Scent of Brine', 'Primal Druid', 'Painful Truths', 'Remove Soul', 'Boros Challenger', 'Cackling Counterpart', 'Terra Stomper', 'Cloudgoat Ranger', 'Captain''s Claws', 'Sweatworks Brawler', 'Lashweed Lurker', 'Hada Freeblade', 'Rakdos Guildgate', 'True Believer', 'Desert of the Indomitable', 'Dack''s Duplicate', 'Phantasmal Bear', 'Oona, Queen of the Fae', 'Ancient Amphitheater', 'Serene Steward', 'Commune with Nature', 'Sculpting Steel', 'Incendiary Flow', 'Shimian Specter', 'Garza Zol, Plague Queen', 'Sunbird''s Invocation', 'Perpetual Timepiece', 'Tracker''s Instincts', 'The Mending of Dominaria', 'Galvanic Bombardment', 'Declaration in Stone', 'Brood of Cockroaches', 'Sphinx of Uthuun', 'Cryptoplasm', 'Opulent Palace', 'Masked Admirers', 'Renewed Faith', 'Cascading Cataracts', 'Vivid Meadow', 'Wharf Infiltrator', 'Dread Statuary', 'Cultivator''s Caravan', 'Seeker of the Way', 'Tormenting Voice', 'Trial of Ambition', 'Felhide Spiritbinder', 'Gods Willing', 'Weight of Memory', 'Extractor Demon', 'Putrefy', 'Into the North', 'Repeal', 'Seal of Doom', 'Charge', 'Rupture Spire', 'Altar''s Reap', 'Goblin Cratermaker', 'Driven // Despair', 'Drownyard Behemoth', 'Engulf the Shore', 'Spelltwine', 'Longtusk Cub', 'Martyr of Frost', 'Gruul Guildgate', 'Thunderbolt', 'Duskborne Skymarcher', 'Corpsejack Menace', 'Blighted Cataract', 'Epochrasite', 'Diluvian Primordial', 'Unsummon', 'Vivid Grove', 'Bloodwater Entity', 'Helm of the Host', 'Qasali Ambusher', 'Aetherborn Marauder', 'Spined Thopter', 'Goblin Gaveleer', 'Servo Exhibition', 'Emergent Growth', 'Pilfered Plans', 'Precognition Field', 'Bygone Bishop', 'Insidious Will', 'Grow from the Ashes', 'Ashenmoor Gouger', 'Scrabbling Claws', 'Soul Exchange', 'Bogbrew Witch', 'Splendid Agony', 'Treasure Cruise', 'Book Burning', 'Warleader''s Helix', 'Scoured Barrens', 'Advent of the Wurm', 'Decoction Module', 'Helm of the Gods', 'Lightning Rift', 'Rustwing Falcon', 'Blazing Archon', 'Inventor''s Apprentice', 'Phyrexian Hydra', 'Hellrider', 'Hypnotic Specter', 'Increasing Confusion', 'Story Circle', 'Wonder', 'Ondu Giant', 'Curious Homunculus', 'Ravenous Rats', 'Battlewise Hoplite', 'Krosan Tusker', 'Quasiduplicate', 'Tempered Steel', 'Whirler Virtuoso', 'Hour of Revelation', 'Secluded Steppe', 'Unwind', 'Broken Bond', 'Bojuka Brigand', 'Mind Grind', 'Cryptborn Horror', 'Golgari Guildgate', 'Channeler Initiate', 'Cephalid Illusionist', 'Act of Treason', 'Hellhole Flailer', 'Spiketail Hatchling', 'Valduk, Keeper of the Flame', 'Tribute to Hunger', 'Intet, the Dreamer', 'Followed Footsteps', 'Highland Weald', 'Illusory Ambusher', 'Reassembling Skeleton', 'Hordeling Outburst', 'Nest of Scarabs', 'Displacement Wave', 'Protean Hydra', 'Riddlesmith', 'Rishkar''s Expertise', 'Utter End', 'Seal of Primordium', 'Scepter of Fugue', 'Sprouting Thrinax', 'Tragic Lesson', 'Mitotic Slime', 'Attune with Aether', 'Faith''s Fetters', 'Rattleclaw Mystic', 'Aqueous Form', 'Yavimaya Elder', 'Hallowed Moonlight', 'Tome Scour', 'Butcher of the Horde', 'Memorial to War', 'Azra Bladeseeker', 'Asylum Visitor', 'Scourge Devil', 'Narcomoeba', 'Liliana''s Indignation', 'Blighted Fen', 'Memorial to Unity', 'Curse of Echoes', 'Festering Newt', 'Chandra''s Ignition', 'Shriekgeist', 'Orzhov Charm', 'Confirm Suspicions', 'Soul Foundry', 'Toolcraft Exemplar', 'Whispering Specter', 'Flayer of the Hatebound', 'Take Inventory', 'Duskmantle, House of Shadow', 'Restoration Specialist', 'Gruul Signet', 'Wurmweaver Coil', 'Dream Twist', 'Vessel of Nascency', 'Pyramid of the Pantheon', 'Makeshift Mannequin', 'Starstorm', 'Moldgraf Monstrosity', 'Jace''s Ingenuity', 'Undead Leotau', 'Sundering Growth', 'Fairgrounds Warden', 'Salvager of Secrets', 'Kitesail Scout', 'Wretched Gryff', 'Drowned Secrets', 'Kaleidostone', 'Advanced Stitchwing', 'Jungleborn Pioneer', 'Astral Slide', 'Champion of the Flame', 'Vivid Marsh', 'Bioshift', 'Mockery of Nature', 'Kederekt Leviathan', 'Selesnya Signet', 'Glint Hawk Idol', 'Planar Cleansing', 'White Sun''s Zenith', 'Mirko Vosk, Mind Drinker', 'Foul Emissary', 'Burning Oil', 'Tormented Hero', 'Power Sink', 'Flaying Tendrils', 'Lake of the Dead', 'Tranquil Garden', 'Grixis Charm', 'Thawing Glaciers', 'Gilded Light', 'Aether Swooper', 'Bile Blight', 'Psychic Drain', 'Supernatural Stamina', 'Moratorium Stone', 'Kindle', 'Chained to the Rocks', 'Aven Riftwatcher', 'Rootwater Depths', 'Vampiric Rites', 'Haunted Dead', 'Psychic Strike', 'Sage''s Row Denizen', 'Felidar Guardian', 'Plague Stinger', 'Hour of Eternity', 'Mystic Monastery', 'Brain Freeze', 'Distress', 'Yavimaya Hollow', 'Banishing Light', 'Dissipate', 'Fleetwheel Cruiser', 'Geistflame', 'Azorius Guildgate', 'Cartouche of Strength', 'Cataclysmic Gearhulk', 'Spear of Heliod', 'Enlisted Wurm', 'Compulsive Research', 'Mesmeric Fiend', 'Conqueror''s Galleon', 'Bloodgift Demon', 'Hidden Stockpile', 'Molten Primordial', 'Temur Ascendancy', 'Forbid', 'Paranoid Delusions', 'Bane of Bala Ged', 'Stone Quarry', 'Foundry of the Consuls', 'Fungal Infection', 'Academy Elite', 'Bubbling Cauldron', 'Blisterpod', 'Loyal Pegasus', 'Read the Bones', 'Sai of the Shinobi', 'Wrangle', 'Sram''s Expertise', 'Meandering River', 'Elixir of Immortality', 'Hermit Druid', 'Scatter to the Winds', 'Dreg Mangler', 'Court Homunculus', 'Phalanx Leader', 'Gilded Lotus', 'Ordeal of Thassa', 'Clockwork Beetle', 'Tatyova, Benthic Druid', 'Crumbling Necropolis', 'Dimir Cutpurse', 'Elemental Bond', 'Metalspinner''s Puzzleknot', 'Palace Familiar', 'Spark Spray', 'Carrier Thrall', 'Blighted Woodland', 'Autochthon Wurm', 'Avoid Fate', 'Desecration Demon', 'Alpha Authority', 'Elsewhere Flask', 'Hanweir Militia Captain', 'Agony Warp', 'Viscera Dragger', 'Hammer of Bogardan', 'Protean Raider', 'Grimoire Thief', 'Sylvan Advocate', 'Semblance Anvil', 'Flameshadow Conjuring', 'Benevolent Bodyguard', 'Pillar of Flame', 'Flesh-Eater Imp', 'Dregscape Zombie', 'Revolutionary Rebuff', 'Reef Shaman', 'Chromatic Lantern', 'Highland Lake', 'Circuitous Route', 'Suntail Hawk', 'Necroplasm', 'Moment of Craving', 'Fiery Impulse', 'Izzet Guildgate', 'Bone Saw', 'Turn Against', 'Loxodon Warhammer', 'Memory Sluice', 'Crumbling Vestige', 'Gatherer of Graces', 'Millstone', 'Smother', 'Urza''s Factory', 'Cinder Barrens', 'Altered Ego', 'Cadaver Imp', 'Watchwolf', 'Perilous Voyage', 'Saving Grace', 'Curse of the Swine', 'Sphere of the Suns', 'Talent of the Telepath', 'Favored Hoplite', 'Charmbreaker Devils', 'Saheeli''s Artistry', 'Fabrication Module', 'Last Breath', 'Swell of Growth', 'Confiscate', 'Snapback', 'Dynavolt Tower', 'Zulaport Cutthroat', 'Behemoth Sledge', 'Circu, Dimir Lobotomist', 'Lonely Sandbar', 'Jwar Isle Refuge', 'Lantern Kami', 'Diabolic Tutor', 'Shaman en-Kor', 'Cloudblazer', 'Choked Estuary', 'Selesnya Guildmage', 'Exemplar of Strength', 'Edge of Autumn', 'Prepare // Fight', 'Shelter', 'Savage Lands', 'Sin Collector', 'Gird for Battle', 'Exile', 'Goblin Dark-Dwellers', 'Exava, Rakdos Blood Witch', 'Careful Consideration', 'Power Conduit', 'Evolving Wilds', 'Mardu Ascendancy', 'Angelic Gift', 'Foul Orchard', 'Wretched Banquet', 'Nomad Outpost', 'Web of Inertia', 'Join the Ranks', 'Rampant Growth', 'March from the Tomb', 'Shambling Remains', 'Haunting Echoes', 'Artificer''s Epiphany', 'Glorious Anthem', 'Fevered Visions', 'Rakshasa Deathdealer', 'Thopter Spy Network', 'Consuming Vapors', 'Necropolis Fiend', 'Woodland Stream', 'Bloodsoaked Champion', 'Vendetta', 'Hypothesizzle', 'Abzan Charm', 'Rogue''s Passage', 'Docent of Perfection', 'Sultai Charm', 'Topplegeist', 'Baleful Ammit', 'Stuffy Doll', 'Troll Ascetic', 'Karoo', 'Carrion Call', 'Always Watching', 'Addle', 'Rugged Highlands', 'Stitch Together', 'Magister of Worth', 'From Under the Floorboards', 'Striped Riverwinder', 'Expedition Envoy', 'Alchemist''s Vial', 'Radiant Flames', 'Ulvenwald Tracker', 'Mark of Sakiko', 'Jester''s Scepter', 'Leave // Chance', 'Man-o''-War', 'Urborg', 'Chief of the Foundry', 'Plumeveil', 'Journeyer''s Kite', 'Identity Thief', 'High Priest of Penance', 'Tidal Warrior', 'Trial of Knowledge', 'Faerie Trickery', 'Watchers of the Dead', 'Lotleth Giant', 'Shrine of Loyal Legions', 'Cerulean Wisps', 'Consume the Meek', 'Stolen Identity', 'Drana''s Emissary', 'Goblin Settler', 'Sandsteppe Citadel', 'Mulch', 'Benefaction of Rhonas', 'Kalastria Healer', 'Grozoth', 'Waterveil Cavern', 'Weaver of Lightning', 'Crystal Ball', 'Noose Constrictor', 'Oona''s Grace', 'Kuro, Pitlord', 'Even the Odds', 'Hand of the Praetors', 'Resounding Wave', 'Plasm Capture', 'Trigon of Infestation', 'Prophet of Kruphix', 'Arrogant Wurm', 'Gateway Plaza', 'Simic Sky Swallower', 'Kjeldoran Outpost', 'Narcolepsy', 'Bone Splinters', 'Heir of Falkenrath', 'Stensia Bloodhall', 'Necrotic Wound', 'Stasis Snare', 'Clone', 'Prophetic Bolt', 'Vitu-Ghazi, the City-Tree', 'Vexing Scuttler', 'Consign // Oblivion', 'Dead Weight', 'Empyreal Voyager', 'Foreboding Ruins', 'Underworld Cerberus', 'Curiosity', 'Spike Feeder', 'Djeru''s Renunciation', 'Psychatog', 'Psychic Spiral', 'Anticipate', 'Weaponcraft Enthusiast', 'Simic Guildgate', 'Rogue Refiner', 'Loxodon Hierarch', 'Phantasmagorian', 'Hellspark Elemental', 'Increasing Savagery', 'World Shaper', 'Yixlid Jailer', 'Dread Return', 'Winds of Rebuke', 'Inner Demon', 'Tragic Arrogance', 'Invoke the Divine', 'Memorial to Genius', 'Desert of the Fervent', 'Canopy Cover', 'Abandoned Sarcophagus', 'Tajuru Preserver', 'Sunblast Angel', 'Rot Wolf', 'Aven Skirmisher', 'Regal Caracal', 'Healer''s Hawk', 'Grindclock', 'Spiritmonger', 'Planar Outburst', 'Encroaching Wastes', 'Transgress the Mind', 'Bogardan Hellkite', 'Mercurial Pretender', 'Scatter Arc', 'Slice and Dice', 'Sky Hussar', 'Herald of Torment', 'Spellheart Chimera', 'Consuming Aberration', 'Defiant Strike', 'Basking Rootwalla', 'Trophy Mage'))) 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, 137.3, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (164.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 ('Flayer of the Hatebound', 'Kuro, Pitlord', 'Yixlid Jailer', 'Necropolis Fiend', 'Favored Hoplite', 'Wonder', 'Banishing Light', 'Ondu Giant', 'Bone Splinters', 'Distress', 'Plumeveil', 'Unwind', 'Ancient Amphitheater', 'Mark of Sakiko', 'Autochthon Wurm', 'Galvanic Bombardment', 'Captain''s Claws', 'Consign // Oblivion', 'Last Breath', 'Clone', 'Blighted Fen', 'Jace''s Ingenuity', 'Renewed Faith', 'Always Watching', 'Seeker of the Way', 'Kederekt Leviathan', 'Sultai Charm', 'Tome Scour', 'Phantasmal Bear', 'Cultivator''s Caravan', 'Nest of Scarabs', 'Even the Odds', 'Scepter of Fugue', 'Spellheart Chimera', 'Moldgraf Monstrosity', 'Inventor''s Apprentice', 'Waterveil Cavern', 'Gatherer of Graces', 'Sram''s Expertise', 'Helm of the Host', 'Vivid Grove', 'Join the Ranks', 'Choked Estuary', 'Loxodon Hierarch', 'Scourge Devil', 'Hellhole Flailer', 'Decoction Module', 'Dread Return', 'Duskborne Skymarcher', 'Djeru''s Renunciation', 'Sky Hussar', 'Savage Lands', 'Spark Spray', 'Scatter to the Winds', 'Cloudgoat Ranger', 'Orzhov Charm', 'Elixir of Immortality', 'Cruel Reality', 'Clockwork Beetle', 'Advent of the Wurm', 'Bygone Bishop', 'Alpha Authority', 'Sylvan Advocate', 'Boros Challenger', 'Stuffy Doll', 'Docent of Perfection', 'Perpetual Timepiece', 'Toolcraft Exemplar', 'Restoration Specialist', 'Krosan Tusker', 'Protean Hydra', 'Helm of the Gods', 'Pillar of Flame', 'Mind Grind', 'Slice and Dice', 'Woodland Stream', 'Precognition Field', 'Narcolepsy', 'Charge', 'Enlisted Wurm', 'Evolving Wilds', 'Woodland Wanderer', 'Grixis Charm', 'Tormented Hero', 'Spear of Heliod', 'Smother', 'Blisterpod', 'Angelic Gift', 'Highland Lake', 'Izzet Guildgate', 'Turn Against', 'Scent of Brine', 'Flameshadow Conjuring', 'Painful Truths', 'Bone Saw', 'Serene Steward', 'Story Circle', 'Spelltwine', 'Compulsive Research', 'Stone Quarry', 'Haunting Echoes', 'Altar''s Reap', 'Karoo', 'Drownyard Behemoth', 'Commune with Nature', 'Declaration in Stone', 'Power Conduit', 'Hallowed Moonlight', 'Aqueous Form', 'Azorius Guildgate', 'Man-o''-War', 'Snapback', 'Kaleidostone', 'Vivid Marsh', 'Aven Riftwatcher', 'Swell of Growth', 'Soul Foundry', 'Temur Ascendancy', 'Mulch', 'Qasali Ambusher', 'Mardu Ascendancy', 'Golgari Guildgate', 'Psychic Drain', 'Jester''s Scepter', 'Encroaching Wastes', 'Perilous Voyage', 'Molten Primordial', 'Extractor Demon', 'Yavimaya Elder', 'Gruul Signet', 'Dream Twist', 'Magister of Worth', 'Cryptborn Horror', 'Gruul Guildgate', 'Trial of Knowledge', 'Bioshift', 'Grindclock', 'Undead Leotau', 'Servo Exhibition', 'Kalastria Healer', 'Mitotic Slime', 'Ravenous Rats', 'Phantasmagorian', 'Prophetic Bolt', 'Planar Outburst', 'Phalanx Leader', 'Tormenting Voice', 'Attune with Aether', 'Addle', 'Drana''s Emissary', 'Tempered Steel', 'Mirko Vosk, Mind Drinker', 'Battlewise Hoplite', 'Memorial to War', 'Altered Ego', 'Diabolic Tutor', 'Planar Cleansing', 'Plasm Capture', 'Protean Raider', 'Quasiduplicate', 'Gird for Battle', 'Read the Bones', 'Oona''s Grace', 'Sunblast Angel', 'Gods Willing', 'Trigon of Infestation', 'Scatter Arc', 'Invoke the Divine', 'Thunderbolt', 'Ordeal of Thassa', 'Shambling Remains', 'High Priest of Penance', 'Cryptoplasm', 'Avoid Fate', 'Haunted Dead', 'Rugged Highlands', 'Tracker''s Instincts', 'Increasing Confusion', 'Putrefy', 'Sculpting Steel', 'Millstone', 'Lashweed Lurker', 'Power Sink', 'Splendid Agony', 'Foul Orchard', 'Cloudblazer', 'Dimir Cutpurse', 'Revolutionary Rebuff', 'Psychic Spiral', 'Exile', 'Bogardan Hellkite', 'Thawing Glaciers', 'Rupture Spire', 'Stasis Snare', 'Glint Hawk Idol', 'Kjeldoran Outpost', 'Wrangle', 'Wurmweaver Coil', 'Sphere of the Suns', 'Charmbreaker Devils', 'Rishkar''s Expertise', 'Regal Caracal', 'Brain Freeze', 'Mystic Monastery', 'Hour of Eternity', 'Fevered Visions', 'Masked Admirers', 'Shelter', 'Dynavolt Tower', 'Rogue Refiner', 'Dead Weight', 'Lake of the Dead', 'Hellspark Elemental', 'Chandra''s Ignition', 'Foul Emissary', 'Highland Weald', 'Faith''s Fetters', 'Wretched Banquet', 'Curse of Death''s Hold', 'Stolen Identity', 'Selesnya Signet', 'Burning Oil', 'Reassembling Skeleton', 'Underworld Cerberus', 'Loxodon Warhammer', 'Behemoth Sledge', 'Corpsejack Menace', 'Shaman en-Kor', 'Rakdos Guildgate', 'Wretched Gryff', 'Bubbling Cauldron', 'Semblance Anvil', 'Cerulean Wisps', 'Secluded Steppe', 'Tajuru Preserver', 'Trial of Ambition', 'Academy Elite', 'Hammer of Bogardan', 'Brood of Cockroaches', 'Liliana''s Indignation', 'Benevolent Bodyguard', 'Mercurial Pretender', 'Summoner''s Egg', 'Arrogant Wurm', 'Vessel of Nascency', 'Tatyova, Benthic Druid', 'Epochrasite', 'Pyramid of the Pantheon', 'Bloodsoaked Champion', 'Sandsteppe Citadel', 'Whirler Virtuoso', 'Hand of the Praetors', 'Foreboding Ruins', 'Dreg Mangler', 'Hypnotic Specter', 'Saving Grace', 'Bane of Bala Ged', 'Curse of the Swine', 'Advanced Stitchwing', 'Bogbrew Witch', 'Makeshift Mannequin', 'Narcomoeba', 'Crystal Ball', 'Primal Druid', 'Spined Thopter', 'Whispering Specter', 'Invigorated Rampage', 'Web of Inertia', 'Moment of Craving', 'Urborg', 'Felidar Guardian', 'Ashenmoor Gouger', 'Champion of the Flame', 'Goblin Gaveleer', 'Desert of the Fervent', 'Martyr of Frost', 'Rootwater Depths', 'Howling Golem', 'Dissipate', 'Hanweir Militia Captain', 'Cadaver Imp', 'Goblin Settler', 'Skinrender', 'Sweatworks Brawler', 'Agony Warp', 'Hermit Druid', 'White Sun''s Zenith', 'Glorious Anthem', 'Rustwing Falcon', 'Lantern Kami', 'Weaponcraft Enthusiast', 'Psychic Strike', 'Aetherborn Marauder', 'Carrion Call', 'Sprouting Thrinax', 'Broken Bond', 'Hordeling Outburst', 'Weight of Memory', 'Simic Sky Swallower', 'Winds of Rebuke', 'Act of Treason', 'From Under the Floorboards', 'Consuming Vapors', 'Vivid Meadow', 'Exava, Rakdos Blood Witch', 'Memorial to Genius', 'Cephalid Illusionist', 'Blazing Archon', 'Lightning Rift', 'Fabrication Module', 'Abandoned Sarcophagus', 'Grow from the Ashes', 'Necrotic Wound', 'Wand of Vertebrae', 'Benefaction of Rhonas', 'Duskmantle, House of Shadow', 'Sai of the Shinobi', 'Bojuka Brigand', 'Anticipate', 'Desecration Demon', 'Spiketail Hatchling', 'Artificer''s Epiphany', 'Alchemist''s Vial', 'Take Inventory', 'Intet, the Dreamer', 'Talent of the Telepath', 'Stensia Bloodhall', 'Exemplar of Strength', 'Basking Rootwalla', 'Sage''s Row Denizen', 'Crumbling Vestige', 'Spiritmonger', 'Selesnya Guildmage', 'Edge of Autumn', 'Opulent Palace', 'Baleful Ammit', 'Abzan Charm', 'Cascading Cataracts', 'Empyreal Voyager', 'Followed Footsteps', 'Journeyer''s Kite', 'Tragic Arrogance', 'Vampiric Rites', 'Circu, Dimir Lobotomist', 'Mesmeric Fiend', 'True Believer', 'Banewhip Punisher', 'Flaying Tendrils', 'Nomad Outpost', 'Driven // Despair', 'Shimian Specter', 'Displacement Wave', 'Fungal Infection', 'Shuko', 'Sphinx of Uthuun', 'Necroplasm', 'Bloodwater Entity', 'Cinder Barrens', 'Stitch Together', 'Hidden Stockpile', 'Spike Feeder', 'Confirm Suspicions', 'Incendiary Flow', 'Shrine of Loyal Legions', 'Leave // Chance', 'Elemental Bond', 'Vendetta', 'Forbid', 'Tragic Lesson', 'Unsummon', 'Geistflame', 'Elsewhere Flask', 'Diluvian Primordial', 'Ulvenwald Tracker', 'Illusory Ambusher', 'Jungleborn Pioneer', 'Sin Collector', 'Watchers of the Dead', 'Viscera Dragger', 'Prophet of Kruphix', 'Seal of Doom', 'Watchwolf', 'Curse of Misfortunes', 'Chromatic Lantern', 'Sunbird''s Invocation', 'Tidal Warrior', 'Bile Blight', 'Yavimaya Hollow', 'Into the North', 'Curious Homunculus', 'Phyrexian Hydra', 'Prepare // Fight', 'Remove Soul', 'Lotleth Giant', 'Palace Familiar', 'Shriekgeist', 'Expedition Envoy', 'Jwar Isle Refuge', 'Engulf the Shore', 'Court Homunculus', 'Dack''s Duplicate', 'Faerie Trickery', 'Tranquil Garden', 'Gilded Lotus', 'Treasure Cruise', 'Curse of Echoes', 'Utter End', 'Vexing Scuttler', 'Memory Sluice', 'Metalspinner''s Puzzleknot', 'Dregscape Zombie', 'Crumbling Necropolis', 'Hellrider', 'Circuitous Route', 'Curiosity', 'Fiery Impulse', 'Vitu-Ghazi, the City-Tree', 'Festering Newt', 'Mockery of Nature', 'Noose Constrictor', 'Scoured Barrens', 'Thopter Spy Network', 'Identity Thief', 'Blighted Cataract', 'Sundering Growth', 'Chief of the Foundry', 'Dread Statuary', 'Rampant Growth', 'Carrier Thrall', 'Lonely Sandbar', 'Blighted Woodland', 'Desert of the Indomitable', 'Confiscate', 'Trophy Mage', 'Careful Consideration', 'Asylum Visitor', 'Butcher of the Horde', 'Bloodgift Demon', 'Aether Swooper', 'Channeler Initiate', 'Aven Skirmisher', 'Hypothesizzle', 'Riddlesmith', 'Flesh-Eater Imp', 'March from the Tomb', 'Psychatog', 'Goblin Cratermaker', 'Astral Slide', 'Goblin Dark-Dwellers', 'Fleetwheel Cruiser', 'Terra Stomper', 'Saheeli''s Artistry', 'Consume the Meek', 'Longtusk Cub', 'Connive // Concoct', 'Seal of Primordium', 'Early Frost', 'Cataclysmic Gearhulk', 'Rogue''s Passage', 'Heir of Falkenrath', 'Felhide Spiritbinder', 'Valduk, Keeper of the Flame', 'Striped Riverwinder', 'Rot Wolf', 'Soul Exchange', 'Reef Shaman', 'Foundry of the Consuls', 'Healer''s Hawk', 'Grimoire Thief', 'Salvager of Secrets', 'Garza Zol, Plague Queen', 'Memorial to Unity', 'Inner Demon', 'Paranoid Delusions', 'Rattleclaw Mystic', 'Weaver of Lightning', 'Plague Stinger', 'Simic Guildgate', 'Oona, Queen of the Fae', 'Herald of Torment', 'Azra Bladeseeker', 'Cackling Counterpart', 'Consuming Aberration', 'Tribute to Hunger', 'Insidious Will', 'Rakshasa Deathdealer', 'Conqueror''s Galleon', 'Radiant Flames', 'Starstorm', 'Defiant Strike', 'Scrabbling Claws', 'Drowned Secrets', 'Bounty of the Luxa', 'Suntail Hawk', 'Pilfered Plans', 'Hour of Revelation', 'Urza''s Factory', 'Repeal', 'Kitesail Scout', 'Topplegeist', 'Warleader''s Helix', 'Phantom Nomad', 'Kindle', 'Resounding Wave', 'Moratorium Stone', 'Book Burning', 'Transgress the Mind', 'Gateway Plaza', 'Troll Ascetic', 'The Mending of Dominaria', 'Increasing Savagery', 'Gilded Light', 'Wharf Infiltrator', 'Emergent Growth', 'Meandering River', 'World Shaper', 'Canopy Cover', 'Fairgrounds Warden', 'Grozoth', 'Supernatural Stamina', 'Loyal Pegasus', 'Cartouche of Strength', 'Hada Freeblade', 'Zulaport Cutthroat', 'Chained to the Rocks'))) 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, 164.4, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (138.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 ('Vivid Grove', 'Empyreal Voyager', 'Benevolent Bodyguard', 'Bloodgift Demon', 'Power Conduit', 'Paranoid Delusions', 'Supernatural Stamina', 'Perilous Voyage', 'Confiscate', 'Vexing Scuttler', 'Hanweir Militia Captain', 'Hellrider', 'Last Breath', 'Illusory Ambusher', 'Fungal Infection', 'Corpsejack Menace', 'Savage Lands', 'Sphere of the Suns', 'Golgari Guildgate', 'Dynavolt Tower', 'Valduk, Keeper of the Flame', 'Stensia Bloodhall', 'Zulaport Cutthroat', 'Masked Admirers', 'Captain''s Claws', 'Haunting Echoes', 'Krosan Tusker', 'Hordeling Outburst', 'Hidden Strings', 'Wurmweaver Coil', 'Moment of Craving', 'Mitotic Slime', 'Weight of Memory', 'Longtusk Cub', 'Broken Bond', 'Sculpting Steel', 'Sage''s Row Denizen', 'Terra Stomper', 'Abandoned Sarcophagus', 'Rattleclaw Mystic', 'Choked Estuary', 'Where Ancients Tread', 'Howling Golem', 'Curse of Death''s Hold', 'Curse of Misfortunes', 'Docent of Perfection', 'Splendid Agony', 'Shelter', 'Reef Shaman', 'Altered Ego', 'Lashweed Lurker', 'Join the Ranks', 'Bounty of the Luxa', 'Hypothesizzle', 'Identity Thief', 'Shrine of Loyal Legions', 'Sunblast Angel', 'Attune with Aether', 'Necrotic Wound', 'Dissipate', 'Jungleborn Pioneer', 'Dread Return', 'Cataclysmic Gearhulk', 'Saving Grace', 'Herald of Torment', 'Tranquil Garden', 'Enlisted Wurm', 'Gilded Light', 'Tracker''s Instincts', 'Phantasmagorian', 'Bloodsoaked Champion', 'Thunderbolt', 'Jwar Isle Refuge', 'Plasm Capture', 'Goblin Settler', 'Basking Rootwalla', 'Hunted Dragon', 'Trophy Mage', 'Shimian Specter', 'Narcomoeba', 'Duskmantle, House of Shadow', 'Watchers of the Dead', 'Memorial to War', 'Galvanic Bombardment', 'Urza''s Factory', 'Dream Twist', 'Bogbrew Witch', 'Warleader''s Helix', 'Urborg', 'Spelltwine', 'Grow from the Ashes', 'Trial of Knowledge', 'Millstone', 'Scent of Brine', 'Mardu Ascendancy', 'Helm of the Host', 'Commune with Nature', 'Foundry of the Consuls', 'Hour of Revelation', 'Nest of Scarabs', 'Haunted Dead', 'Moratorium Stone', 'Goblin Gaveleer', 'Summoner''s Egg', 'Seal of Doom', 'Remove Soul', 'Sram''s Expertise', 'Grozoth', 'Mockery of Nature', 'Careful Consideration', 'Palace Familiar', 'Hand of the Praetors', 'Glorious Anthem', 'Magister of Worth', 'Defiant Strike', 'Displacement Wave', 'Gilded Lotus', 'Pyramid of the Pantheon', 'Call of the Nightwing', 'Prepare // Fight', 'Bane of Bala Ged', 'Desert of the Indomitable', 'Foul Orchard', 'Spellheart Chimera', 'Trial of Ambition', 'Garza Zol, Plague Queen', 'Inner Demon', 'Sphinx of Uthuun', 'Spark Jolt', 'Vivid Marsh', 'Asylum Visitor', 'Protean Raider', 'Spiritmonger', 'Tatyova, Benthic Druid', 'Bone Saw', 'Gods Willing', 'Izzet Guildgate', 'Hellspark Elemental', 'Sai of the Shinobi', 'Fevered Visions', 'Precognition Field', 'Molten Primordial', 'Trigon of Infestation', 'Quasiduplicate', 'Blastoderm', 'Leave // Chance', 'Rustwing Falcon', 'Wharf Infiltrator', 'Chief of the Foundry', 'Moldgraf Monstrosity', 'Clone', 'Rugged Highlands', 'Dregscape Zombie', 'Exava, Rakdos Blood Witch', 'Felidar Guardian', 'Anticipate', 'Seal of Primordium', 'Bile Blight', 'Tragic Arrogance', 'Smother', 'Spear of Heliod', 'Incendiary Flow', 'Mark of Sakiko', 'Curiosity', 'Gateway Plaza', 'Journeyer''s Kite', 'Dead Weight', 'Thawing Glaciers', 'Repeal', 'Bygone Bishop', 'Baleful Ammit', 'Spike Feeder', 'Butcher of the Horde', 'Geistflame', 'Flameshadow Conjuring', 'Stasis Snare', 'Swell of Growth', 'Chandra''s Ignition', 'Yavimaya Elder', 'Fleetwheel Cruiser', 'Addle', 'True Believer', 'Confirm Suspicions', 'Simic Guildgate', 'Charge', 'Planar Outburst', 'Meandering River', 'Exemplar of Strength', 'Hunted Troll', 'Bioshift', 'Rogue Refiner', 'Aven Skirmisher', 'Crystal Ball', 'Consuming Aberration', 'Artificer''s Epiphany', 'Conqueror''s Galleon', 'Early Frost', 'Goblin Dark-Dwellers', 'Dread Statuary', 'Yavimaya Hollow', 'Shriekgeist', 'Circuitous Route', 'Azorius Guildgate', 'Consume the Meek', 'Psychic Strike', 'Selesnya Guildmage', 'Kjeldoran Outpost', 'Banewhip Punisher', 'Cryptoplasm', 'Treasure Cruise', 'Blazing Archon', 'Academy Elite', 'Scourge Devil', 'Bogardan Hellkite', 'The Mending of Dominaria', 'Aetherborn Marauder', 'Cascading Cataracts', 'Weaponcraft Enthusiast', 'Nomad Outpost', 'Lonely Sandbar', 'Hypnotic Specter', 'Narcolepsy', 'Expedition Envoy', 'Kederekt Leviathan', 'Helm of the Gods', 'Desecration Demon', 'Hour of Eternity', 'Flayer of the Hatebound', 'Noose Constrictor', 'Shaman en-Kor', 'Toolcraft Exemplar', 'Curious Homunculus', 'Winds of Rebuke', 'Alpha Authority', 'Always Watching', 'Woodland Wanderer', 'Increasing Confusion', 'Carrion Call', 'Flesh-Eater Imp', 'Semblance Anvil', 'Rupture Spire', 'Inkfathom Witch', 'Increasing Savagery', 'Drana''s Emissary', 'Kitesail Scout', 'Ancient Amphitheater', 'Topplegeist', 'Ordeal of Thassa', 'Resounding Wave', 'Reassembling Skeleton', 'Mystic Monastery', 'Gird for Battle', 'Phalanx Leader', 'Cartouche of Strength', 'Rakshasa Deathdealer', 'Undead Leotau', 'Intet, the Dreamer', 'Dimir Cutpurse', 'Painful Truths', 'Compulsive Research', 'Planar Cleansing', 'Oona, Queen of the Fae', 'Memorial to Genius', 'Snapback', 'Serene Steward', 'Dack''s Duplicate', 'Avatar of Might', 'Tome Scour', 'World Shaper', 'High Priest of Penance', 'Cinder Barrens', 'Sprouting Thrinax', 'White Sun''s Zenith', 'Scrabbling Claws', 'Regal Caracal', 'Diabolic Tutor', 'Shambling Remains', 'Tajuru Preserver', 'Saheeli''s Artistry', 'Jester''s Scepter', 'Grimoire Thief', 'Hellhole Flailer', 'Mesmeric Fiend', 'Hermit Druid', 'Psychic Spiral', 'Tormenting Voice', 'Tragic Lesson', 'Declaration in Stone', 'Kindle', 'Engulf the Shore', 'Whispering Specter', 'Hada Freeblade', 'Vessel of Nascency', 'Mirko Vosk, Mind Drinker', 'Wretched Banquet', 'Ulvenwald Tracker', 'Highland Lake', 'Astral Slide', 'Chromatic Lantern', 'Unwind', 'Pilfered Plans', 'Psychic Drain', 'Memorial to Unity', 'Loyal Pegasus', 'Sweatworks Brawler', 'Underworld Cerberus', 'Insidious Will', 'Brood of Cockroaches', 'Scatter Arc', 'Flaying Tendrils', 'Encroaching Wastes', 'Protean Hydra', 'Drownyard Behemoth', 'Cruel Reality', 'Starstorm', 'Vendetta', 'Vampiric Rites', 'Wand of Vertebrae', 'Scatter to the Winds', 'Exile', 'Phyrexian Hydra', 'Invoke the Divine', 'Cerulean Wisps', 'Goblin Cratermaker', 'Into the North', 'Epochrasite', 'Talent of the Telepath', 'Hidden Stockpile', 'Invigorated Rampage', 'Suntail Hawk', 'Avoid Fate', 'Angelic Gift', 'Blighted Fen', 'Agony Warp', 'Tempered Steel', 'Tribute to Hunger', 'Liliana''s Indignation', 'Bojuka Brigand', 'Rakdos Guildgate', 'Scepter of Fugue', 'Djeru''s Renunciation', 'Crumbling Vestige', 'Putrefy', 'Vivid Meadow', 'Watchwolf', 'Sunbird''s Invocation', 'Revolutionary Rebuff', 'Gruul Guildgate', 'Jace''s Ingenuity', 'Kalastria Healer', 'From Under the Floorboards', 'Temur Ascendancy', 'Rishkar''s Expertise', 'Prophetic Bolt', 'Renewed Faith', 'Tormented Hero', 'Alchemist''s Vial', 'March from the Tomb', 'Charmbreaker Devils', 'Chained to the Rocks', 'Grixis Charm', 'Memory Sluice', 'Decoction Module', 'Shuko', 'Followed Footsteps', 'Mind Grind', 'Rootwater Depths', 'Power Sink', 'Sylvan Advocate', 'Bloodwater Entity', 'Stolen Identity', 'Sundering Growth', 'Elsewhere Flask', 'Extractor Demon', 'Ondu Giant', 'Brain Freeze', 'Plague Stinger', 'Mercurial Pretender', 'Distress', 'Stitch Together', 'Favored Hoplite', 'Seeker of the Way', 'Crumbling Necropolis', 'Book Burning', 'Curse of Echoes', 'Lake of the Dead', 'Viscera Dragger', 'Troll Ascetic', 'Whirler Virtuoso', 'Possessed Skaab', 'Take Inventory', 'Connive // Concoct', 'Kaleidostone', 'Unsummon', 'Diluvian Primordial', 'Carrier Thrall', 'Cloudblazer', 'Tetsuko Umezawa, Fugitive', 'Skinrender', 'Driven // Despair', 'Burning Oil', 'Salvager of Secrets', 'Rampant Growth', 'Opulent Palace', 'Foul Emissary', 'Banishing Light', 'Boros Challenger', 'Felhide Spiritbinder', 'Secluded Steppe', 'Utter End', 'Curse of the Swine', 'Martyr of Frost', 'Kuro, Pitlord', 'Clockwork Beetle', 'Faith''s Fetters', 'Sultai Charm', 'Bone Splinters', 'Edge of Autumn', 'Story Circle', 'Hallowed Moonlight', 'Even the Odds', 'Inkfathom Infiltrator', 'Loxodon Warhammer', 'Evolving Wilds', 'Sandsteppe Citadel', 'Blisterpod', 'Cadaver Imp', 'Phantasmal Bear', 'Man-o''-War', 'Drowned Secrets', 'Highland Weald', 'Aven Riftwatcher', 'Karoo', 'Gatherer of Graces', 'Oona''s Grace', 'Aether Swooper', 'Blighted Woodland', 'Mulch', 'Lantern Kami', 'Woodland Stream', 'Benefaction of Rhonas', 'Aqueous Form', 'Arrogant Wurm', 'Cryptborn Horror', 'Soul Foundry', 'Duskborne Skymarcher', 'Necropolis Fiend', 'Circu, Dimir Lobotomist', 'Abzan Charm', 'Makeshift Mannequin', 'Scoured Barrens', 'Selesnya Signet', 'Sin Collector', 'Consuming Vapors', 'Advent of the Wurm', 'Channeler Initiate', 'Bubbling Cauldron', 'Elemental Bond', 'Battlewise Hoplite', 'Tidal Warrior', 'Champion of the Flame', 'Soul Exchange', 'Gruul Signet', 'Emergent Growth', 'Wrangle', 'Turn Against', 'Healer''s Hawk', 'Autochthon Wurm', 'Memory Plunder', 'Stuffy Doll', 'Wretched Gryff', 'Cultivator''s Caravan', 'Rogue''s Passage', 'Simic Sky Swallower', 'Cackling Counterpart', 'Qasali Ambusher', 'Heir of Falkenrath', 'Spiketail Hatchling', 'Elixir of Immortality', 'Azra Bladeseeker', 'Orzhov Charm', 'Web of Inertia', 'Phantom Nomad', 'Dowsing Dagger', 'Canopy Cover', 'Riddlesmith', 'Pillar of Flame', 'Fabrication Module', 'Court Homunculus', 'Psychatog', 'Lightning Rift', 'Fairgrounds Warden', 'Spark Spray', 'Cloudgoat Ranger', 'Perpetual Timepiece', 'Behemoth Sledge', 'Fiery Impulse', 'Thopter Spy Network', 'Grindclock', 'Sky Hussar', 'Radiant Flames', 'Transgress the Mind', 'Desert of the Fervent', 'Blighted Cataract', 'Stone Quarry', 'Hands of Binding', 'Ashenmoor Gouger', 'Wonder', 'Yixlid Jailer', 'Plumeveil', 'Read the Bones', 'Slice and Dice', 'Restoration Specialist', 'Altar''s Reap', 'Primal Druid', 'Prophet of Kruphix', 'Forbid', 'Hammer of Bogardan', 'Loxodon Hierarch', 'Spined Thopter', 'Consign // Oblivion', 'Ravenous Rats', 'Dreg Mangler', 'Servo Exhibition', 'Glint Hawk Idol', 'Festering Newt', 'Advanced Stitchwing', 'Faerie Trickery', 'Lotleth Giant', 'Metalspinner''s Puzzleknot', 'Cephalid Illusionist', 'Rot Wolf', 'Act of Treason', 'Crater''s Claws', 'Foreboding Ruins', 'Necroplasm', 'Striped Riverwinder', 'Weaver of Lightning', 'Vitu-Ghazi, the City-Tree', 'Waterveil Cavern', 'Inventor''s Apprentice'))) 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, 138.3, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (203.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 ('Cataclysmic Gearhulk', 'Displacement Wave', 'Leave // Chance', 'Expedition Envoy', 'Avoid Fate', 'Drana''s Emissary', 'Thopter Spy Network', 'Bubbling Cauldron', 'Foul Emissary', 'Longtusk Cub', 'Hellrider', 'Rakshasa Deathdealer', 'Opulent Palace', 'Exemplar of Strength', 'Underworld Cerberus', 'Last Breath', 'Drownyard Behemoth', 'Krosan Tusker', 'Festering Newt', 'Grixis Charm', 'Sunblast Angel', 'Inventor''s Apprentice', 'Docent of Perfection', 'Act of Treason', 'Vitu-Ghazi, the City-Tree', 'Tormented Hero', 'Renewed Faith', 'Rupture Spire', 'Hermit Druid', 'Memory Sluice', 'Waterveil Cavern', 'Crumbling Vestige', 'Perilous Voyage', 'Shambling Remains', 'The Mending of Dominaria', 'Phantom Nomad', 'Empyreal Voyager', 'Join the Ranks', 'Aetherborn Marauder', 'Hour of Eternity', 'Kuro, Pitlord', 'Sage''s Row Denizen', 'From Under the Floorboards', 'Tajuru Preserver', 'Brain Freeze', 'Highland Weald', 'Desert of the Indomitable', 'Whirler Virtuoso', 'Bone Splinters', 'Swell of Growth', 'Artificer''s Epiphany', 'Savage Lands', 'Story Circle', 'Kaleidostone', 'Vendetta', 'Lonely Sandbar', 'Goblin Gaveleer', 'Talent of the Telepath', 'Martyr of Frost', 'Cerulean Wisps', 'Liliana''s Indignation', 'Jungleborn Pioneer', 'Trial of Ambition', 'Necroplasm', 'Exava, Rakdos Blood Witch', 'Hands of Binding', 'Phyrexian Hydra', 'Favored Hoplite', 'Defiant Strike', 'Increasing Confusion', 'Court Homunculus', 'Where Ancients Tread', 'Cloudgoat Ranger', 'Cackling Counterpart', 'Dynavolt Tower', 'Dread Return', 'Mulch', 'Dead Weight', 'Shrine of Loyal Legions', 'Protean Hydra', 'Mardu Ascendancy', 'Winds of Rebuke', 'Encroaching Wastes', 'Mirko Vosk, Mind Drinker', 'Vivid Grove', 'Circu, Dimir Lobotomist', 'Ulvenwald Tracker', 'Carrion Call', 'Wrangle', 'Rugged Highlands', 'Trial of Knowledge', 'Metalspinner''s Puzzleknot', 'Blastoderm', 'Followed Footsteps', 'Fairgrounds Warden', 'Woodland Wanderer', 'Seal of Primordium', 'Power Conduit', 'Necropolis Fiend', 'Topplegeist', 'Blighted Fen', 'Goblin Cratermaker', 'Chief of the Foundry', 'Distress', 'Driven // Despair', 'Scourge Devil', 'Ravenous Rats', 'Troll Ascetic', 'Rogue''s Passage', 'Rishkar''s Expertise', 'Meandering River', 'Memorial to Unity', 'Phalanx Leader', 'Moratorium Stone', 'Urza''s Factory', 'Rampant Growth', 'Soul Exchange', 'Spined Thopter', 'Mind Grind', 'Altar''s Reap', 'Sylvan Advocate', 'Scepter of Fugue', 'Foreboding Ruins', 'Felidar Guardian', 'Dream Twist', 'Unwind', 'Cryptborn Horror', 'Abzan Charm', 'Woodland Stream', 'Lightning Rift', 'Thawing Glaciers', 'Shelter', 'Avatar of Might', 'Phantasmal Bear', 'Tragic Arrogance', 'Rattleclaw Mystic', 'Summoner''s Egg', 'Toolcraft Exemplar', 'Abandoned Sarcophagus', 'Confiscate', 'Revolutionary Rebuff', 'Power Sink', 'Reef Shaman', 'Treasure Cruise', 'Herald of Torment', 'Hammer of Bogardan', 'Trigon of Infestation', 'Smother', 'Emergent Growth', 'Bounty of the Luxa', 'Resounding Wave', 'Undead Leotau', 'Masked Admirers', 'Stolen Identity', 'Bygone Bishop', 'Cartouche of Strength', 'Gods Willing', 'Healer''s Hawk', 'Spike Feeder', 'Choked Estuary', 'Identity Thief', 'Rustwing Falcon', 'Dack''s Duplicate', 'Haunting Echoes', 'Goblin Dark-Dwellers', 'Memorial to War', 'Fiery Impulse', 'Rogue Refiner', 'Diabolic Tutor', 'Sprouting Thrinax', 'Hordeling Outburst', 'Inner Demon', 'Battlewise Hoplite', 'Ondu Giant', 'Dreg Mangler', 'Turn Against', 'Hunted Dragon', 'Secluded Steppe', 'Nomad Outpost', 'Faith''s Fetters', 'Epochrasite', 'Benefaction of Rhonas', 'Helm of the Host', 'Vexing Scuttler', 'Stuffy Doll', 'Bioshift', 'Enlisted Wurm', 'Weaponcraft Enthusiast', 'Gruul Guildgate', 'Canopy Cover', 'Burning Oil', 'Elsewhere Flask', 'Grozoth', 'Elemental Bond', 'Djeru''s Renunciation', 'Aven Riftwatcher', 'Faerie Trickery', 'Bogbrew Witch', 'Repeal', 'Salvager of Secrets', 'Yixlid Jailer', 'Clone', 'Curse of Death''s Hold', 'Kjeldoran Outpost', 'Scrabbling Claws', 'Crumbling Necropolis', 'Hunted Troll', 'Captain''s Claws', 'Edge of Autumn', 'Vivid Meadow', 'Magister of Worth', 'Drowned Secrets', 'Vivid Marsh', 'Yavimaya Hollow', 'Insidious Will', 'Vampiric Rites', 'Boros Challenger', 'Anticipate', 'Pilfered Plans', 'Brood of Cockroaches', 'Hypnotic Specter', 'Kalastria Healer', 'Snapback', 'Goblin Settler', 'Even the Odds', 'Wonder', 'Warleader''s Helix', 'Man-o''-War', 'Tormenting Voice', 'Hypothesizzle', 'Tracker''s Instincts', 'Extractor Demon', 'Thunderbolt', 'Bojuka Brigand', 'Lantern Kami', 'Dregscape Zombie', 'Angelic Gift', 'Asylum Visitor', 'Paranoid Delusions', 'Necrotic Wound', 'Hidden Strings', 'Academy Elite', 'Garza Zol, Plague Queen', 'Autochthon Wurm', 'Wurmweaver Coil', 'Tatyova, Benthic Druid', 'Mesmeric Fiend', 'Exile', 'Bloodsoaked Champion', 'Carrier Thrall', 'Galvanic Bombardment', 'Agony Warp', 'Makeshift Mannequin', 'Behemoth Sledge', 'Prepare // Fight', 'Elixir of Immortality', 'Sphere of the Suns', 'Aven Skirmisher', 'Oona''s Grace', 'Engulf the Shore', 'Temur Ascendancy', 'Azra Bladeseeker', 'Forbid', 'Haunted Dead', 'Bloodgift Demon', 'Jace''s Ingenuity', 'Lashweed Lurker', 'Palace Familiar', 'Prophet of Kruphix', 'Incendiary Flow', 'Curiosity', 'Charge', 'Kederekt Leviathan', 'Flaying Tendrils', 'Sunbird''s Invocation', 'Hour of Revelation', 'Blazing Archon', 'Suntail Hawk', 'Altered Ego', 'Spear of Heliod', 'Lotleth Giant', 'Scatter Arc', 'Utter End', 'Millstone', 'Desert of the Fervent', 'Wretched Gryff', 'Remove Soul', 'Watchers of the Dead', 'Arrogant Wurm', 'Striped Riverwinder', 'Mockery of Nature', 'Seal of Doom', 'Tidal Warrior', 'Into the North', 'Tragic Lesson', 'Corpsejack Menace', 'Memory Plunder', 'Sphinx of Uthuun', 'Connive // Concoct', 'High Priest of Penance', 'Fabrication Module', 'Selesnya Signet', 'Scent of Brine', 'Semblance Anvil', 'Curse of Echoes', 'Azorius Guildgate', 'Early Frost', 'Astral Slide', 'Valduk, Keeper of the Flame', 'Grow from the Ashes', 'Bloodwater Entity', 'Narcomoeba', 'Diluvian Primordial', 'Jester''s Scepter', 'Phantasmagorian', 'Watchwolf', 'Consuming Vapors', 'Nest of Scarabs', 'Sin Collector', 'Commune with Nature', 'Primal Druid', 'Karoo', 'Gilded Light', 'Clockwork Beetle', 'March from the Tomb', 'Illusory Ambusher', 'Bane of Bala Ged', 'Scatter to the Winds', 'Loyal Pegasus', 'Sundering Growth', 'Felhide Spiritbinder', 'Read the Bones', 'Advent of the Wurm', 'Banewhip Punisher', 'Sultai Charm', 'Pillar of Flame', 'Rot Wolf', 'Loxodon Hierarch', 'Possessed Skaab', 'Radiant Flames', 'Tranquil Garden', 'Putrefy', 'Planar Outburst', 'Gird for Battle', 'Prophetic Bolt', 'Cephalid Illusionist', 'White Sun''s Zenith', 'Desecration Demon', 'Aether Swooper', 'Crystal Ball', 'Riddlesmith', 'Sandsteppe Citadel', 'Confirm Suspicions', 'Circuitous Route', 'Shriekgeist', 'Slice and Dice', 'Moment of Craving', 'Dowsing Dagger', 'Flayer of the Hatebound', 'Unsummon', 'Consign // Oblivion', 'Cryptoplasm', 'Invoke the Divine', 'Grindclock', 'Gateway Plaza', 'Geistflame', 'Loxodon Warhammer', 'Memorial to Genius', 'Blighted Woodland', 'Psychic Strike', 'Molten Primordial', 'Yavimaya Elder', 'Bone Saw', 'Plumeveil', 'Crater''s Claws', 'Perpetual Timepiece', 'Vessel of Nascency', 'Cloudblazer', 'Curse of Misfortunes', 'Fungal Infection', 'Heir of Falkenrath', 'Weaver of Lightning', 'Saheeli''s Artistry', 'Inkfathom Witch', 'Decoction Module', 'Consuming Aberration', 'Qasali Ambusher', 'Helm of the Gods', 'World Shaper', 'Cadaver Imp', 'Call of the Nightwing', 'Sai of the Shinobi', 'Blisterpod', 'Broken Bond', 'Moldgraf Monstrosity', 'True Believer', 'Benevolent Bodyguard', 'Attune with Aether', 'Bile Blight', 'Sweatworks Brawler', 'Dread Statuary', 'Tribute to Hunger', 'Sram''s Expertise', 'Dissipate', 'Spellheart Chimera', 'Stasis Snare', 'Hallowed Moonlight', 'Splendid Agony', 'Stensia Bloodhall', 'Viscera Dragger', 'Trophy Mage', 'Quasiduplicate', 'Mitotic Slime', 'Baleful Ammit', 'Whispering Specter', 'Simic Sky Swallower', 'Chromatic Lantern', 'Book Burning', 'Highland Lake', 'Spelltwine', 'Careful Consideration', 'Stone Quarry', 'Simic Guildgate', 'Reassembling Skeleton', 'Howling Golem', 'Fevered Visions', 'Gatherer of Graces', 'Duskmantle, House of Shadow', 'Cascading Cataracts', 'Grimoire Thief', 'Flameshadow Conjuring', 'Channeler Initiate', 'Selesnya Guildmage', 'Increasing Savagery', 'Blighted Cataract', 'Cultivator''s Caravan', 'Mark of Sakiko', 'Foundry of the Consuls', 'Rootwater Depths', 'Ordeal of Thassa', 'Hanweir Militia Captain', 'Chained to the Rocks', 'Planar Cleansing', 'Psychatog', 'Banishing Light', 'Sky Hussar', 'Kindle', 'Foul Orchard', 'Kitesail Scout', 'Hidden Stockpile', 'Seeker of the Way', 'Evolving Wilds', 'Butcher of the Horde', 'Basking Rootwalla', 'Rakdos Guildgate', 'Compulsive Research', 'Gilded Lotus', 'Glint Hawk Idol', 'Spiritmonger', 'Inkfathom Infiltrator', 'Ancient Amphitheater', 'Mercurial Pretender', 'Charmbreaker Devils', 'Spark Spray', 'Curious Homunculus', 'Sculpting Steel', 'Mystic Monastery', 'Dimir Cutpurse', 'Intet, the Dreamer', 'Spiketail Hatchling', 'Always Watching', 'Alchemist''s Vial', 'Izzet Guildgate', 'Duskborne Skymarcher', 'Skinrender', 'Take Inventory', 'Conqueror''s Galleon', 'Zulaport Cutthroat', 'Invigorated Rampage', 'Hellhole Flailer', 'Hellspark Elemental', 'Serene Steward', 'Champion of the Flame', 'Shimian Specter', 'Plasm Capture', 'Psychic Spiral', 'Golgari Guildgate', 'Spark Jolt', 'Tetsuko Umezawa, Fugitive', 'Plague Stinger', 'Cruel Reality', 'Oona, Queen of the Fae', 'Gruul Signet', 'Transgress the Mind', 'Precognition Field', 'Noose Constrictor', 'Curse of the Swine', 'Wand of Vertebrae', 'Psychic Drain', 'Wharf Infiltrator', 'Cinder Barrens', 'Urborg', 'Supernatural Stamina', 'Orzhov Charm', 'Painful Truths', 'Declaration in Stone', 'Weight of Memory', 'Shaman en-Kor', 'Alpha Authority', 'Advanced Stitchwing', 'Addle', 'Web of Inertia', 'Pyramid of the Pantheon', 'Tome Scour', 'Ashenmoor Gouger', 'Regal Caracal', 'Journeyer''s Kite', 'Shuko', 'Saving Grace', 'Lake of the Dead', 'Hada Freeblade', 'Consume the Meek', 'Glorious Anthem', 'Protean Raider', 'Bogardan Hellkite', 'Starstorm', 'Hand of the Praetors', 'Jwar Isle Refuge', 'Fleetwheel Cruiser', 'Restoration Specialist', 'Chandra''s Ignition', 'Soul Foundry', 'Scoured Barrens', 'Servo Exhibition', 'Stitch Together', 'Flesh-Eater Imp', 'Aqueous Form', 'Wretched Banquet', 'Terra Stomper', 'Narcolepsy', '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, 203.9, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite

vorpal-buildbot commented 5 years ago

Exceeded slow_query limit (106.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 ('Séance', 'Rugged Highlands', 'Vec Townships', 'Court Homunculus', 'Woodland Wanderer', 'Jace''s Ingenuity', 'Regal Caracal', 'Foul Orchard', 'Behemoth Sledge', 'Cadaver Imp', 'Power Sink', 'Battlegrace Angel', 'Spear of Heliod', 'Vitu-Ghazi, the City-Tree', 'Incendiary Flow', 'Sphinx of Jwar Isle', 'Scarecrone', 'Raiders'' Wake', 'Crippling Fatigue', 'Necroplasm', 'Fungal Infection', 'Glimmerpoint Stag', 'Read the Bones', 'Rummaging Goblin', 'Rampant Growth', 'Banishing Light', 'Yavimaya Hollow', 'Hordeling Outburst', 'Chief of the Foundry', 'Mizzium Skin', 'Haunted Dead', 'Rustwing Falcon', 'Wind Zendikon', 'Murderous Cut', 'Sandsteppe Citadel', 'Traumatize', 'Nettle Drone', 'Underworld Cerberus', 'Nullify', 'Repeal', 'Skinrender', 'Supernatural Stamina', 'Tormenting Voice', 'Gigantomancer', 'Mogg Flunkies', 'Spined Thopter', 'Geist-Fueled Scarecrow', 'Nostalgic Dreams', 'Fleetwheel Cruiser', 'Benefaction of Rhonas', 'Flayer of the Hatebound', 'Treasure Cruise', 'Felidar Guardian', 'Mesmeric Fiend', 'Vitu-Ghazi Guildmage', 'Desert of the Indomitable', 'Tempered Steel', 'Vivid Meadow', 'Dread Return', 'Forsaken Sanctuary', 'Fiery Impulse', 'Goblin Burrows', 'Loxodon Warhammer', 'Grow from the Ashes', 'Retraction Helix', 'Treefolk Harbinger', 'Mage-Ring Network', 'Vivid Grove', 'Gather the Pack', 'Savage Lands', 'Path of Bravery', 'Hermit Druid', 'Urza''s Armor', 'Favorable Winds', 'Bow of Nylea', 'Sunbird''s Invocation', 'Orzhov Guildgate', 'Asylum Visitor', 'Brain Maggot', 'Nighthowler', 'Splinterfright', 'Sram''s Expertise', 'Vryn Wingmare', 'Beacon of Destruction', 'Ghoultree', 'Narcomoeba', 'Dead // Gone', 'Desecration Demon', 'Raging Goblin', 'Compulsive Research', 'Evolving Wilds', 'Sphere of the Suns', 'Thunderclap Wyvern', 'Protean Hydra', 'Splendid Reclamation', 'Confirm Suspicions', 'Stitch Together', 'Urza''s Factory', 'Drown in Filth', 'Faerie Impostor', 'Vivid Marsh', 'Ulvenwald Tracker', 'Putrefy', 'Sprouting Thrinax', 'Loyal Pegasus', 'Honden of Seeing Winds', 'Watchwolf', 'Bile Blight', 'Mindless Automaton', 'Crime // Punishment', 'Darksteel Relic', 'Temple Acolyte', 'Topplegeist', 'Fortune''s Favor', 'Immortal Servitude', 'Abzan Charm', 'Always Watching', 'Memorial to Unity', 'Healer''s Hawk', 'Anticipate', 'Searing Light', 'Flamebreak', 'Angrath''s Marauders', 'World Shaper', 'Reaper King', 'Heap Doll', 'Stalking Stones', 'Perpetual Timepiece', 'Foreboding Ruins', 'Void Shatter', 'Riddlesmith', 'Tranquil Expanse', 'Lurebound Scarecrow', 'Saltcrusted Steppe', 'Forbid', 'Brittle Effigy', 'Trail of Evidence', 'Wall of Resurgence', 'Whispers of the Muse', 'Sylvan Advocate', 'Declaration in Stone', 'Mark of Eviction', 'Heir of the Wilds', 'Banewhip Punisher', 'Dread Statuary', 'Vizier of Deferment', 'Maga, Traitor to Mortals', 'Reckless Fireweaver', 'Engulf the Shore', 'Collective Effort', 'Oversoul of Dusk', 'Brain in a Jar', 'Ghirapur Orrery', 'Plumeveil', 'Elusive Spellfist', 'Vessel of Nascency', 'Mul Daya Channelers', 'Consuming Vapors', 'Corpse Churn', 'Iron Myr', 'Hypnotic Specter', 'The Mending of Dominaria', 'Masticore', 'Yavimaya Elder', 'Herald of the Pantheon', 'Horribly Awry', 'Sapling of Colfenor', 'Crawling Sensation', 'Selesnya Guildgate', 'Mortarpod', 'Growing Ranks', 'Putrid Imp', 'Herbal Poultice', 'Moment of Craving', 'Goblin Settler', 'Skywise Teachings', 'Fire Servant', 'Dreadship Reef', 'Greater Mossdog', 'Toolcraft Exemplar', 'Distress', 'Steam Augury', 'Consulate Skygate', 'Encroaching Wastes', 'Magmatic Insight', 'Turn Aside', 'Servo Exhibition', 'Kjeldoran Outpost', 'Harness the Storm', 'Flying Men', 'Mirran Spy', 'Izzet Guildgate', 'Smash', 'Rise from the Tides', 'Glint Hawk Idol', 'Scrabbling Claws', 'Desert of the Glorified', 'Krosan Tusker', 'Shambling Shell'))) 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, 106.8, mysql)

Reported on decksite by mysql-perf

Location Hash: 3e059b73bf9e4595c87e3eaef9d4b89fc4530e1f

Labels: decksite