View Single Post
08/23/15, 09:43 AM   #31
Sasky
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 231
Originally Posted by Ayantir View Post
I've chozen a sqlite db because of the hugeness of data to store. MySQL webhostings can't fit it
That's more of a problem with the hosting company than any MySQL (or client/server SQL) limitation. AWS for example limits to 2TB per table for MySQL. I'm having a hard time thinking of what could be stored from addons to even hit the GB range.

Also, the SQLite page recommends against using it for client/server interactions. It's appropriate for local managed storage for an application, like if they added SQL support to addons.