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

How to reduce the waiting time for creating graph spaces #5973

Open
jzx1000 opened this issue Nov 13, 2024 · 0 comments
Open

How to reduce the waiting time for creating graph spaces #5973

jzx1000 opened this issue Nov 13, 2024 · 0 comments

Comments

@jzx1000
Copy link

jzx1000 commented Nov 13, 2024

When creating a graph space or a tag/edge type schema, I have to wait for two heartbeat cycles to complete synchronization before I can perform subsequent operations.
I tried setting the heartbeat cycle to 1 second and waited for 2 seconds, but it still resulted in an error.
It seems that at least 5 seconds is needed to avoid errors, but this means waiting 20 seconds in total, which can easily cause data accumulation in a streaming context.

Is there a better solution?

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

No branches or pull requests

1 participant