Michael Glukhovsky

Results 17 issues of Michael Glukhovsky

Jekyll 3 deprecated calling `Collection#each` in favor of `Collection#docs#each`. This change removes the deprecation warning with Jekyll 3. Fixes #21.

We should add an article detailing patterns and solutions for scaling changefeeds in productions. One example: using `rethinkdb proxy` nodes to increase the number of open changefeeds, without actually storing...

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

[Dash](http://kapeli.com/dash) is a hugely popular tool for OS X developers for quickly looking up documentation -- we should be able to generate a docset for it pretty easily (http://kapeli.com/docsets).

Adding a global sitemap, or index for all the docs (excluding the API docs), so that you can see them in one glance. It should include a subtitle (we can...

Some queries can be rewritten in different ways to take advantage of parallelization or to optimize performance (e.g. reordering terms can change the latency / performance of a query). A...