Skip to content
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

Improving performance by running analyze. #55

Merged
merged 3 commits into from
Mar 3, 2016

Conversation

Dronte
Copy link
Contributor

@Dronte Dronte commented Mar 2, 2016

'ANALYZE features' appears to speed up computation. Added this command to database creation.

This apperas to speed computation sugnifficantly in some cases.
@daler
Copy link
Owner

daler commented Mar 2, 2016

Looks like ANALYZE adds a sqlite_stat1 table causing the test to fail. Can you try editing the test to include that as an expected table?

Added sqlite_stat1 to list of expected tables.
sqlite_stat1 table is result of ANALYZE sqlite command.
@Dronte
Copy link
Contributor Author

Dronte commented Mar 3, 2016

I've updated the test.

daler added a commit that referenced this pull request Mar 3, 2016
Improving performance by running analyze.
@daler daler merged commit 1d6e639 into daler:master Mar 3, 2016
@daler
Copy link
Owner

daler commented Mar 3, 2016

Great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants