Is there added cold-start latency with a very large binding like there is with a large worker?
Is there added cold-start latency with a very large binding like there is with a large worker?
One of the biggest impediments to double-digit-gigabyte databases is performanceThis line in the blog really got me thinking. I've always been using D1 with the assumption that one day this could be the primary database for the various products I'm building on Cloudflare. Reading the latest blog I somehow got the feeling that the aim is to scale D1 horizontally (aka number of databases as opposed to size of each individual database).

hono-do, but the line above the install info is:This is a work in progress. The code is not yet ready for production use.
hono-dointerface DetailsDataType{
description:string,
ref:string //Primary Key in Table
}const { results } = await c.env.DATABASE.prepare("INSERT INTO details (ref, description) VALUES (?, ?) RETURNING *")
.bind(descData.description, descData.ref)
.run()