Your database is likely still on the `alpha` backend - try running `wrangler d1 info <dbname>`
Your database is likely still on the
alpha backend - try running wrangler d1 info <dbname>EXPLAIN QUERY PLAN which should tell you the actual expression depth of your query.wrangler d1 info <dbname> without the databasedb.query.[....]) only with the ones that start differentlyAdd support for the JSONB binary representation of JSON, which is both smaller and faster than the corresponding RFC 8529 text format.

wrangler -j 

beta, yes.

wrangler d1 info <dbname>?
[[d1_databases]]
binding = "db1"
database_name = "test-db"
database_id = "c020574a-5623-407b-be0c-cd192bab9545"
[[d1_databases]]
binding = "db2"
database_name = "test-db"
database_id = "c020574a-5623-407b-be0c-cd192bab9545"d1_databases = [
{ binding = "db1", database_name = "db1", database_id = "1" },
{ binding = "db2", database_name = "db2", database_id = "2" }
]