I'm developing an electronjs application
I have a table that has 35 fields and users will record an approximate between 5000 and 40000 records in that table per month. I did some storage tests with FILESTORAGE of alasql and saved the objects of the database file in an object
My question is, would not it affect the performance of my application having so much persistent data in an object? If so, what do you recommend me to do?
Thanks a lot.