This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-07-07
Channels
- # aleph (10)
- # announcements (6)
- # architecture (23)
- # atom-editor (2)
- # beginners (35)
- # biff (5)
- # cljdoc (22)
- # clojure (14)
- # clojure-europe (18)
- # clojure-hungary (26)
- # clojure-nl (6)
- # clojure-uk (6)
- # clojurescript (39)
- # core-async (1)
- # data-science (14)
- # datascript (20)
- # datomic (4)
- # graalvm (18)
- # jobs-discuss (5)
- # keechma (1)
- # leiningen (4)
- # malli (3)
- # nbb (11)
- # nextjournal (2)
- # off-topic (1)
- # parinfer (1)
- # releases (1)
- # remote-jobs (3)
- # shadow-cljs (7)
- # sql (2)
- # xtdb (4)
Hi, guys, what is the normal range of datomic cloud write throughtput? I get about 30/sec. When testing with in-memory dev-local, I can get 10 times faster.
I don’t have answers/numbers but I am interested in this. You will need to be more specific though e.g. which size AWS instance, are you using transaction fns, etc
hi @U0510KXTU it's running on i3.large, all the throughput are for transactions (by d/transact
), not queries are performed during the process.
when is datomic/extensions.edn
read? can I re-read it without restarting my repl?