Partial Indexes| sqlite.org
The SQLite Query Optimizer Overview| sqlite.org
After a user signaled a performance issue in a Matrix client, we have added new tracing timers in the Matrix Rust SDK to spot the problem. Once found, we have fixed an SQL query improving the throughput from 19k to 251k events/sec, and the speed from 502ms to 39ms. Then after another creative patch, the throughput has been improved to 4.2M events/sec, and the speed to 2ms.| mnt.io
This document describes and defines the on-disk database file| sqlite.org
Compile-time Options| sqlite.org
SQLite Foreign Key Support| sqlite.org
Small. Fast. Reliable.| sqlite.org
1. Introduction| sqlite.org
Small. Fast. Reliable.| sqlite.org
Effectively using SQL indexes is a huge boon to performance of a web application.| Foxhound Systems