vogels
vogels copied to clipboard
vogels.createTables takes too long
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)
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.