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

Bug: Graph traversal query slow on Surrealist and non-reponsive using the SDK #401

Open
2 tasks done
Qubut opened this issue Mar 4, 2025 · 0 comments
Open
2 tasks done
Labels
bug Something isn't working

Comments

@Qubut
Copy link

Qubut commented Mar 4, 2025

Describe the bug

So this is related to the issue surrealdb/surrealdb#5615

Since I needed to run the query mentioned in the issue above, even though it was tremendously slow on surrealist, and it just hangs there w/o any response from the database.

Steps to reproduce

use the SDK to run the query in the issue

SELECT * FROM table_a WHERE id.foreign_key INSIDE (table_b:{ field1: 'value1', field2: 'value2' })->relation->table_c

Expected behaviour

until the issue is resolved data should be queried and sent back in time no more than 2 Min. (time takes to run the query (it's a Bug!)).

SurrealDB version

2.1.2 on Surreal-Cloud

JavaScript SDK version

1.2.1

Contact Details

No response

Is there an existing issue for this?

  • I have searched the existing issues

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Qubut Qubut added the bug Something isn't working label Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant