Replies: 3 comments
-
Hi @Noy-Simon , Without seeing your code it will be difficult to know why you are running into this. Thanks, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @RanVaknin this is the code we use to query
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When i use the Go client to query a result of 200 rows it takes about 20 seconds
In the process, it paginates 4 times
page 1 - 0 rows returned
page 2 - 0 rows returned
page 3 - 0 rows returned
page 4 -200 rows returned
i don't understand why this is happening
each page returns after ~5 seconds so its no a timeout issue
when i use the timestream query console on amazon the same query takes 2-3 seconds
so why is it 10X slower using the SDK ?
Beta Was this translation helpful? Give feedback.
All reactions