Expand description
Ceilings imposed by the engine rather than chosen by this crate.
The distinction matters and is the reason this module is separate from the
tuning constants in crate::connection::chunk_rows. Those are choices —
measured, revisable, and traded against latency. What is here is a limit
SQLite imposes, which no amount of measurement will move.
Constants§
- HYDRATE_
CHUNK - How many ids go into one
IN (…)list when hydrating attributes (T3.1). - SQLITE_
MAX_ VARIABLE_ NUMBER - The ceiling
HYDRATE_CHUNKexists to stay under, on a stock SQLite build.