Kevan Jahanshahi created UNOMI-725:
--------------------------------------
Summary: Measure performance of session loading due to rollover
implem.
Key: UNOMI-725
URL: https://issues.apache.org/jira/browse/UNOMI-725
Project: Apache Unomi
Issue Type: Task
Affects Versions: unomi-2.2.0
Reporter: Kevan Jahanshahi
Fix For: unomi-2.2.0
Since: UNOMI-724 the sessions are now loaded using query.
This ticket need to:
* measure performance difference with previous implem that was doing a direct
load instead of query
* Take action in case of performance drawback
** Consider in memory cache system to cache the sessionID/index affinity
** Consider doing multiple get on all indices until session is found if it's
more efficient than doing a query.
Personally I do prefer a caching here if it's require and performance show a
real difference.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)