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 🙏

© 2024 – Pkg Stats / Ryan Hefner

@sap/hana-performance-tools

v1.5.2

Published

SAP HANA SQL Analyzer for Visual Studio Code

Downloads

72,926

Readme

SAP HANA SQL Analyzer for Visual Studio Code

code style: prettier tested with jest

HANA SQL Analyzer for Visual Studio Code is a brand new software that we are developing from the scratch to help users analyze the performance of HANA SQL queries. This repository will be the only single source for the development plan, code, development status, release information, downloadable package, analysis know-hows, and bug reporting.

Why Another SQL Analysis Tool?

First of all, you might have a question why we are developing another tool in addtion to the existing PlanViz in Studio and SQL Analyzer in HANA Cockpit. Some answers are:

  • Bascially it is to make developers happier (developer experience).
  • With the deprecation of Studio, we couldn't bring new features anymore to PlanViz in Studio.
  • New WebIDE (official name: SAP Business Application Studio) is built on Eclipse Theia, which is based on Visual Studio Code, which is based on Electron.js new cross platform to build web-based desktop apps, which is based on Google Chrome(actually Chromium) browser and Node.js. So, VSCode extension app can be plugged into new WebIDE, which is aligned with new developer tooling strategy for both cloud and on-prem.
  • PlanViz has been built in 2011, and it required big refactoring to accomodate multiple SQL engines. We decided to build from the scratch for this major change.

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

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.