-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Core DBS
-
Tags:
-
Story Points:8
In DBS we store everything in the same underlying document and we load everything at once. This means that if there's a rarely-used property with a large volume, it has an impact for all reads. This is the case for the binarytext for instance.
We should find a way to selectively store large properties in a separate document and load them lazily.
- is related to
-
NXP-26704 Allow storing extracted fulltext in blobs
- Resolved