DolphinDB2026-07-06
Building a High-Performance C++ Backtesting Framework with an Order Matching Simulator Plugin

DolphinDB’s high-performance market data replay and Order Matching Simulator Plugin provides a low-latency, high-throughput solution for strategy validation. By integrating the plugin directly into an existing C++ backtesting framework, institutions can reuse their current infrastructure while taking advantage of DolphinDB’s ultra-fast computing capabilities, making it an ideal solution for high-frequency strategy simulation.

Solutions
Building a High-Performance C++ Backtesting Framework with an Order Matching Simulator Plugin
DolphinDB2026-07-01
Building Real-Time Order Book Snapshots at Any Frequency with DolphinDB

This post walks through a complete, production-oriented solution using DolphinDB together with the INSIGHT market data plugin to generate 1-second order book snapshots across all SSE and SZSE stocks and funds in real time. We'll cover everything from plugin installation to post-market batch writes to a distributed database — with the actual scripts you'd run in production.

Solutions
Building Real-Time Order Book Snapshots at Any Frequency with DolphinDB
DolphinDB2026-06-30
How We Helped an Auto Parts Plant Cut MES Query Times by Up to 116x

DolphinDB unifies heterogeneous industrial data (OPC UA, MQTT, Kafka) into one pipeline, with partitioned storage, stream-batch unified computation, and standard APIs. It replaces the slow relational DB underneath MES, cutting query times dramatically without replacing MES itself.

Solutions
How We Helped an Auto Parts Plant Cut MES Query Times by Up to 116x
DolphinDB2026-05-28
Factor Calculation Performance Compared: Python + File Storage vs. DolphinDB

In quantitative trading, high-frequency calculation is a common requirement for research and investment strategies. However, the exponential growth in market data volumes presents significant challenges for traditional relational databases. To address these challenges, many practitioners have turned to distributed file systems using formats such as Pickle, Feather, Npz, HDF5, and Parquet for data storage, and Python for quantitative financial computations.

Benchmark
Factor Calculation Performance Compared: Python + File Storage vs. DolphinDB
DolphinDB2026-05-28
Factor Calculation Solutions Compared: Python + HDF5 vs. DolphinDB

DolphinDB, an advanced analytical platform powered by a distributed time-series database, has emerged as a preferred solution for many brokerages and private equity firms. This article aims to provide a comparative analysis of the Python + HDF5 factor calculation approach against DolphinDB's integrated factor calculation solution.

Benchmark
Factor Calculation Solutions Compared: Python + HDF5 vs. DolphinDB