...
- 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 There were 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.
Currently Hibernate is used as DB. TODO: Put link to topic, where this (Relational DB)
This problem is already addressed within an other topic.
New approaches / solution
...
Questions / Possible Problems
Coming soon...