Tagged articles
7 articles
Page 1 of 1
Model Perspective
Model Perspective
Aug 28, 2024 · Fundamentals

Why Calculus Matters: From Static Geometry to Dynamic Change

Calculus, the dynamic mathematics of infinitesimals, emerged to solve problems like instantaneous velocity, tangent slopes, and areas under curves, transforming static algebra and geometry into tools for analyzing continuous change, as illustrated by examples of expanding squares, sphere volumes, and tidal movements.

DerivativesLimitscalculus
0 likes · 8 min read
Why Calculus Matters: From Static Geometry to Dynamic Change
ITPUB
ITPUB
Nov 25, 2023 · Databases

8 Common SQL Pitfalls and How to Optimize Them for Faster Queries

This article examines eight frequent MySQL performance problems—including misuse of LIMIT, implicit type conversion, sub‑query updates, mixed ordering, EXISTS, condition push‑down, early limiting, and intermediate result push‑down—and provides concrete rewrite techniques and example code that dramatically reduce execution time.

Limitsindexesmysql
0 likes · 13 min read
8 Common SQL Pitfalls and How to Optimize Them for Faster Queries
System Architect Go
System Architect Go
Mar 31, 2023 · Cloud Native

Understanding CPU Requests and Limits in Kubernetes

This article explains how Kubernetes uses CPU requests and limits to schedule pods, allocate CPU proportionally, calculate minimal request units, and provides practical guidelines for setting appropriate request and limit values based on workload characteristics and monitoring data.

KubernetesLimitsResource Management
0 likes · 6 min read
Understanding CPU Requests and Limits in Kubernetes