dotancohen / squeal

Database explorer with a focus on breadth, not depth.
2 stars 0 forks source link

Report why squeal was slow to load #15

Open dotancohen opened 10 years ago

dotancohen commented 10 years ago

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 commented 10 years ago
operation = []
operation.append({ 'sql':'SELECT * FROM ....', 'time':'0.34654' })
dotancohen commented 8 years ago

See also issue # 28. https://github.com/dotancohen/squeal/issues/28