[COMPASS-4397] Schema analysis should recognize dictionaries Created: 02/Sep/20  Updated: 16/Sep/21  Resolved: 14/Sep/20

Status: Closed
Project: Compass
Component/s: Schema
Affects Version/s: None
Fix Version/s: No version

Type: New Feature Priority: Major - P3
Reporter: Daniel Coupal Assignee: Unassigned
Resolution: Won't Do Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File Hackolade-patterns-detection.png    
Documentation Changes: Not Needed
UserVoice Links:

Schema analysis should recognize dictionaries (Suggestion)
No Status (4 users)


 Description   

In a sub-document, the keys may be common across most documents in the collection, or they may contain a set of random values. For example, using hostnames as the keys in the "hosts" sub-document.

{
  ...
  "hosts": {
    "server1a": { ... }
    "server2a": { ... }
    "server3a": { ... }
  }
} 

 {
   ...
   "hosts": {
     "server1b": { ... }
     "server2b": { ... }
     "server3b": { ... }
  }
} 

The schema analysis should recognize the above situation to avoid creating thousands of sub-fields in the schema.

 



 Comments   
Comment by Massimiliano Marcon [ 14/Sep/20 ]

daniel.coupal, I moved your feature request to user voice, which is where we track all the feature requests and where users/customers can vote for them.

Generated at Wed Feb 07 22:36:13 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.