This page describes all problems, tasks and solution approaches regarding the persistence layer for handling this big amount of data.
Main topics
- How to handle and store this large amount of data delivered by the agent?
- What database is suited for this task?
Current solution (state)
(Previous solution approaches regarding this topic were already discussed in the master thesis.)
For the handling of this large amount of data in such short time, we can use a InMemory DB e.g. HSQLDB. This DB can handle large amounts of data at once.
An other approach would be to use an graph oriented database.
TODO: Put link to topic, where this problem is already addressed.
New approaches / solution
Coming soon...
Questions / Possible Problems
Coming soon...