SQLCheck automatically detects common SQL anti-patterns. Such anti-patterns often slow down queries. Addressing them will, therefore, help accelerate queries.
SQLCheck targets all major SQL dialects.
SQLCheck is free and open source software. It’s no longer maintained.
Key Features
- Logical Database Design Anti-Patterns:
- Multi-Valued Attribute.
- Recursive Dependency.
- Primary Key Does Not Exist.
- Generic Primary Key.
- Foreign Key Does Not Exist.
- Entity-Attribute-Value Pattern.
- Metadata Tribbles.
- Physical Database Design Anti-Patterns:
- Imprecise Data Type.
- Values In Definition.
- Files Are Not SQL Data Types.
- Too Many Indexes.
- Index Attribute Order.
- Query Anti-Patterns:
- SELECT *.
- NULL Usage.
- NOT NULL Usage.
- String Concatenation.
- GROUP BY Usage.
- ORDER BY RAND Usage.
- Pattern Matching Usage.
- Spaghetti Query Alert.
- Reduce Number of JOINs.
- Eliminate Unnecessary DISTINCT Conditions.
- Implicit Column Usage.
- HAVING Clause Usage.
- Nested sub queries.
- OR Usage.
- UNION Usage.
- DISTINCT & JOIN Usage.
Website: github.com/jarulraj/sqlcheck
Support:
Developer: Joy Arulraj
License: Apache License
SQLCheck is written in C++. Learn C++ with our recommended free books and free tutorials.
Related Software
| MySQL Tools | |
|---|---|
| DBeaver | Universal database tool |
| phpMyAdmin | MySQL web administration tool |
| NocoDB | Build databases as spreadsheets |
| MySQL Workbench | Complete visual database design tool |
| mycli | Command line interface for MySQL, MariaDB, and Percona |
| gh-ost | GitHub's Online Schema Migrations for MySQL |
| Beekeeper Studio | Cross-platform SQL editor and database manager |
| usql | Command-line database client |
| sqlit | lazygit of SQL databases |
| Harlequin | Easy, fast, and beautiful database client for the terminal |
| DbGate | Database manager for MySQL, PostgreSQL, MongoDB |
| Percona Toolkit | Essential command-line utilities for MySQL |
| SQuirreL SQL Client | Graphical SQL client written in Java |
| Adminer | Full-featured tool for managing content in MySQL database |
| dblab | Interactive client for PostgreSQL, MySQL, SQLite3, and more |
| Antares | SQL client based on Electron.js and Vue.js |
| XtraBackup | Backup utility for MySQL |
| innotop | Real-time, advanced investigation tool |
| SQLCheck | Detects common SQL anti-patterns |
| Skeema | Manage MySQL and MariaDB schema changes |
| Sequeler | Native Linux SQL client built in Vala and Gtk |
| orchestrator | High availability and replication management tool |
| OmniDB | Collaborative environment For database management |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

