-
This is my current setup
- Linux Mint 17 with Linux 3.13.0-37 x64
- Rethinkdb 2.1.1~0trusty (GCC 4.8.2) (Upgraded from 2.0 to 2.1 and then to 2.1.1 right after the respective release)
- Two clustered …
-
I have trouble running `rethinkdb index-rebuild` on a production cluster as it takes forever and hogs the CPU hitting 100% usage while it runs.
1. Can we add an option to control and throttle `index-r…
-
Suppose I have a load-balanced application running on 2 nodes and I need to consolidate log files from each node in one rethinkdb table while still being able to know from which node each imported log…
-
We've had a few issues in the past where `rethinkdb restore`, `rethinkdb dump`, `rethinkdb export` or `rethinkdb import` froze up and it was often tricky to debug those cases.
We should add a "trace …
-
RethinkDB is required to even start the server at this point, which is a problem if you only want to work on the `socket.io` functionality. Can we disable the database and use static data or in-memory…
-
Hi,
Seems that RethinkDB is converting float value of 0.0 to integer value of 0.
In my scenario the problem is that python dictionaries are saved in RethinkDB and upon retrieval this (undesired) …
-
-
For
```
Users.orderBy({index: "score"}).limit(10).changes()
```
We should return an array of 10 documents and maintain it up to date.
This is pending some changes on the server: https://github.com/r…
-
Hi,
First of all, thanks for the sample! It's helping me to kickstart a project. However, if someone would run more than one replica of the socket.io server, horrible things would start happening, as…
-
ported from: https://github.com/NuGet/Home/issues/2113
Currently using GitHub badges for my projects: https://github.com/bchavez/RethinkDb.Driver
The service I'm using to render badges is http://shi…