Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Created database versioning system d1.0 | Kelly Rauchenberger | 2017-11-08 | 1 | -0/+11 |
Also added an ANALYZE statement to the end of the datafile generation process. This generates information that allows sqlite to sometimes come up with a better query plan, and in many cases can significant speed up queries. This constitutes a minor database update, but because this is the first version that uses the database versioning system, older versions are essentially incompatible. refs #2 |