This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-05-27
Channels
- # bangalore-clj (1)
- # beginners (50)
- # boot (23)
- # cider (19)
- # clara (28)
- # cljsrn (4)
- # clojure (93)
- # clojure-greece (67)
- # clojure-spec (14)
- # clojure-uk (11)
- # clojurebridge (1)
- # clojurescript (151)
- # community-development (1)
- # core-async (19)
- # core-matrix (1)
- # cursive (3)
- # emacs (1)
- # klipse (5)
- # leiningen (5)
- # luminus (3)
- # lumo (22)
- # nyc (1)
- # off-topic (17)
- # om (12)
- # onyx (16)
- # pedestal (5)
- # re-frame (20)
- # reagent (5)
- # spacemacs (10)
- # uncomplicate (2)
- # unrepl (11)
- # untangled (8)
- # vim (1)
@stephenmhopper sorry about the delay, forgot about the build. You can try 0.10.0.0-20170526.222812-24
@lucasbradstreet @michaeldrogalis in addition to the small patch i just submitted that batches multiple inserts (which will give significant performance improvements to users), i’m planning to make some postgresql-specific improvements that will use a COPY
statement rather than inserts using org.postgresql.jdbc.CopyManager
i think it would be valuable to others that are doing ETL with onyx and just want to use an SQL database but are having problems making their writes scale. i think it could open up a whole range of possibilities.
however, i’m not sure onyx-sql
is the right place to do this. do you have any thoughts on this ?
@lucasbradstreet Great! Thank you!
@lmergen that’s awesome. I’ve wanted that for ages, but we haven’t really focused on SQL enough yet.
@lmergen I’d be happy to have it as part of onyx-sql
@lmergen is onyx-sql working well now so far? I can merge your PR soon if so
ah yeah, I need to fix the tests. That’s why I haven’t merged it
tests are only broken because of schema issues
Right, yeah, uuids selects are completely disabled currently
some, but onyx-sql hasn’t worked on 0.10 for a while, so this is still progress.