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

Report why squeal was slow to load #15

Open
dotancohen opened this issue Jan 5, 2014 · 2 comments
Open

Report why squeal was slow to load #15

dotancohen opened this issue Jan 5, 2014 · 2 comments

Comments

@dotancohen
Copy link
Owner

On some databases, Squeal may be slow to load the data from the database. Squeal should time each operation before the CLI prompt is shown, and if the time is greater than 1 second then the slowest-loading queries should be made available for debugging purpose.

@dotancohen
Copy link
Owner Author

operation = []
operation.append({ 'sql':'SELECT * FROM ....', 'time':'0.34654' })

@dotancohen
Copy link
Owner Author

dotancohen commented Jul 18, 2016

See also issue # 28.
#28

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

No branches or pull requests

1 participant