sql: spill to disk incurs unnecessary I/O costs #65623
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
E-quick-win
Likely to be a quick win for someone experienced.
E-starter
Might be suitable for a starter project for new employees or team members.
T-sql-queries
SQL Queries Team
T-storage
Storage Team
As currently implemented spill to disk data is sync'd to the filesystem however we don't need to do this for correctness, in fact if there's ample memory the information need never leave the kernel's buffers since the data is ephemeral and only ever read by the writing process.
Jira issue: CRDB-7697
The text was updated successfully, but these errors were encountered: