All Articles

142216 articles · Page 6801 of 7111
ITPUB
ITPUB
Nov 15, 2016 · Databases

Master MySQL Performance: Essential Configuration Parameters Explained

This guide details the most important MySQL server configuration settings—including connection limits, file handling, cache sizes, MyISAM and InnoDB options—explaining their purpose, recommended values, and how they impact performance and stability.

ConfigurationInnoDBMyISAM
0 likes · 22 min read
Master MySQL Performance: Essential Configuration Parameters Explained
ITPUB
ITPUB
Nov 15, 2016 · Databases

Mastering Oracle Character Sets and NLS_LANG: A Complete Guide

This article explains Oracle character sets, the NLS_LANG parameter format, the differences between database, national, and client character sets, how to query and modify them, and the impact on EXP/IMP data migration, providing practical commands and step‑by‑step procedures.

NLS_LANGOraclecharset conversion
0 likes · 16 min read
Mastering Oracle Character Sets and NLS_LANG: A Complete Guide
ITPUB
ITPUB
Nov 15, 2016 · Operations

How to Fix CPU0 Overload on Multi‑Core Web Servers Using taskset and PHP‑FPM

This article shows how to detect a CPU0 load imbalance on a multi‑core web server, confirms PHP‑FPM as the cause with mpstat and pidstat, and provides a Bash script that uses taskset to evenly distribute PHP‑FPM processes across all CPUs, plus a cron tip to keep the setting persistent.

CPU affinitympstatphp-fpm
0 likes · 6 min read
How to Fix CPU0 Overload on Multi‑Core Web Servers Using taskset and PHP‑FPM
dbaplus Community
dbaplus Community
Nov 14, 2016 · Databases

Why Oracle Log File Sync Bottlenecks Appear and How to Eliminate Them

During high‑concurrency flash‑sale events, Oracle’s log file sync became a performance bottleneck; the article analyzes storage, OS, and Oracle Disk Manager factors, presents AWR metrics, demonstrates tuning steps—including disabling adaptive log file sync and enabling ODM—and shows measurable latency reductions.

Database PerformanceLog File SyncODM
0 likes · 18 min read
Why Oracle Log File Sync Bottlenecks Appear and How to Eliminate Them
MaGe Linux Operations
MaGe Linux Operations
Nov 14, 2016 · Operations

Master Ansible: From Facts to Playbooks, Templates, and Roles

This guide walks you through Ansible fundamentals, covering how to gather host facts, use modules like script, selinux, and template, write YAML playbooks, manage variables, apply Jinja2 templates, and organize tasks with roles for efficient automation.

Jinja2configuration-managementplaybook
0 likes · 16 min read
Master Ansible: From Facts to Playbooks, Templates, and Roles
Efficient Ops
Efficient Ops
Nov 14, 2016 · Operations

How a Banking Card Organization Built a Scalable Cloud Operations Platform

This article details the evolution from manual, standardized operations to an automated, intelligent cloud operations platform for a banking card organization, describing its motivations, core features, key scenarios, technical architecture, scheduling algorithms, data visualization, and real‑world outcomes.

AutomationMonitoringOperations Management
0 likes · 13 min read
How a Banking Card Organization Built a Scalable Cloud Operations Platform
Efficient Ops
Efficient Ops
Nov 14, 2016 · Operations

What Ancient Medicine Teaches About Modern IT Risk Management

Using the classic tale of Bian Que, this article explains how proactive, mid‑stage, and reactive risk controls in IT operations prevent small issues from becoming catastrophic failures, illustrated with real‑world storage, cloud, and equipment‑selection case studies.

IT infrastructureOperationspreventive control
0 likes · 7 min read
What Ancient Medicine Teaches About Modern IT Risk Management
Hujiang Technology
Hujiang Technology
Nov 14, 2016 · Frontend Development

When Not to Use Arrow Functions in JavaScript

This article explains the pitfalls of JavaScript arrow functions, showing when they break object methods, event callbacks, and constructors, and offers clear examples and corrected code to help developers choose between arrow functions and traditional function expressions.

Arrow Functionses6function context
0 likes · 7 min read
When Not to Use Arrow Functions in JavaScript
ITPUB
ITPUB
Nov 14, 2016 · Fundamentals

