// archive

Category: Cloud

  • PasteThePlan October 2017 Update

    #cloud

    PasteThePlan October 2017 Update

    We’re back at it again. We took a bit of time out of our busy schedule to put in a few enhancements into PasteThePlan.com. Here’s some of the highlights: Updated to the latest version of HTML Query Plan. In order to create a graphical query plan we use Justin Pealing’s awesome HTML Query Plan. Recently,…

  • Serverless in a Conference?

    #cloud

    Serverless in a Conference?

    I just spent the last few days in Austin for a conference on Serverless computing. If you don’t know, Serverless is the horrific marketing term for Functions as a Service. It’s basically a way to run code in the cloud where the server and runtime is managed for you’re only charged for the time the…

  • Lessons Learned From Working in the Clouds

    #cloud

    Lessons Learned From Working in the Clouds

    Recently, we released PasteThePlan.com, which runs on top of Amazon Web Services. PasteThePlan.com allows you to share SQL Server query plans with others. Behind the scenes, we’re using DynamoDB (a NoSQL database) for record data and S3 (a file storage service) to store text data. Since we’re a bunch of data freaks, we wanted to make sure…

  • How We Architected Paste The Plan

    #cloud

    How We Architected Paste The Plan

    If you’ve ever heard the Away From the Keyboard, a podcast that I co-host with Cecil Phillip, you’ll quickly discover that I love hearing stories about how products are created. Now I get to tell you the story of how Paste The Plan became real and the architecture around it. In a world… Here at Brent Ozar…