Sunday, June 15, 2014

Lately, I've been attempting to generate morphology files from the database to use in RegenerateConnectome.py. Generating them is fine, but obviously pulling from the database for every one of the 302 neurons is pretty slow. It may not be worth it to speed up that loop more directly rather than caching the database. Need to test this.

EDIT: Comparing to the full database copied to a local Sleepycat store, the queries are actually slower. Same with OpenRDF Sesame...probably due to my laptop being way underpowered compared to the server...or resource sharing.

EDIT2: Think I'll look into HTTP caching.

No comments:

Post a Comment