Fork me on GitHub
#datomic
<
2017-11-01
>
steveb8n03:11:01

@marshall that's good to know, thanks

Dustin Getz16:11:55

I know Cloud’s storage impl permits low cost clones someday. What is it about Pro’s storage impl that prevents this? (`:restore/collision The database already exists under the name 'hyperblog'`)

marshall17:11:38

@hmaurer We will document the wire protocol

marshall17:11:56

@souenzzo Restore will put segments in DDB as fast as it can. You can increase your dynamo throughput or you can restart the restore process and allow it to finish. it will skip the segments it’s already copied

souenzzo17:11:09

Not sure if S3 is slower, but restore from S3 works, restore from disk fail. My "default" workflow uses S3...

marshall17:11:13

@souenzzo If you’re running the restore from a local process, I’m not surprised the S3 one is slower - it has to fetch segments from S3 then put them in DDB as opposed to put them directly from local disk into DDB

Dustin Getz17:11:35

d/datoms, filtered to a specific partition - Anyone know the best way to do this?

Dustin Getz17:11:31

Or even a way to discover what the starting entity number is for a given partition?

marshall17:11:22

you can use entid-at