Quota Error

Why does storing numbers like this into data base returns an error?

The string to store is 123456789101112131415...199999819999992000000

I'm just going to guess this, but maybe that's too much data?

The length of that value you just stored has more than around 100,000 as its length.

why are you even trying to store this in a database, did you have this error in any useful code?

that string takes up at least 12.8 mb, and quota is defined by oxford languages as, "a fixed share of something that a person or group is entitled to receive or is bound to contribute"

Because like pumpkinhead said- your data takes up over 12MB. That’s a lot of data, and your browser probably can’t reasonably handle storing and retrieving it.