[JAVA-1546] Operations that return cursors should not abstract batches of results Created: 12/Nov/14 Updated: 31/Mar/15 Resolved: 18/Nov/14 |
|
| Status: | Closed |
| Project: | Java Driver |
| Component/s: | Query Operations |
| Affects Version/s: | None |
| Fix Version/s: | 3.0.0 |
| Type: | Improvement | Priority: | Major - P3 |
| Reporter: | Jeffrey Yemin | Assignee: | Ross Lawley |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
It will be useful to high level APIs if operations that return cursors expose the batches as first class citizens. This will allow batch size to be controlled on a per-request basis, which will help create reactive streams that support back pressure. |
| Comments |
| Comment by Jeffrey Yemin [ 31/Mar/15 ] |
|
Closing all resolved 3.0.0 issues, as 3.0.0 has been tagged and released. |
| Comment by Githook User [ 30/Jan/15 ] |
|
Author: {u'username': u'jyemin', u'name': u'Jeff Yemin', u'email': u'jeff.yemin@10gen.com'}Message: Handling case where the first batch of a tailable cursor is empty but still provides a cursorId |
| Comment by Githook User [ 30/Jan/15 ] |
|
Author: {u'username': u'rozza', u'name': u'Ross Lawley', u'email': u'ross.lawley@gmail.com'}Message: Cleaner fix for OperationIterable looping logic
|
| Comment by Githook User [ 30/Jan/15 ] |
|
Author: {u'username': u'rozza', u'name': u'Ross Lawley', u'email': u'ross.lawley@gmail.com'}Message: Fix OperationIterable looping logic
|
| Comment by Githook User [ 30/Jan/15 ] |
|
Author: {u'username': u'rozza', u'name': u'Ross Lawley', u'email': u'ross.lawley@gmail.com'}Message: Add AsyncBatchCursor to operations
|
| Comment by Githook User [ 30/Jan/15 ] |
|
Author: {u'username': u'jyemin', u'name': u'Jeff Yemin', u'email': u'jeff.yemin@10gen.com'}Message: Created AsyncBatchCursor and implementation, while allows users of core to operate on query batches directly |
| Comment by Githook User [ 30/Jan/15 ] |
|
Author: {u'username': u'jyemin', u'name': u'Jeff Yemin', u'email': u'jeff.yemin@10gen.com'}Message: Added BatchCursor interface and implementation to expose batches directly in core and using it in all operations |
| Comment by Githook User [ 18/Nov/14 ] |
|
Author: {u'username': u'jyemin', u'name': u'Jeff Yemin', u'email': u'jeff.yemin@10gen.com'}Message: Handling case where the first batch of a tailable cursor is empty but still provides a cursorId |
| Comment by Githook User [ 18/Nov/14 ] |
|
Author: {u'username': u'rozza', u'name': u'Ross Lawley', u'email': u'ross.lawley@gmail.com'}Message: Cleaner fix for OperationIterable looping logic
|
| Comment by Githook User [ 18/Nov/14 ] |
|
Author: {u'username': u'rozza', u'name': u'Ross Lawley', u'email': u'ross.lawley@gmail.com'}Message: Fix OperationIterable looping logic
|
| Comment by Githook User [ 18/Nov/14 ] |
|
Author: {u'username': u'rozza', u'name': u'Ross Lawley', u'email': u'ross.lawley@gmail.com'}Message: Add AsyncBatchCursor to operations
|
| Comment by Githook User [ 17/Nov/14 ] |
|
Author: {u'username': u'jyemin', u'name': u'Jeff Yemin', u'email': u'jeff.yemin@10gen.com'}Message: Created AsyncBatchCursor and implementation, while allows users of core to operate on query batches directly |
| Comment by Githook User [ 17/Nov/14 ] |
|
Author: {u'username': u'jyemin', u'name': u'Jeff Yemin', u'email': u'jeff.yemin@10gen.com'}Message: Added BatchCursor interface and implementation to expose batches directly in core and using it in all operations |