next.js
1d09f425 - Turbopack: Use batch get request to read more efficient from database (#87106)

Commit
49 days ago
Turbopack: Use batch get request to read more efficient from database (#87106) ### What? Making a batch read from database can be more efficient: * Order keys by hash for better cache locallity (in AMQF, key blocks, value blocks) * Use binary search to filter keys by min/max hash of the SST files * Only need to check family once instead of per key Prefetch tasks with batch reads. Add helper for "for each task" which can use batch read. add tracing for database reads
Author
Parents
Loading