VirtualFlyBrain / VFB_json_schema

VFB json schema spec + code for rolling queries producing VFB json schema + related integration tests
Apache License 2.0
0 stars 0 forks source link

Add hard limits on image queries #90

Open dosumis opened 3 years ago

dosumis commented 3 years ago

Image queries are often so slow that they appear to be broken. While we have a longer term plan to allow for lazy/2 phase loading in the short term we should just add some hard limits to how many IDs from the first (OWL) phase of the query can be fed into the second round Neo query. We should probably also add a warning about incomplete results. We can run some experiments to tune what that hard limit should be.

dosumis commented 3 years ago

e.g. try https://v2.virtualflybrain.org/org.geppetto.frontend/org.geppetto.frontend?q=FBbt_00007453,ImagesNeurons

(In my tests - this never returns).