You can do separate db for each customer. Basically you can create unlimited number of d1 DBs. IIRC

You can do separate db for each customer. Basically you can create unlimited number of d1 DBs. IIRC you can store only 100 tables in one db.

Also, how big are those arrays? There is a limit of 1MB per row so maybe could just store them in row-per-customer.
Was this page helpful?