TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

RethinkDB: new documentation site, cookbook with examples, practical guides

109 pointsby mglukhovskyalmost 12 years ago

9 comments

andrewmunsellalmost 12 years ago
I&#x27;ve been playing around with Rethink for a couple of days now, and I just can&#x27;t get over how nice the admin web UI is. Scaling up machines is quick and easy, and it&#x27;s pretty simple to resolve master&#x2F;secondary issues when one of the servers goes down (or it&#x27;s shut off).<p>I&#x27;m seeing some performance issues, and I&#x27;m definitely going to spend some time messing with my test data and optimizing it for Rethink. Right now, a couple of basic counting queries take ~1 second when the MySQL equivalent takes milliseconds. The other issue I&#x27;m having is that I simply did an import of existing data from MySQL that contains dates, which are treated as strings, so I&#x27;ll need to convert the dates into a native format (integer based timestamps) before I can get some more performance numbers.
评论 #6137461 未加载
elithraralmost 12 years ago
Awesome to see. The docs have been pretty good even prior to this update, but it&#x27;s nice to know they get some love in an open-source project.<p>(I&#x27;m preparing to launch a Go application w&#x2F; RethinkDB up back using the [community] Go driver: <a href="https://github.com/christopherhesse/rethinkgo" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;christopherhesse&#x2F;rethinkgo</a> — couldn&#x27;t be an easier DB to use without an ORM)
评论 #6138126 未加载
评论 #6138957 未加载
nemothekidalmost 12 years ago
Is RethinkDB now &quot;production-ready&quot;? I recall some people using it production, however I think the devs still don&#x27;t call it production ready.
评论 #6136359 未加载
评论 #6136415 未加载
munimkaziaalmost 12 years ago
I&#x27;ve following this project for a few months now. Most of it really sounds to good to be true, so I waiting for someone to use it in a big application where reliability is important. Is there anyone using it in production for a big application? Would love to hear about it.
评论 #6138988 未加载
RyanZAGalmost 12 years ago
Since the RethinkDB guys are usually quick to answer here:<p>How is the JVM driver for RethinkDB going? Are there any ORMs that work well yet?
评论 #6137009 未加载
nekedorffalmost 12 years ago
Great work with the new docs! I think there&#x27;s a missing comma before the secondary index object argument in the cookbook at &quot;Efficiently retrieving multiple documents by secondary index&quot;:<p><pre><code> r.table(&quot;posts&quot;).getAll(1, 2, 3 {index: &#x27;author_id&#x27;}). run(connection, function(err, result) { if (err) throw err; console.log(result); })</code></pre>
评论 #6141545 未加载
projectileboyalmost 12 years ago
Has anyone used RethinkDB with Heroku? I know there isn&#x27;t an official add-on, but I was wondering if anyone had made it work. If so, I&#x27;d be interested to hear of anyone&#x27;s experience, good or bad.
评论 #6136779 未加载
评论 #6136070 未加载
评论 #6136355 未加载
alexkalmost 12 years ago
Awesome job, congrats!<p>Do you plan to implement automatic re-election in case of master failure?
评论 #6137471 未加载
d0malmost 12 years ago
Quick word to say I really like the website.. congrats on the team behind it! : )
评论 #6137025 未加载