5 articles
Six database optimization techniques — predicate pushdown, row group pruning, result caching, async I/O, indexes, and wh...
I replaced DuckDB with a custom Rust query engine for a trading-system time-series workload. Five iterations, 10.4× spee...
How the Atlas forecasting system handles 542,000 rows/second of market data with sub-second regime detection — async ser...
Atlas couldn't start. The trading system's database initialization was taking 6.6 seconds, blocking 37 features from loa...
A working reference for production database tuning — SQLite PRAGMAs, schema, indexing, transactions, batching, pooling,...