docs
docs copied to clipboard
RethinkDB documentation
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....
Each command should list its memory complexity.
@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....
Being able to filter ReQL commands by the type they operate on would be useful.
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?"
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...
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...
RethinkDB is pretty secure from injection, but people still worry about it and other potential attack vectors. We should write a document explaining this.
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...
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)....