Tagged articles
114 articles
Page 2 of 2
AntTech
AntTech
May 14, 2018 · Databases

Insights from Ant Financial’s Self‑Developed Database Technology and Architecture

The article recounts Ant Financial’s journey from relying on commercial databases to building its own OceanBase system, detailing the strategic, technical, and architectural challenges of self‑developed databases, distributed middleware, unit‑based design, and multi‑city fault‑tolerant solutions.

Ant FinancialOceanBasePaxos
0 likes · 18 min read
Insights from Ant Financial’s Self‑Developed Database Technology and Architecture
dbaplus Community
dbaplus Community
May 6, 2018 · Databases

NewSQL Explained: Storage Engines, Sharding, and Distributed Transactions

This article examines the core technologies behind NewSQL databases for OLTP workloads, contrasting them with NoSQL and traditional relational systems by exploring storage engines such as B‑Tree and LSM‑Tree, sharding strategies, replication models, and distributed transaction mechanisms like two‑phase commit.

NewSQLReplicationStorage Engines
0 likes · 20 min read
NewSQL Explained: Storage Engines, Sharding, and Distributed Transactions
Alibaba Cloud Developer
Alibaba Cloud Developer
Aug 9, 2017 · Databases

How AliSQL X‑Cluster Achieves Strong Consistency and Global Scalability

AliSQL X‑Cluster is Alibaba's MySQL‑compatible distributed database that integrates the X‑Paxos consensus protocol to provide strong consistency, multi‑region deployment, low‑cost replica types, asynchronous transaction commit, hotspot‑update optimizations and superior performance compared with native MySQL and Group Replication, while offering flexible online configuration and robust failover mechanisms.

Cross-Region Deploymentconsensus protocoldistributed databases
0 likes · 28 min read
How AliSQL X‑Cluster Achieves Strong Consistency and Global Scalability
Qunar Tech Salon
Qunar Tech Salon
Jul 31, 2017 · Databases

Core Functions of Relational Database Middleware and an In‑Depth Look at Sharding‑JDBC Architecture

This article explains why relational database middleware is essential for scaling internet‑level workloads, describes the principles of horizontal sharding and distributed primary‑key generation, and provides a comprehensive overview of Sharding‑JDBC’s architecture, core modules, performance benchmarks, and future roadmap.

Database MiddlewareJavaSQL
0 likes · 18 min read
Core Functions of Relational Database Middleware and an In‑Depth Look at Sharding‑JDBC Architecture
21CTO
21CTO
Jun 11, 2017 · Databases

Can Pilosa Handle Dense Relational Data? A Deep Dive with NYC Taxi Dataset

Pilosa, originally built for sparse high‑cardinality user attributes, is evaluated on a dense, low‑cardinality NYC taxi dataset to see if it can serve as a general‑purpose index, with performance comparisons against Spark, PostgreSQL, Elasticsearch, and kdb+ across multiple query scenarios.

Bitmap IndexNYC Taxi DataPilosa
0 likes · 8 min read
Can Pilosa Handle Dense Relational Data? A Deep Dive with NYC Taxi Dataset
Architects' Tech Alliance
Architects' Tech Alliance
May 31, 2017 · Cloud Computing

What I Know About Cloud Computing

This article provides a comprehensive overview of cloud computing evolution, covering virtualization, x86 servers, cloud management platforms, container technologies, orchestration tools, resource scheduling, microservices, and distributed databases, while also noting a conference discount promotion.

Virtualizationdistributed databases
0 likes · 21 min read
What I Know About Cloud Computing
WeChat Backend Team
WeChat Backend Team
Sep 8, 2016 · Databases

Why PhxSQL Rejects Multi-Write, Sharding, and Serializability: Design Trade‑offs

This article explains how PhxSQL prioritizes strong linearizable consistency, high availability, serializable isolation, and full MySQL compatibility, and why it deliberately forgoes features such as multi‑write, sharding, and strict serializable isolation due to the high cost of distributed transactions and protocol complexity.

ConsistencyMySQL compatibilityPhxSQL
0 likes · 17 min read
Why PhxSQL Rejects Multi-Write, Sharding, and Serializability: Design Trade‑offs
Architecture Digest
Architecture Digest
Mar 9, 2016 · Databases

Overview of Distributed Database Systems: Concepts, Classification, Features, and Data Sharding

This article provides a comprehensive overview of distributed database systems, covering their evolution from centralized architectures, classifications, key characteristics, advantages and disadvantages, data sharding methods, allocation strategies, architectural models, and management considerations, highlighting the benefits and challenges of distributed data management.

DDBMSDatabase Architecturedata allocation
0 likes · 9 min read
Overview of Distributed Database Systems: Concepts, Classification, Features, and Data Sharding
MaGe Linux Operations
MaGe Linux Operations
Dec 17, 2015 · Backend Development

How Do Mega‑Sites Scale? Inside the Architecture of High‑Traffic Web Platforms

This article examines the technical challenges of massive web sites—such as billions of users, extreme concurrency, and petabyte‑scale data—and explains how architectural evolution, including service separation, caching, clustering, load balancing, CDN, distributed storage, NoSQL, and micro‑service decomposition, enables scalable, highly available, and secure operations.

CDNScalabilitydistributed databases
0 likes · 13 min read
How Do Mega‑Sites Scale? Inside the Architecture of High‑Traffic Web Platforms
21CTO
21CTO
Sep 29, 2015 · Databases

Boost Application Performance with Apache Ignite’s In‑Memory Caching

Apache Ignite lets developers store hot data in memory, offering partitioned or replicated caching, seamless integration with any backend, write‑through/read‑through and write‑behind modes, automatic schema mapping, and full SQL support, enabling scalable, high‑speed data access for TB‑scale workloads.

Apache IgniteSQL querydistributed databases
0 likes · 5 min read
Boost Application Performance with Apache Ignite’s In‑Memory Caching