I’ve done some reading about SQLite. Can someone confirm if it is suitable for personal database which require a lot of calculation, analsis and graph? Currently I am working on Excel on 63 files sizing of 1.34GB. I will be creating a million row and maybe 45+ column depend on which table.
Share
Many people report that SQLite works well for databases sized up to several GB. For better performance, you should care of
45 columns and 63 tables are well within SQLite limits.