You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(This is a question about whether we should augment the neuprint data model.)
A common query is to fetch all synapses belonging to a single body. Right now it's a complicated query involving two levels of :Contains relationships. It would be much simpler if we just placed an indexed bodyId property in every :Synapse.
One question is whether that would be too expensive...
The text was updated successfully, but these errors were encountered:
(This is a question about whether we should augment the neuprint data model.)
A common query is to fetch all synapses belonging to a single body. Right now it's a complicated query involving two levels of
:Contains
relationships. It would be much simpler if we just placed an indexedbodyId
property in every:Synapse
.One question is whether that would be too expensive...
The text was updated successfully, but these errors were encountered: