Hi all,
I'm working on an app that requires a lot of data to be stored and sometimes updated daily. It will be showing events that happen in my College on a daily basis and once they are over I want to remove them from the app and add new ones as they need to be seen in the app.
I was thinking of storing all this data in a database and using the SQLlite library for it, however I'm not sure if this is the best route to go. I was debating perhaps using XML/JSON and having a file for each event, but I'm pretty sure it could get too sloppy.
Could anyone else give me any other insight or suggestions?
Thanks.
Storing and Updating Data Daily
Page 1 of 12 Replies - 2613 Views - Last Post: 08 August 2012 - 02:59 PM
Replies To: Storing and Updating Data Daily
#2
Re: Storing and Updating Data Daily
Posted 06 August 2012 - 01:54 PM
For storing a large amount of data I think databases are the way to go. If you don't need to grow the data set a large amount at a time SQLite should be fine. If you have to add hundreds of records at a time I would probably use mysql or postgresql. They handle fast growing data a little better than sqlite.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote



|