Hi!
What is the best way to save large amount of data generated by my plugin?
My plugin will generate a lot of data and in my current project we have an extra database with a couple of tables to handle the storage of the plugin data. The plan is to distribute this plugin later on and then we cannot use an extra database. So what to do? Can the DDS handle large amont of data with a relationship database kind of structure?
The database structure is quite simple. One table Project and one ProjectItems. First we store data in the ProjectItems and after that we create Projects by selecting specific ProjectItems.
Can the DDS handle this without performing issues? Lets say 5000 projects and 100000 project items? On occasion we have to change the staus on 100 project items at the same time, can that be done in one call or do we have to update each row and what will happen with the performance?
I have checked out RavenDB, could that be something to use?
Thanks for your help!
/Kristoffer