Paul Canning

Results 95 comments of Paul Canning

What's the ETA on getting this merged and released? I'm super keen to try it out and get it hooked into Winston as a custom transport.

Please do what you can to extradite this ✌️

@miquelbeltran how long until a new release version is out?

I did implement a parallel version of it, by running multiple in a promise all, but I suspect my code isn't the most efficient. Will definitely try this library out...

So I have replaced my scan with this library, and i'm still getting seemingly slow speeds. At ~9500 records now, with a table size of 39mb, it takes 10s to...

Our hash keys (partition keys) are all UUIDs, so each one is unique.

@vladgolubev I notcied in your article, you show this code ```javascript for await (const items of stream) { console.log(items); // 10k items here // do some async processing to offload...

Hmm, I'm not doing much in terms of processing the data, other than sorting and splicing the array of all items.

I run it in Lambda, with 1024mb of memory, but have been experimenting with 2048mb as well