sqlite
Posted: 2016-01-11 14:05
Is there any consideration for supporting sqlite? For small systems it offers a few key advantages:
1. No server (service) required
2. No special db setup
3. Simple to backup
I've run it on systems with well over 10K records and performance is on par with mysql. While not as robust as mysql, I think for the typical AG app such "robust" features are neither used nor needed.
1. No server (service) required
2. No special db setup
3. Simple to backup
I've run it on systems with well over 10K records and performance is on par with mysql. While not as robust as mysql, I think for the typical AG app such "robust" features are neither used nor needed.