docs icon indicating copy to clipboard operation
docs copied to clipboard

RethinkDB documentation

Results 108 docs issues
Sort by recently updated
recently updated
newest added

We should consider adding sample table data and the output of ReQL commands to every example. This would likely require a widget with three tabs: example, sample data, and output....

api

Each command should list its memory complexity.

enhancement
api

@kevincox said this in the original issue (rethinkdb/rethinkdb#620): > When selecting and designing with a database it is important to know the cost of > what queries in what situations....

api

Being able to filter ReQL commands by the type they operate on would be useful.

system

Describing typical use cases for RethinkDB helps answer common questions like, "Is RethinkDB useful for tracking analytics?" or, "Can I use RethinkDB as an alternate data warehousing solution?"

enhancement
more

Here are some questions that often come up: - if one runs rethinkdb on multiple nodes, is fault tolerance built in? - can i read/write to various nodes at the...

enhancement
more

I have an old branch on the `www` repo that has a Mongo to ReQL cheat sheet. If I'm not mistaken, I just need to write about Mongo's aggregation framework...

more

RethinkDB is pretty secure from injection, but people still worry about it and other potential attack vectors. We should write a document explaining this.

enhancement
more

The examples from the old documentation were validated by a very simple script that should be ported to the new docs repo. When someone implements #54 the validation could be...

system

The latency implications of our query model (i.e. masters, automatically hopping to masters if you're querying replicas, and the `outdated` flag) are not obvious to users (for example, see https://github.com/rethinkdb/rethinkdb/issues/2115)....

not_settled