-
![imagebroken](https://cloud.githubusercontent.com/assets/5802333/20028055/f5e0ba5e-a361-11e6-98bc-b68cf224cb71.png)
![shootscreen](https://cloud.githubusercontent.com/assets/5802333/20028056/f9d90…
-
We've had the RDBBackfill unit test uncover a bug in the backfilling very intermittently (https://github.com/rethinkdb/rethinkdb/issues/4370). While fixing it @timmaxw found one other bug and one pote…
-
I would like to add our drivers to the install packages for the server. This would have a few benefits:
- first-time users would not have to perform a separate install to be ready-to-go
- it would red…
-
It would be nice if ARM users could run RethinkDB natively.
Or even, if we could verify that the x86 build runs properly under emulation.
-
It would be good if there was a more verbose logging option. Right now, I haven't seen rethinkdb print out anything after starting up.
-
i would rather do:
``` js
var R = require('rethinkdb')
var r = new R()
r.connect()
r.table('asdf').get().run()
```
passing `conn` everywhere is no fun
-
For devops people, there needs to be a way to programmatically kill expensive queries/connections, and potentially other tasks happening inside RethinkDB.
Also see #1826.
-
Hi,
I already tried to compile rethinkdb 2.3.x for arm32, and got another error.
I got access to a aarch64 building machine, so I'm now trying to build it on this machine.
The first issue I encounter…
-
From the mailing list:
#### Matt Black
Hello list,
I've essentially used the replication setup as a means to copy data between two datacenters in different AWS regions.
Now I have ridiculous read l…
mlucy updated
10 years ago
-
Great work on this! I'm excited to try it out.
I haven't yet grokked the queryWhiteList bit - I think I need to read the code a couple more times. I was wondering if you had any thoughts about the fe…