Skip to end of banner
Go to start of banner

Persistence

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

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)

There were solution approaches 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.

New approaches / solution

Coming soon...

Questions / Possible Problems

Coming soon...

  • No labels