zshamrock / dynoman

DynamoDB management UI
GNU General Public License v3.0
7 stars 0 forks source link

Setup separate max page size values per scan and query #166

Open zshamrock opened 5 years ago

zshamrock commented 5 years ago

It is mainly related to when the Filter is defined for either Scan or Query, which results in the extensive lookup. So it might be a good idea to setup separate max page size values per scan and query.

Related to #135.