You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any thoughts? Specifically it's the last .merge() that causes the hang -- removing that makes rethinkdbdash hang-free. And specifically it's directly related to the data, as different ids do not hang with the exact same query.
Happy to email the data set to you (it is very tiny) so you can reproduce, just let me know your email...
Thanks!!
The text was updated successfully, but these errors were encountered:
Sorry for the barrage today.
This query works in the data explorer, but hangs on
yield cursor.toArray();
within rethinkdbdash.Full query wrapped in co: https://gist.github.com/chrisvariety/68a13224fc15922217d9
Any thoughts? Specifically it's the last
.merge()
that causes the hang -- removing that makes rethinkdbdash hang-free. And specifically it's directly related to the data, as different ids do not hang with the exact same query.Happy to email the data set to you (it is very tiny) so you can reproduce, just let me know your email...
Thanks!!
The text was updated successfully, but these errors were encountered: