apify / apify-storage-local-js

Local emulation of the apify-client NPM package, which enables local use of Apify SDK.
3 stars 4 forks source link

feat: batch add requests emulation #41

Closed vladfrangu closed 2 years ago

vladfrangu commented 2 years ago

Closes #40

vladfrangu commented 2 years ago

I think we can merge this as is for now, and if perf is too affected (realistically it will be noticeable only for massive request additions) I can take a look at chunking the requests on the SQL side. Once released I can also properly test it in https://github.com/apify/apify-ts/pull/60 👍

B4nan commented 2 years ago

Yeah agreed, let's merge and deal with perf issues once we see them.