vogels icon indicating copy to clipboard operation
vogels copied to clipboard

vogels.createTables takes too long

Open Alex0007 opened this issue 10 years ago • 1 comments

It takes more than 1 minute to create 6 tables (they are already created actually)

what should i do, to decrease time spent on this operation? how to skip creating step if they're already exists? (I'm new to dynamodb and vogels)

Alex0007 avatar Feb 24 '16 16:02 Alex0007

Create table is just a check, that creates tables in dynamodb. If the tables already exists they are not created again.

So if you know that the tables exists you may continue working without waiting for this message.

set-killer avatar Feb 26 '16 16:02 set-killer