-
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…
-
I ran the following test (prompted by https://twitter.com/diolpah/statuses/411378878154682368):
``` javascript
r.tableCreate('foo')
r.table('foo').insert(r.expr([{a: r.expr(['a']).mul(400)}]).mul(200…
-
Hi,
I've been using RethinkDB over a year now. Recently our DB got auto updated to v2.3.5. Since then I'm facing this weird problem that :-
* Only specific set of tables are unresponsive, and …
-
I would like to write to the RDBMS and the rethinkdb as part of an XA Transaction. This would eliminate the need for a queue that would sit between the RDBMS and rethink.
-
I had a cluster of three google cloud instances with 4-core, 16gb RAM, 200GB SSD disk and got this issue #5195
Then I migrated the three machines to 16-core instances and created a test table with t…
-
-
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…
-
https://www.youtube.com/watch?v=63jqfqUWEbM
- [ ] https://github.com/facebook/create-react-app
- [ ] http://graphql.org/
- [ ] https://www.rethinkdb.com/
- [ ] https://github.com/dokku/dokku
- [ …
-
forwarded from https://discuss.horizon.io/t/problem-with-enabling-cors/472/10
-
I have a situation where the user sends a token from client via query params and I use the same to validate the session and store the the userId in the RP session.
```
options.sessionCreator = funct…