-
Right now, we support Maps, Lists and values in our data. What should happen if someone does:
```
table("people") |> insert(%Person{name: "Joe"}) |> run conn
```
Options are:
1. Treat it as a map. D…
-
forwarded from https://discuss.horizon.io/t/problem-with-enabling-cors/472/10
-
There have been some reports of slow import/export speed (wrt the `rethinkdb import/export` commands). We should investigate the performance and have a sense for what numbers can be expected.
-
Question is, what to use? CouchDB? Scylla? RethinkDB? (Mongo? 😶🌫️ )
CouchDB seems like the obvious choice because of the plug-and-play support with JSON. Has someone thought of this before? :)
-
Would be great to have a official Helm chart since [the only existing one is deprecated today](https://github.com/helm/charts/tree/master/stable/rethinkdb) :cry:.
As of writing, [pozetroninc/rethin…
-
Hi, there.
We deployed Openstf in production mode(APP role, database role, proxy role on one server and provider role on another server). When tried to install an app of small size(20MB), everythin…
-
![imagebroken](https://cloud.githubusercontent.com/assets/5802333/20028055/f5e0ba5e-a361-11e6-98bc-b68cf224cb71.png)
![shootscreen](https://cloud.githubusercontent.com/assets/5802333/20028056/f9d90…
-
Is there any way this could get published on NPM? It seems pretty useful, and it seems silly for everyone to have to manually include the code in their projects.
-
This can happen when you delete with returnChanges = true and expect old_val to have the old data but if two processes are concurrently deleting, one can end with old_val = nil, so the user should kno…
-
Hello,
Hope that your day is well.
Would it be possible and reasonable to change the RethinkDB hard-coded cluster size from 64 to 65,535.
My guess is that this would drastically effect the da…