clj-rethinkdb icon indicating copy to clipboard operation
clj-rethinkdb copied to clipboard

Document difference between arrays and streams

Open danielcompton opened this issue 10 years ago • 0 comments

There is a difference between arrays and streams that are returned. order-by with a non-indexed field will return an array which has been eagerly loaded. Streams are lazily transformed. This can be a bit confusing for users, and should be documented somewhere.

Relates to: https://github.com/rethinkdb/rethinkdb/issues/4530 https://github.com/rethinkdb/rethinkdb/issues/2303 https://github.com/rethinkdb/rethinkdb/issues/4115

danielcompton avatar Jul 25 '15 02:07 danielcompton