Skip to content

Session Data Storage Optimization  #14502

@Thananchseyan

Description

@Thananchseyan

Is your suggestion related to an experience ? Please describe.

We are using IDN_AUTH_SESSION_STORE and IDN_AUTH_TEMP_SESSION_STORE for storing caches during the authentication flow. The java objects which are used by the IS are serialized and stored in these tables as BLOB data types. Usually these objects are heavy, so storing and retrieving this data in the database adds load to the database. This leads to major performance bottlenecks in the authentication flow.

Describe the improvement

Optimizing the session objects of the session data storage.

Testing

  • Testing with existing data
  • Testing by changing the configurations

Documentation

Metadata

Metadata

Assignees

Type

No type

Projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions