I'm developing an application for Cloudflare that will use D1 as database. It's semi-static data tha

I'm developing an application for Cloudflare that will use D1 as database.
It's semi-static data that will not change frequenly. Bi-weekly I must basically re-import the whole database (~250.000 records).

What's the best option, during that process just drop the tables and re-import.
Or create a new database, import the data, update the binding and redeploy/restart? the Cloudflare Pages/workers app?
Was this page helpful?