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

Please bring back the query duration #113

Closed
TudorAndrei-Pythia opened this issue Sep 20, 2023 · 2 comments
Closed

Please bring back the query duration #113

TudorAndrei-Pythia opened this issue Sep 20, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@TudorAndrei-Pythia
Copy link

Describe your feature request
Previously the query duration was shown in the Result view. It was a great indicator to see if I messed up a query that didn't give me an error. Currently if I rerun a query I can't tell if something changed.

Are you willing to contribute this feature?
No

@TudorAndrei-Pythia TudorAndrei-Pythia added the enhancement New feature or request label Sep 20, 2023
@macjuul
Copy link
Contributor

macjuul commented Sep 20, 2023

Since Surrealist now uses the official SurrealDB Rust crate for making connections this is currently not possible as unlike the WebSocket protocol no time value is made available.

If SurrealDB would implement this functionality I would absolutely add the time value back as I too found it very useful. I'll keep looking into this.

@macjuul macjuul closed this as completed Sep 20, 2023
@macjuul
Copy link
Contributor

macjuul commented Oct 26, 2023

Quick update, I've personally added support for retrieving query times into the SurrealDB Rust SDK and will be using it in the next Surrealist release.

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

No branches or pull requests

2 participants