Slava Akhmechet

Results 15 issues of Slava Akhmechet

The following component: ```jsx 📈🚀 test1 test2 test3 test4 ``` Produces the following image: The artifact here is that `test4` has a strikethrough style applied to it. It shouldn't. This...

E.g. how many shards should I set up? How many replicas? How many nodes do I need? Etc. Basically, operational best practices.

I think cluster management docs could get a lot better. For example, I couldn't find references to `stats`, `server_status`, and `jobs` tables in the doc articles. I think we should...

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

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 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

People still have a lot of good architecture questions. Here are some asked by Leif that really should be answerable by pasting a link to appropriate docs: https://groups.google.com/forum/#!topic/rethinkdb/kCozjR3b_es

enhancement

And make them pretty icons (instead of a bar like in the API docs)! Also, API docs should show links to edit doc entries that don't have their own page.

enhancement
system

We should have some docs that explain how to easily migrate data from MongoDB and MySQL.

more

The ten minute guide includes a dataset that's relatively annoying to copy paste (it's not too big, but big enough that copy pasting is a pain). We should upload it...

enhancement