File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,6 @@ of either the primary key or a foreign key.
94
94
2 . All common attributes in the two relations must be of a compatible datatype for
95
95
equality comparisons.
96
96
97
- <<<<<<< HEAD
98
97
## Restriction
99
98
100
99
The restriction operator ` A & cond ` selects the subset of entities from ` A ` that meet
@@ -394,10 +393,3 @@ dj.U().aggr(Session, n="max(session)") # (3)
394
393
` dj.U() ` , as shown in the last example above, is often useful for integer IDs.
395
394
For an example of this process, see the source code for
396
395
[ Element Array Electrophysiology's ` insert_new_params ` ] ( https://datajoint.com/docs/elements/element-array-ephys/latest/api/element_array_ephys/ephys_acute/#element_array_ephys.ephys_acute.ClusteringParamSet.insert_new_params ) .
397
- =======
398
- These restrictions are introduced both for performance reasons and for conceptual
399
- reasons.
400
- For performance, they encourage queries that rely on indexes.
401
- For conceptual reasons, they encourage database design in which entities in different
402
- tables are related to each other by the use of primary keys and foreign keys.
403
- >>>>>>> master
You can’t perform that action at this time.
0 commit comments