Fork me on GitHub
#datomic
<
2017-10-31
>
marshall13:10:16

@steveb8n Cloud has a built-in partitioning mechanism. If you’re using clients today you’re just using a default single partition anyway (http://docs.datomic.com/transactions.html#default-partition)

rrevo20:10:52

I’m trying to configure datomic with sql storage. I see the following line in the logs Starting datomic:sql://<DB-NAME>?jdbc:mysql:// ....

rrevo20:10:59

how can I set the DB-NAME?

marshall20:10:01

@rrevo That indicates that you’ve started the transactor against that SQL storage. You’ll set the DB name in your connection URI when you connect with a peer to create the database

marshall20:10:12

*to create or to connect to an existing one

rrevo20:10:25

@marshall thanks. i wanted to restore to the transactor that i just started using the sql storage. So I was not sure what to-db-uri to provide.

marshall20:10:42

ah, yeah you can also use a URI with a db name for the restore job

marshall20:10:19

so when you run restore from another terminal windows you’ll use the uri printed out from the transactor with the <DB-NAME> replaced with the name you want to restore into

rrevo20:10:48

thanks.. that worked

hmaurer21:10:38

@marshall are you going to ship cloud with clients for other languages than clojure/java? or will you just open the transport spec and let the community build clients?

souenzzo21:10:05

java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputExceededException: The level of configured provisioned throughput for the table was exceeded. Consider increasing your provisioning level with the UpdateTable API. (Service: AmazonDynamoDBv2; Status Code: 400; Error Code: ProvisionedThroughputExceededException; Request ID: UKBM7UDV8S7MVJ8ID6V49612JNVV4KQNSO5AEMVJF66Q9ASUAAJG)
Trying to restore a 20Mb backup to a DynamoDB on amazon.