Michael Hart
Michael Hart
@jinghuaz any news here?
@jinghuaz are you saying you're trying to load 3TB of data into dynalite?
@jinghuaz right, dynalite uses [levelup](https://github.com/Level/levelup), which can use LevelDB if you specify `--path` when you start it (by default it's just in-memory) dynalite uses [sublevel](https://github.com/dominictarr/level-sublevel) to break the LevelDB into...
`dynalite` does try to emulate DynamoDB in terms of maximum retrieval size – it will put any items that are beyond the max allowed response size in `UnprocessedItems` (`maxItemSizeKb` is...
@danthegoodman glad to hear it! @mcwhittemore let me know if that tip covers your use case too
@mcwhittemore you're right, `BatchWriteItem` isn't covered
@databank oh, this is good to know! I never thought about checking exactly what properties they omit from the table description in the delete response. I'll fix this 👍
Yeah, totally agree – I'll leave this open until I get the time to implement
(are you getting errors btw? or just trying to figure out what's happening? whatever client you're using should hopefully have some logging so that you can see the HTTP interactions...
Hey there - sorry I've been sitting on it for so long. I'm actually not a huge fan of `winston` - we used it for a while at my last...