@@ -8,8 +8,8 @@ data. For more general information about these databases see
88There are two key points that underpin data reuse in ` ado ` :
99
1010- You can ** share** a Sample Store between multiple Discovery Spaces
11- - This allows a Discovery Space to (re)use relevant Entities and Measurements
12- stored in the Sample Store by operations on other Discovery Spaces
11+ - This allows a Discovery Space to (re)use relevant Entities and Measurements
12+ stored in the Sample Store by operations on other Discovery Spaces
1313- ** Entities are always shared** . There is only one entry in a Sample Store for
1414 an Entity
1515
@@ -65,13 +65,13 @@ consider:
6565
6666- ** measured** : retrieve only Entities and measurements that were sampled via an
6767 operation on the given Discovery Space
68- - this can be considered the "no sharing" mode. If an Entity or measurement
69- exists in the Sample Store that's compatible with the Discovery Space, but
70- no operation on the Discovery Space ever visited it, the "measured" mode
71- will not show it
68+ - this can be considered the "no sharing" mode. If an Entity or measurement
69+ exists in the Sample Store that's compatible with the Discovery Space, but
70+ no operation on the Discovery Space ever visited it, the "measured" mode
71+ will not show it
7272- ** matching** : retrieve all Entities and measurements that match the Discovery
7373 Space
74- - this can be considered the "sharing" mode.
74+ - this can be considered the "sharing" mode.
7575
7676## Data sharing and memoization
7777
@@ -93,10 +93,10 @@ sampling process is as follows:
9393- The Entity's record is retrieved from the Sample Store if present (via its
9494 unique identifier)
9595- If ** memoization is on**
96- - for each experiment in the MeasurementSpace, ` ado ` checks if a result for it
97- already exists (via the experiment's unique identifier)
98- - if it does, the result is reused. If there is more than one result, they
99- are all reused
96+ - for each experiment in the MeasurementSpace, ` ado ` checks if a result for it
97+ already exists (via the experiment's unique identifier)
98+ - if it does, the result is reused. If there is more than one result, they
99+ are all reused
100100- if ** memoization is off**
101- - Existing results are ignored. Each experiment in the Measurement Space is
102- applied again to the Entity. The new results are added to any existing.
101+ - Existing results are ignored. Each experiment in the Measurement Space is
102+ applied again to the Entity. The new results are added to any existing.
0 commit comments