-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Database as source instead of TCP sockets (baking) #3
Comments
discussed in this thread |
repliyng to @breznak from here
I generated dumps for 1000 hotgym iterations and it has 1,54GB (compressed to zip leads to 525MB) Since iterating and crunching of distal synapses in python can take more than 40sec per iteration i will store distal DUMP besides sqlite3 database and pandaVis will grab what it needs afterwards(by use of tm.connections.readFromFile(fileName). Thanks for that advice :) |
ok, you have a 2nd use-case for this, I've already started some work in htm-community/htm.core#668 So the querying might get a bit faster. |
Finished |
Rework of vis to use SQLite3 database.
The text was updated successfully, but these errors were encountered: