Tagged articles
3 articles
Page 1 of 1
Code Ape Tech Column
Code Ape Tech Column
Jan 8, 2021 · Databases

Database Standards and Guidelines for Backend Development

This article presents a comprehensive set of mandatory and recommended conventions for MySQL table creation, SQL writing, and index design, aiming to improve backend development efficiency, reduce erroneous DDL and queries, and enhance overall database performance.

Backend DevelopmentDatabase designSQL Guidelines
0 likes · 11 min read
Database Standards and Guidelines for Backend Development
Top Architect
Top Architect
Nov 20, 2020 · Databases

Database Design and SQL Best‑Practice Guidelines

This article presents a comprehensive set of mandatory and recommended MySQL database standards—including table creation rules, SQL writing conventions, and index design practices—aimed at preventing improper schemas, reducing erroneous queries, and improving overall performance for backend development teams.

Database designSQL Guidelinesindexes
0 likes · 14 min read
Database Design and SQL Best‑Practice Guidelines
Open Source Tech Hub
Open Source Tech Hub
Jul 25, 2019 · Databases

Essential MySQL Database Design Standards for Reliable Production Systems

This guide outlines comprehensive MySQL design standards—including naming conventions, table structures, column types, indexing, partitioning, and SQL best practices—to help developers, DBAs, and QA engineers build stable, high‑performance databases for production environments.

Database designSQL Guidelinesbest practices
0 likes · 22 min read
Essential MySQL Database Design Standards for Reliable Production Systems