npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@sap/hana-performance-tools

v1.9.2

Published

SAP HANA SQL Analyzer for Visual Studio Code

Readme

SAP HANA SQL Analyzer for Visual Studio Code

tested with jest

The SQL analyzer tool for SAP HANA is a performance analysis tool that helps developers visualize and understand SQL execution plans. Designed for query tuning and optimization, it offers detailed insights into how queries run within the SAP HANA database.

This extension replaces earlier tools like PlanViz in SAP HANA studio and the SQL analyzer in SAP HANA cockpit, delivering a more integrated and flexible experience directly in Visual Studio Code.

The GitHub repository is the central hub for development updates, release notes, downloads, usage guides, and issue tracking.

Features

SQL Analyzer for Visual Studio Code is still under heavy development. Here are some highlighted features:

  • Live connection support (Note: connection details will be stored in SecretStorage.)
  • Load multiple PLV files and keep the history
  • Visualize query plans in PLV into plan graph
  • Quick analysis support
  • Critical path visualization
  • Bookmark and sharing (Note: Personal data can be anonymized and the comments can be deleted by users.)
  • Recommendations
  • SQL Plan Execution Monitor for real-time analysis
  • Advanced UX

How To Install

  1. Install Visual Studio Code if not installed already (>= 1.53.0 is required because the extension is relying on the APIs from that version).
  2. Open VSCode and click Extensions tab (puzzle icon) from the left side menu bar
  3. Search for 'SAP HANA SQL Analyzer' and install Visual Studio Code Extension file (vsc-extension-sa-.vsix) of this new SQL Analyzer from VSCode Marketplace.
  4. Once the installation is completed, the new SQL Analyzer icon will be added in the left side menu.

How To Use

  1. Go to SQL Analyzer extension (by clicking the last extension icon from the left side menu)
  2. Click (+) icon from the top PLAN GRAPHS section in the left side panel.
  3. Select a PLV file from the file open dialog to show the visualized plan.

Documentation

SQL Analyzer Extension - SAP Help Portal

Telemetry and Data Collection

This extension collects usage data to help improve SAP products and enhance the user experience. The collected data is sent to SAP in accordance with our Privacy Statement.

If you prefer not to share usage data, you can disable telemetry by setting sapbas.telemetryEnabled to false in your VS Code settings.

Feedbacks

Please provide your feedback through ServiceNow using the component HAN-BAS-SA.

License

This extension is provided under the terms of the SAP Developer License Agreement.