JanssenProject / JanssenProject/jans
Cache should store data in binary format instead of base64 (blocked by ORM)
Open
comp-jans-core
priority-3
triaged
- Dominant language
- Java
- Stars
- 647
- Forks
- 173
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 110
Description
This implementation should decrease entry data size in DB by 33%. Also this will reduce network traffic and DB CPU load.
Quick research shows that LDAP/Couchbase/SQL supports this. Here is sample for CB:
https://blog.couchbase.com/storing-blobs-in-couchbase-for-content-management/
This implementation should depend on:
https://github.com/JanssenProject/jans-orm/issues/2
Contributor guide
Assessment
This issue has not been assessed yet.