Tagged articles
7 articles
Page 1 of 1
Ray's Galactic Tech
Ray's Galactic Tech
Dec 23, 2025 · Backend Development

How Apache Ignite Powers Low‑Latency Real‑Time Bidding at Scale

This article explains how Apache Ignite's memory‑first architecture, distributed compute grid, and event‑driven streaming enable sub‑100 ms decision making, high throughput, and strong consistency for real‑time bidding platforms, with practical code examples, Spring Boot integration, monitoring tips, and security considerations.

Apache IgniteIn-Memory Data GridLow latency
0 likes · 8 min read
How Apache Ignite Powers Low‑Latency Real‑Time Bidding at Scale
macrozheng
macrozheng
Oct 7, 2023 · Databases

Deploy Apache Ignite and Compare Its Performance with MySQL

This guide walks through installing Apache Ignite via Docker, configuring it alongside MySQL in a Spring Boot project, setting up data sources and MyBatis, and performing benchmark tests to illustrate Ignite’s superior in‑memory SQL performance compared to traditional MySQL setups.

Apache IgniteDockerIn-Memory Database
0 likes · 11 min read
Deploy Apache Ignite and Compare Its Performance with MySQL
Laravel Tech Community
Laravel Tech Community
Dec 29, 2020 · Fundamentals

Apache Ignite 2.9.1 Release Notes

The Apache Ignite 2.9.1 release introduces new features such as graceful shutdown for ZookeeperDiscoverySpi, system views for binary metadata and metadata storage, and numerous bug fixes across core, Java thin client, JDBC, .NET, and C++ components, improving stability, performance, and compatibility.

Apache IgniteBug FixesC++
0 likes · 5 min read
Apache Ignite 2.9.1 Release Notes
dbaplus Community
dbaplus Community
Sep 6, 2020 · Operations

Building a High‑Performance Monitoring Alert System with Akka, Dubbo, and Ignite

The article outlines G Bank’s transition from a single‑threaded commercial monitoring solution to a self‑developed, open‑source based alert system that leverages Akka for parallel collection, Apache Dubbo for distributed processing, and Apache Ignite for in‑memory storage, achieving million‑level alert capacity, sub‑100 ms latency, and linear scalability.

AkkaApache DubboApache Ignite
0 likes · 17 min read
Building a High‑Performance Monitoring Alert System with Akka, Dubbo, and Ignite
HomeTech
HomeTech
Jan 9, 2019 · Big Data

Leveraging Apache Ignite as a Memory‑Centric Data Platform to Replace MySQL for High‑Performance Data Synchronization

This article explains how Apache Ignite, a memory‑centric data platform with strong SQL support, can replace costly MySQL join queries, reduce data‑sync time from over 20 minutes to 15 minutes, improve performance fourfold, and outlines architectural changes, SQL advantages, current limitations, and future scaling plans.

Apache IgniteDistributed QueriesIn-Memory Data Grid
0 likes · 8 min read
Leveraging Apache Ignite as a Memory‑Centric Data Platform to Replace MySQL for High‑Performance Data Synchronization
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