-
Type: New Feature
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.10-HF25, 11.1, 2021.0
-
Component/s: Core MongoDB
-
Epic Link:
-
Impact type:Configuration Change
-
Upgrade notes:
-
Team:FG
-
Sprint:nxFG 11.1.13
-
Story Points:5
We would like to have the option to use smaller document ids in MongoDB. Such smaller ids will give smaller database sizes but more importantly smaller index sizes (in MongoDB as well as
Currently ids are stored as String version of uuids, which use 36 bytes. We will allow ids to be NumberLong, which use 8 bytes. The external representation (from Nuxeo itself) will still be a string, under the form of a 16-character hexadecimal value.