summaryrefslogtreecommitdiffstats
path: root/common/entitystorage.cpp
Commit message (Collapse)AuthorAge
* Removed convenience APIChristian Mollekopf2015-08-23
|
* Store indexes as named databases in the same db.Christian Mollekopf2015-08-23
| | | | | | Because we also keep using the same transactions this finally makes the resource somewhat performant. On my system genericresourcebenchmark now processes ~4200 messages per second instead of ~280.
* Ported entitystorage to new store APIChristian Mollekopf2015-08-10
|
* Abstracted the storage so the facade can be tested.Christian Mollekopf2015-07-27