-
Notifications
You must be signed in to change notification settings - Fork 20
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
Create Index in the output database #54
Comments
@rwcarlsen I'm having difficulty understanding this and I'm wondering (since you've implemented this in cyan) if you could explain it a little more. I don't even understand the purpose of it, so maybe we can start there :-) |
cyan creates the following indexes: Index("Resources", "SimId", "ResourceId", "QualId") Where "Index([table-name], [field1], field2], ...)" is my shorthand for
[table-name]([field1], [field2], ...); Then you will want to run this sql command after everything else is done:
Note that you won't have the inventories table - this is still a major On Wed, May 6, 2015 at 4:22 PM, opotowsky [email protected] wrote:
|
@rwcarlsen I'm not sure how to handle this wrt to hdf5 vs sqlite and the inventories vs the compact inventories we now have access to via cyclus. |
pytables can also create indices somewhat analogous to sql indices. But we should probably move this to 1.5 - a feature for another day. |
copying @katyhuff's text from cyclus/cyclus#603:
See cyclus/cyclus#603 for further discussion
The text was updated successfully, but these errors were encountered: