Bug report on DynamoDB query - Limit parameter is not working

We use DynamoDB as datastore for some retool app. The current query tool has a bug: it ignore the Limit parameter (which is valid). It slows done massively our app, because some query have 100s of results.

Example:
Limit = 1

Result = 12
image

Hey @jo_n_go!

A bit of an odd question here but it looks like this may be related to a known bug.

Would you mind heading over to the "visual parameter editor" to check if automatic pagination is enabled?

If it does happen to be, could you try unchecking it, switching back the JSON editor, and running your query again?

2 Likes

Hey @Kabirdas, great huntch, it did fix it. Massive perf improvement, thanks!

1 Like