I’m developing an application for data gathering from Internet and creating charts and plots from them with Java.
I need 2 tables (each about 50 columns) and each can have 2000 (maybe less but not more) rows of data in a day.
Currently I’m using SQLite but I doubt it be able to handle data for 6 month.
What DBMS you suggest me to use?
Thanks
You probably won’t have to worry about this. Any major DBMS should be able to handle that much data. Use whatever you feel most comfortable with.