Fork me on GitHub
#datomic
<
2018-12-31
>
jaihindhreddy-duplicate00:12:41

To build something like Google Groups, because the posts can cross the 4096 character limit Datomic strings have, how/where would you store these?

johnj01:12:18

in another database

johnj01:12:42

in datomic you save the reference

johnj01:12:38

on-prem doesn't mention this limit but I have heard long strings make on-prem slow, maybe that's why they set a limit in cloud

johnj01:12:35

like postgres, dynamo, or some other key-value store

johnj01:12:22

s3 should work too I suppose but a database seems more fit for your use case

lilactown01:12:06

I’m working on a thing for my writing and am thinking of using S3

lilactown01:12:59

it’s cheap and reasonably fast

eoliphant12:12:52

what JDK version do Datomic cloud instances (most recent, 454-8573) use?

rboyd20:12:59

will datomic peers use memcached even if the transactor isn't?

rboyd20:12:48

I added "memcached=server:port" to a datomic pro starter cloudformation template, and based on memcached stats (bytes/cur_connections) I think it's using it correctly, but it hasn't added any new metrics to cloudwatch

marshall13:01:38

Yes, peers can use memcached even if the transactor isn’t using it You’d only get cloudwatch metrics if you’ve configured Peer-level cloudwatch reporting via your own callback for metrics

favila22:12:51

yes they will

favila22:12:57

donno about metrics