Tag

core services

0 views collected around this technical thread.

Full-Stack Internet Architecture
Full-Stack Internet Architecture
Oct 17, 2024 · Databases

Understanding MySQL Architecture: A Comprehensive Overview of Its Logical Layers

This article explains MySQL's logical architecture, detailing the four main layers—connection, core service, storage engine, and data storage—while providing code examples and insights into each component's role in the widely used open‑source relational database.

Connection LayerDatabase ArchitectureMySQL
0 likes · 9 min read
Understanding MySQL Architecture: A Comprehensive Overview of Its Logical Layers
Java Captain
Java Captain
Nov 14, 2018 · Fundamentals

Evolution of Layered Architecture: From Monolithic to Core Layer

This article outlines the progressive evolution of a company's software layering strategy—from an initial monolithic approach through webapp, business, base, and core layers—explaining the motivations, definitions, and practical implementations of each stage.

backend developmentcore serviceslayered design
0 likes · 6 min read
Evolution of Layered Architecture: From Monolithic to Core Layer