How Linux Kernel Turns malloc Calls into Physical Memory: A Simple Guide

This article explains Linux kernel memory management by describing how user‑level malloc allocates virtual memory, how page tables map virtual to physical addresses, and how the hardware‑triggered page‑fault mechanism ultimately provides the needed physical pages.

Memory ManagementPage FaultVirtual Memory
0 likes · 9 min read
How Linux Kernel Turns malloc Calls into Physical Memory: A Simple Guide
ITPUB
ITPUB
Nov 14, 2016 · Databases

Optimizing Large‑Scale Oracle Queries with Temporary Tables: Strategies and Trade‑offs

This article examines a high‑volume Oracle query scenario, critiques the current multi‑IN approach, and presents three alternative solutions—including a single‑SQL join, a UNION ALL view, and the use of global temporary tables—detailing their performance implications and practical trade‑offs.

Database PerformanceIndex ScanOracle
0 likes · 10 min read
Optimizing Large‑Scale Oracle Queries with Temporary Tables: Strategies and Trade‑offs
ITPUB
ITPUB
Nov 14, 2016 · Databases

How to Create, Manage, and Revoke MySQL Users and Permissions

This guide explains multiple methods for creating MySQL users, deleting them, assigning granular permissions, revoking privileges, and understanding when permission changes take effect, complete with command examples and a comprehensive list of MySQL privilege types.

MySQLSQLUser Management
0 likes · 9 min read
How to Create, Manage, and Revoke MySQL Users and Permissions
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Nov 14, 2016 · Cloud Computing

From Virtualization to Cloudification: What Wireless Networks Need to Know

Virtualization transforms a single physical machine into multiple logical computers, improving resource utilization, while cloudification extends these concepts to create elastic, automated, and distributed infrastructures; the article explores their definitions, benefits, industry adoption, and specific challenges for wireless network products transitioning to cloud-native architectures.

Cloud NativeWireless Networksvirtualization
0 likes · 8 min read
From Virtualization to Cloudification: What Wireless Networks Need to Know
Architecture Digest
Architecture Digest
Nov 14, 2016 · Fundamentals

TIOBE Programming Language Ranking – Monthly Update and Trend Overview

The article presents the latest TIOBE programming language rankings, highlighting Haskell's position at 23, notable moves for MQL4, Hack, and Elixir, and provides visual trend charts for the top 10 languages along with a disclaimer about the data's scope and limitations.

Language PopularityProgramming LanguagesTIOBE Ranking
0 likes · 5 min read
TIOBE Programming Language Ranking – Monthly Update and Trend Overview
StarRing Big Data Open Lab
StarRing Big Data Open Lab
Nov 14, 2016 · Operations

Master Real-Time Hadoop Alerts with Transwarp Manager

Deploying the Transwarp Manager alert system within Hadoop clusters enables operators to monitor resource shortages, failures, and health issues in real time, offering browsing, configurable thresholds, and instant email or script notifications to quickly identify and resolve problems before they impact services.

Alert MonitoringHadoopOperations
0 likes · 9 min read
Master Real-Time Hadoop Alerts with Transwarp Manager
Alibaba Cloud Developer
Alibaba Cloud Developer
Nov 14, 2016 · Artificial Intelligence

How Alibaba Boosted Double 11 Sales with Deep Reinforcement Learning

Alibaba’s Double 11 event shattered sales records by leveraging deep reinforcement learning and adaptive online learning in its search and recommendation systems, which increased click‑through rates by 10‑20% and dramatically improved the real‑time shopping experience for hundreds of millions of users.

AI in e-commerceAlibabaadaptive online learning
0 likes · 4 min read
How Alibaba Boosted Double 11 Sales with Deep Reinforcement Learning
MaGe Linux Operations
MaGe Linux Operations
Nov 14, 2016 · Operations

Master Ansible: From Basics to Advanced Automation without Agents

This comprehensive guide introduces Ansible, explains its agentless architecture, core components, installation, SSH key setup, inventory configuration, essential commands, and common modules, providing a practical roadmap for automating system administration and deployment tasks.

AnsibleAutomationConfiguration Management
0 likes · 17 min read
Master Ansible: From Basics to Advanced Automation without Agents