mercredi 24 juin 2015

Qml, SQLite and the EstimatedSize parameter

Qml has a module called LocalStorage. It exposes the function openDatabaseSync which accepts several parameters. One of them is the EstimatedSize (in bytes) of the db (as stated by the Qml reference).

I'm currently working on a desktop application and I cannot figure out which is the estimated size of the db, for it will grow and grow up in time for sure.

What will it happen once the actual size goes over the estimated size? Which are the drawbacks of that situation? Unfortunately, I've not been able to find any details on how this value will be used.

Aucun commentaire:

Enregistrer un commentaire