In this doc: https://developers.cloudflare.com/d1/best-practices/import-export-data/#known-limitati

In this doc: https://developers.cloudflare.com/d1/best-practices/import-export-data/#known-limitations, the statement "A running export will block other database requests." really only applies to CREATE,
INSERT
, and DELETE requests, correct? If so, it would've helped assure me that READ would not be blocked during an export (if that's true). Thanks
Cloudflare Docs
D1 allows you to import existing SQLite tables and their data directly, enabling you to migrate existing data into D1 quickly and easily. This can be useful when migrating applications to use Workers and D1, or when you want to prototype a schema locally before importing it to your D1 database(s).
Import and export data
Was this page helpful?