Tag

Application Layer

0 views collected around this technical thread.

Architect's Guide
Architect's Guide
Oct 10, 2023 · Databases

Advantages and Disadvantages of Application‑Layer Association vs JOIN in MySQL

The article examines why using application‑layer association instead of MySQL JOIN can improve cache efficiency, reduce lock contention, simplify scaling, and enhance query performance, while also outlining scenarios where JOIN is still beneficial and offering practical alternatives for large‑scale data retrieval.

Application LayerCachingDatabase Optimization
0 likes · 6 min read
Advantages and Disadvantages of Application‑Layer Association vs JOIN in MySQL
Selected Java Interview Questions
Selected Java Interview Questions
Feb 24, 2023 · Databases

Why Avoid MySQL Joins and Use Application‑Level Data Merging

The article advises against using MySQL subqueries and joins for large datasets, recommending single‑table queries merged in application code, and outlines the benefits, scenarios, drawbacks, and alternatives for application‑level data association while also noting when joins can still be useful.

Application LayerDatabase PerformanceSQL Optimization
0 likes · 6 min read
Why Avoid MySQL Joins and Use Application‑Level Data Merging
IT Architects Alliance
IT Architects Alliance
Feb 28, 2022 · Fundamentals

Comprehensive Overview of Computer Networks and Core Protocols

This article provides a detailed introduction to computer networking, covering network classifications, the OSI and TCP/IP layer models, physical, data link, network, transport, and application layer functions, and explains key protocols such as Ethernet, IP, TCP, UDP, DNS, DHCP, and HTTP/HTTPS.

Application LayerComputer NetworksNetwork Protocols
0 likes · 21 min read
Comprehensive Overview of Computer Networks and Core Protocols
Didi Tech
Didi Tech
Apr 22, 2020 · Big Data

Understanding the Three Core Layers of a Data Product: Application, Data, and Algorithm

A data product succeeds by aligning three core layers—an application layer that defines the business goal, a data layer that gathers and organizes high‑quality datasets, and an algorithm layer that applies statistical and AI techniques—to transform raw data into actionable solutions for users, enterprises, or governments.

AIApplication LayerData Layer
0 likes · 12 min read
Understanding the Three Core Layers of a Data Product: Application, Data, and Algorithm