Category: High Performance

Cache (16)
Container (6)
Files (31)
Cluster (70)
Testing (5)

How to Fix Alibaba DataX Table Field Info Retrieval Failure

How to Fix DataX MySQL Sync Error: Failed to Retrieve Table Column Info
 
 
When using DataX to sync MySQL, an error occurs: Failed to retrieve table column information.
 
 
Solution: Check the relevant table and column names based on the error message, as shown below:
 
 
The message above indicates that the column “seting” in the table could not be retrieved. Upon inspection, the original column should actually be “sett …

How to Install Memcached on Linux

1. Memcached Compilation and Installation:
yum install libevent-devel # Environment setup: install libevent-devel
wget http://memcached.org/files/memcached-1.4.33.tar.gz
Or download from our site:
http://www.cnop.net/html/down/code/2016/110 …

The Evolution of Meizu System Operations Architecture

Qin Jun currently works on the operations platform of Meizu’s Flyme Platform R&D Department, responsible for system operations of the Flyme foundational platform and having experienced server scaling from hundreds to thousands of units. He possesses in-depth knowledge of Meizu’s foundational network, system deployment and delivery, and resource operations cost verification. He is currently responsible for the IaaS …

How to Install and Configure Jenkins on Linux

Environment Requirements:
Linux system (using my CentOS as an example)
Tomcat or TomEE
Maven (typically already available on most systems)

I. Jenkins Download

Download URL: http://jenkins-ci.org/

II. Installation
We won’t go into detail about Tomcat installation here; if you’re unfamiliar with it, you can find previous articles on this site.

Siege: A Web Performance Stress Testing Tool

Installation Tool yum -y install siege If you see the following message, please install the EPEL yum repository: No package siege available.

Taking CentOS 6 as an example, the installation method for CentOS 6 64-bit is as follows: rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_ …

Ceph Storage Clusters Used by Various Companies I Know

Ceph, as one of the leading software-defined storage solutions, has seen tremendous momentum in recent years, with many companies deploying it in testing and production environments—though complaints about it have persisted as well. This article attempts to compile some use cases the author has come across. 1. Ctrip …

Varnish Cache Configuration and Optimization Example on Linux

Varnish is a high-performance open-source HTTP accelerator. Norway’s largest online newspaper, Verdens Gang, replaced 12 Squid servers with just 3 Varnish instances, achieving even better performance than before.

However, compared to the veteran Squid, each has its own pros and cons, and there are numerous online comparisons …

YUM Installation and Configuration Guide for Varnish

1. Lab Environment:
CentOS 5.x
Varnish 2.0.6
2. Installation Steps:

1. Install YUM repository and software:
Note: EPEL is a YUM update repository in Linux systems. Sometimes when packages cannot be found via YUM, installing EPEL can help locate the relevant packages.
#yum install epel-release
#yum i …