Giter Club home page Giter Club logo

qpi's Introduction

Query Performance Insights

Query Performance Insights (QPI) is a collection of useful scripts that enable you find what is happening with your SQL Server. It is a set of views and functions that wrap Query Store and Dynamic Management Views.

Why I need this kind of library

SQL Server provides great views that we can use to analyze query performance. However, it is hard to see what is happening in the database engine. There are DMVs and Query Store, but when I need to get the answer to the simple questions such as "Did query performance changed after I added an index" or "How many IOPS do we use", I need to dig into Query Store schema, think about every single report, or search for some useful query.

This is the reason why I have collected the most useful queries that find information from underlying system views, and wrapped them in a set of useful views.

System information

QPI library enables you to easily find basic system information that describe your SQL Server instance. This library contains views that you can use to find number of CPU, size of memory, information about files, etc. Find more information in system information page.

Queries

QPI library enables you to find information about the queries that are executed on your SQL Server Database Engine. Find more information in query information page.

Query Statistics

QPI library enables you to find statistics that can tell you more about query performance. Find more information in query performance page.

File performance

QPI library enables you to find performance of underlying file system. Find more information in file statistics page.

Performance analysis

QPI library simplifies query performance analysis. Some useful scripts and scenarios are shown in query performance analysis page.

Installation

QPI library is just a set of views functions and utility tables that you can install on your SQL Server or Azure SQL instance. Currently it supports SQL Server 2016+ version. You can download the source and run it in your database.

qpi's People

Contributors

jocapc avatar

Watchers

Kin Shah avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.