Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

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 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. (Relational DB)

This problem is already addressed within an other topic.
See (In Memory Storage).

New approaches / solution

...

Questions / Possible Problems

Coming soon...