-
版主你好!
我这里目前有客户端采集应用程序连接mycat批量提交入库,后端数据库版本mysql 5.6.29,通过jdbc连接串jdbc:mysql://ip:port/db?rewriteBatchedStatements=true开启批量提交开关,目前测试发现批量值设为500时能正常入库,改为1000时则直接报错,详细日志如下:
**500批量值入库日志:**
2017…
-
Hi there,
I'm excited for this project, and wanted to ask whether it was stable enough to use outside of Mozilla. Is there a roadmap, by chance?
Thanks!
-
```
(crux/q (crux/db node)
'{:find [x]
:where [(and [x :a 1]
[x :b 2])]})
```
-
Idea of storing CRDTs into triple store has came up, specifically what if we just stored those as blob values ?
-
The following program:
```
input relation X(x: bit, y: bit)
output relation Y(x: bit, y: bit, z: bit)
Y(x, y, x
-
Need to support different Datalog databases.
Protocol must declare:
- connect
- close connection
- get immutable database
- transact
-
Durante el modo en que el ESP intenta conectarse a una red wifi hay una ventana para bajar el archivo datalog.txt accediendo a http//192.168.4.1/log pero la ventana de tiempo es, al parecer, muy corta…
son0p updated
7 years ago
-
*Might* be related to #75 . An invalid inline lookup ref throws an exception, a parameterized one doesn't.
```clojure
bus.scheduler> (def c (db/connect (doto "datahike:mem://test" db/create-databa…
-
I have a data model that has a vector of maps, and I am trying to look up another entity using a key of the map.
I have create a sample documents extracted from NextJournal, in which `:movie/cast`…
-
There is a similar project called [Flix](http://flix.github.io/) which might be of interest also.