Maximum Chrome WebKit Database File (Webkit) File Size?

I am trying to find some information about the maximum size of a WebSQL database (SQLite) in Google Chrome. I read conflicting information such as the maximum size of 5 MB, and the user is prompted when the database reaches 10, 50, 100 MB, etc.

I tried to create databases of various sizes, and they open normally with 500 MB and 5000 MB, however I have not yet tried to add data to these large sizes.

Does anyone have first-hand experience with a large WebSQL database or can point me to the relevant information?

+5
source share
3 answers

If you try to create a database by default database size, 5 MB. The pop-up window shows the image below, asking if you want to grant the database permission to scale to the next database size - from 5 MB ++ to and on. In short, you can have unlimited size, but if the user wants.

enter image description here

+1
source

All Articles